[PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Yannis Damigos
This is a patch to the ipuv3-crtc.c file that fixes up two "lines over 80 characters" warnings found by the checkpatch.pl tool. Signed-off-by: Yannis Damigos --- drivers/staging/imx-drm/ipuv3-crtc.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/imx-

[PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Yannis Damigos
This is a patch to the ipuv3-crtc.c file that fixes up two "lines over 80 characters" warnings found by the checkpatch.pl tool, keeping the alignment of the x/y/width/height parameters for readability. Signed-off-by: Yannis Damigos --- drivers/staging/imx-drm/ipuv3-crtc.c | 10 ++ 1 file

[PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Yannis Damigos
This is a patch to the ipuv3-crtc.c file that fixes up two "lines over 80 characters" warnings found by the checkpatch.pl tool, keeping the alignment of the x/y/width/height parameters for readability. Signed-off-by: Yannis Damigos --- drivers/staging/imx-drm/ipuv3-crtc.c | 9 ++--- 1 file c

Re: [PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Philipp Zabel
Am Dienstag, den 19.08.2014, 16:59 +0300 schrieb Yannis Damigos: > This is a patch to the ipuv3-crtc.c file that fixes up two "lines > over 80 characters" warnings found by the checkpatch.pl tool. > > Signed-off-by: Yannis Damigos > --- > drivers/staging/imx-drm/ipuv3-crtc.c | 9 + > 1 f

Re: [PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Russell King - ARM Linux
On Tue, Aug 19, 2014 at 05:36:10PM +0300, Yannis Damigos wrote: > diff --git a/drivers/staging/imx-drm/ipuv3-crtc.c > b/drivers/staging/imx-drm/ipuv3-crtc.c > index 720868b..d6657a0 100644 > --- a/drivers/staging/imx-drm/ipuv3-crtc.c > +++ b/drivers/staging/imx-drm/ipuv3-crtc.c > @@ -201,9 +201,10

Re: [PATCH 1/1] staging: imx-drm: Lines over 80 characters fixed.

2014-08-19 Thread Philipp Zabel
Am Dienstag, den 19.08.2014, 18:26 +0300 schrieb Yannis Damigos: > This is a patch to the ipuv3-crtc.c file that fixes up two "lines > over 80 characters" warnings found by the checkpatch.pl tool, > keeping the alignment of the x/y/width/height parameters for > readability. > > Signed-off-by: Yann