Re: [PATCH] staging: media: meson: vdec: matched alignment with parenthesis

2021-04-09 Thread Martin Blumenstingl
On Fri, Apr 9, 2021 at 7:00 PM Mitali Borkar wrote: > > Looks good, will try this. if you re-send this patch then please include our mailing list: linux-amlo...@lists.infradead.org Thank you! Martin

Re: [PATCH] staging: media: meson: vdec: matched alignment with parenthesis

2021-04-09 Thread Joe Perches
On Fri, 2021-04-09 at 09:30 +0200, Hans Verkuil wrote: > On 09/04/2021 00:19, Mitali Borkar wrote: > > Matched alignment with open parenthesis to meet linux kernel coding > > style. > > Reported by checkpatch > > > > Signed-off-by: Mitali Borkar > > --- > >  

Re: [PATCH] staging: media: meson: vdec: matched alignment with parenthesis

2021-04-09 Thread Hans Verkuil
On 09/04/2021 00:19, Mitali Borkar wrote: > Matched alignment with open parenthesis to meet linux kernel coding > style. > Reported by checkpatch > > Signed-off-by: Mitali Borkar > --- > drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH] staging: media: meson: vdec: matched alignment with parenthesis

2021-04-08 Thread Mitali Borkar
Matched alignment with open parenthesis to meet linux kernel coding style. Reported by checkpatch Signed-off-by: Mitali Borkar --- drivers/staging/media/meson/vdec/codec_mpeg12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/meson/vdec/codec_mpeg12.c