mbox series

[PATCHv2,0/2] staging: media: atomisp: cleaning up sh_css.c

Message ID 20210415214142.38974-1-vrzh@vrzh.net
Headers show
Series staging: media: atomisp: cleaning up sh_css.c | expand

Message

Martiros Shakhzadyan April 15, 2021, 9:41 p.m. UTC
The following set of patches for sh_css.c aims to resolve coding style
issues and remove redundancies.

Martiros Shakhzadyan (2):
  staging: media: atomisp: Fix sh_css.c brace coding style issues
  staging: media: atomisp: Remove redundant assertions in sh_css.c

 drivers/staging/media/atomisp/pci/sh_css.c | 232 ++++++++-------------
 1 file changed, 90 insertions(+), 142 deletions(-)

Comments

Sakari Ailus April 16, 2021, 3:11 p.m. UTC | #1
On Thu, Apr 15, 2021 at 05:41:40PM -0400, Martiros Shakhzadyan wrote:
> The following set of patches for sh_css.c aims to resolve coding style
> issues and remove redundancies.
> 
> Martiros Shakhzadyan (2):
>   staging: media: atomisp: Fix sh_css.c brace coding style issues
>   staging: media: atomisp: Remove redundant assertions in sh_css.c
> 
>  drivers/staging/media/atomisp/pci/sh_css.c | 232 ++++++++-------------
>  1 file changed, 90 insertions(+), 142 deletions(-)

Thanks!

For the set:

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>