Re: [PATCH v2 54/58] i2c: don't break long lines

2016-10-21 Thread Mauro Carvalho Chehab
Em Thu, 20 Oct 2016 13:46:08 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Tuesday 18 Oct 2016 18:46:06 Mauro Carvalho Chehab wrote: > > Due to the 80-cols restrictions, and latter due to checkpatch > > warnings, several

Re: [PATCH v2 54/58] i2c: 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:06 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

Re: [PATCH v2 54/58] i2c: don't break long lines

2016-10-19 Thread Lad, Prabhakar
Hi Mauro, Thanks for the patch. On Tue, Oct 18, 2016 at 9:46 PM, 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,

[PATCH v2 54/58] i2c: 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