Re: [PATCH v2 48/58] uvc: don't break long lines

2016-10-21 Thread Mauro Carvalho Chehab
Em Thu, 20 Oct 2016 14:06:39 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. Thanks for review. > > + uvc_warn_once(stream->dev, UVC_WARN_PROBE_DEF, > > + "UVC non compliance - GET_DEF(PROBE) not

Re: [PATCH v2 48/58] uvc: don't break long lines

2016-10-20 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Tuesday 18 Oct 2016 18:46:00 Mauro Carvalho Chehab wrote: > 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

[PATCH v2 48/58] uvc: 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