Re: [PATCH v3 2/4] staging: media: atomisp: fix style of open brace

2020-07-26 Thread Rohit K Bharadwaj
On 26/07/20 3:12 pm, Mauro Carvalho Chehab wrote: > Em Sun, 26 Jul 2020 14:35:12 +0530 > Rohit K Bharadwaj escreveu: > >> this patch fixes style of open brace after functions and if statements >> >> Signed-off-by: Rohit K Bharadwaj > >> @@ -119,8 +121,9 @@ sh_css_load_blob_info(const char *fw,

Re: [PATCH v3 2/4] staging: media: atomisp: fix style of open brace

2020-07-26 Thread Mauro Carvalho Chehab
Em Sun, 26 Jul 2020 14:35:12 +0530 Rohit K Bharadwaj escreveu: > this patch fixes style of open brace after functions and if statements > > Signed-off-by: Rohit K Bharadwaj > @@ -119,8 +121,9 @@ sh_css_load_blob_info(const char *fw, const struct > ia_css_fw_info *bi, > blob = (const

[PATCH v3 2/4] staging: media: atomisp: fix style of open brace

2020-07-26 Thread Rohit K Bharadwaj
this patch fixes style of open brace after functions and if statements Signed-off-by: Rohit K Bharadwaj --- v3: change patch subject prefix v2: split patch into sequence of patches v1: fix all coding style issues in single patch .../media/atomisp/pci/sh_css_firmware.c | 29