Re: [PATCH 26/47] v4l: Improve readability by not wrapping ioctl number #define's

2014-02-06 Thread Sakari Ailus
On Wed, Feb 05, 2014 at 05:42:17PM +0100, Laurent Pinchart wrote: > Wrapping the #define's at a 80 columns boundary just obfuscates the > code. Don't do that. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk

[PATCH 26/47] v4l: Improve readability by not wrapping ioctl number #define's

2014-02-05 Thread Laurent Pinchart
Wrapping the #define's at a 80 columns boundary just obfuscates the code. Don't do that. Signed-off-by: Laurent Pinchart --- include/uapi/linux/v4l2-subdev.h | 33 + 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/include/uapi/linux/v4l2-subdev.h b