From 707047a31e22d335a3c007ec9ae18699f2695408 Mon Sep 17 00:00:00 2001 From: fryshorts Date: Mon, 6 Apr 2015 20:10:31 +0200 Subject: [PATCH] linux-v4l2: Fix documentation Remove argument in documentation that does not exist in the code. --- plugins/linux-v4l2/v4l2-helpers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/linux-v4l2/v4l2-helpers.h b/plugins/linux-v4l2/v4l2-helpers.h index f3860d094..0f12bdec0 100644 --- a/plugins/linux-v4l2/v4l2-helpers.h +++ b/plugins/linux-v4l2/v4l2-helpers.h @@ -200,7 +200,6 @@ int_fast32_t v4l2_create_mmap(int_fast32_t dev, struct v4l2_buffer_data *buf); /** * Destroy the memory mapping for buffers * - * @param dev handle for the v4l2 device * @param buf buffer data * * @return negative on failure