From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp13.smtpout.orange.fr ([80.12.242.135]:54870 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755754AbcJNVCU (ORCPT ); Fri, 14 Oct 2016 17:02:20 -0400 From: Robert Jarzmik To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart , Geunyoung Kim , Inki Dae , Junghak Sung , Julia Lawall , Guennadi Liakhovetski , Wei Yongjun , Arnd Bergmann Subject: Re: [PATCH 54/57] [media] platform: don't break long lines References: <68fc2da43db37e66ec6a3e1ff0e750b73c3b0f42.1476475771.git.mchehab@s-opensource.com> Date: Fri, 14 Oct 2016 23:02:11 +0200 In-Reply-To: <68fc2da43db37e66ec6a3e1ff0e750b73c3b0f42.1476475771.git.mchehab@s-opensource.com> (Mauro Carvalho Chehab's message of "Fri, 14 Oct 2016 17:20:42 -0300") Message-ID: <871szi7igc.fsf@belgarion.home> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org List-ID: Mauro Carvalho Chehab writes: > 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 > --- > drivers/media/platform/mx2_emmaprp.c | 3 +-- > drivers/media/platform/pxa_camera.c | 6 ++---- > drivers/media/platform/via-camera.c | 7 ++----- > 3 files changed, 5 insertions(+), 11 deletions(-) For pxa_camera, FWIW: Acked-by: Robert Jarzmik Cheers. -- Robert