Re: [PATCH 49/57] [media] uvc: don't break long lines

2016-10-17 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. Same comment, please add line breaks where applicable. On Friday 14 Oct 2016 17:20:37 Mauro Carvalho Chehab wrote: > Due to the 80-cols checkpatch warnings, several strings > were broken into multiple lines. This is not considered > a good practice anymore, as

[PATCH 49/57] [media] uvc: don't break long lines

2016-10-14 Thread Mauro Carvalho Chehab
Due to the 80-cols 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. So, join those continuation lines. Signed-off-by: Mauro Carvalho Chehab