Re: [PATCH] staging: media: zoran: reduce length of a line

2021-04-11 Thread Mitali Borkar
On Fri, Apr 09, 2021 at 09:26:48AM +0200, Hans Verkuil wrote: > Hi Mitali, > > Something to improve: > > On 08/04/2021 23:21, Mitali Borkar wrote: > > Reduced length of a line which exceed the 100 columns limit by splitting > > the line into two statements and commenting it with '*' > > Reported

Re: [PATCH] staging: media: zoran: reduce length of a line

2021-04-09 Thread Hans Verkuil
Hi Mitali, Something to improve: On 08/04/2021 23:21, Mitali Borkar wrote: > Reduced length of a line which exceed the 100 columns limit by splitting > the line into two statements and commenting it with '*' > Reported by checkpatch. > > Signed-off-by: Mitali Borkar > --- >

[PATCH] staging: media: zoran: reduce length of a line

2021-04-08 Thread Mitali Borkar
Reduced length of a line which exceed the 100 columns limit by splitting the line into two statements and commenting it with '*' Reported by checkpatch. Signed-off-by: Mitali Borkar --- drivers/staging/media/zoran/zr36060.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git