Re: [PATCH v2 50/58] v4l2-core: don't break long lines

2016-10-19 Thread Sakari Ailus
Hi Mauro, On Tue, Oct 18, 2016 at 06:46:02PM -0200, Mauro Carvalho Chehab wrote: > diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c > b/drivers/media/v4l2-core/v4l2-ioctl.c > index c52d94c018bb..26fe7aef1196 100644 > --- a/drivers/media/v4l2-core/v4l2-ioctl.c > +++ b/drivers/media/v4l2-core/v4l2

Re: [PATCH v2 50/58] v4l2-core: don't break long lines

2016-10-19 Thread Mauro Carvalho Chehab
Em Wed, 19 Oct 2016 10:09:16 +0300 Sakari Ailus escreveu: > Hi Mauro, > > On Tue, Oct 18, 2016 at 06:46:02PM -0200, Mauro Carvalho Chehab wrote: > > diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c > > b/drivers/media/v4l2-core/v4l2-ioctl.c > > index c52d94c018bb..26fe7aef1196 100644 > > --- a

[PATCH v2 50/58] v4l2-core: don't break long lines

2016-10-18 Thread Mauro Carvalho Chehab
Due to the 80-cols restrictions, and latter due to checkpatch warnings, several strings were broken into multiple lines. This is not considered a good practice anymore, as it makes harder to grep for strings at the source code. As we're right now fixing other drivers due to KERN_CONT, we need to b