Re: [PATCH] v4l: videobuf2: Fix typos in comments

2014-09-12 Thread Sakari Ailus
Laurent Pinchart wrote: > The buffer flags are incorrectly referred to as V4L2_BUF_FLAGS_* instead > of V4L2_BUF_FLAG_* in comments. Fix it. > > Signed-off-by: Laurent Pinchart Thanks! Acked-by: Sakari Ailus -- Sakari Ailus sakari.ai...@iki.fi -- To unsubscribe from this list: send the line

Re: [PATCH] v4l: videobuf2: Fix typos in comments

2014-09-11 Thread Marek Szyprowski
Hello, On 2014-09-12 00:43, Laurent Pinchart wrote: The buffer flags are incorrectly referred to as V4L2_BUF_FLAGS_* instead of V4L2_BUF_FLAG_* in comments. Fix it. Signed-off-by: Laurent Pinchart Acked-by: Marek Szyprowski --- include/media/videobuf2-core.h | 4 ++-- 1 file changed, 2

[PATCH] v4l: videobuf2: Fix typos in comments

2014-09-11 Thread Laurent Pinchart
The buffer flags are incorrectly referred to as V4L2_BUF_FLAGS_* instead of V4L2_BUF_FLAG_* in comments. Fix it. Signed-off-by: Laurent Pinchart --- include/media/videobuf2-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/media/videobuf2-core.h b/include/med