All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: media: atomisp: A series of cleanup
@ 2021-04-19 19:25 Martiros Shakhzadyan
  2021-04-19 19:25 ` [PATCH 1/8] staging: media: atomisp: Fix the rest of sh_css.c brace issues Martiros Shakhzadyan
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Martiros Shakhzadyan @ 2021-04-19 19:25 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Martiros Shakhzadyan, Sakari Ailus, linux-media

The following set of patches for sh_css.c resolves all coding style
errors and a number of warnings/checks.

Martiros Shakhzadyan (8):
  staging: media: atomisp: Fix the rest of sh_css.c brace issues
  staging: media: atomisp: Remove all redundant assertions in sh_css.c
  staging: media: atomisp: Remove a superfluous else clause in sh_css.c
  staging: media: atomisp: Replace goto with immediate return in
    sh_css_pipe_get_grid_info()
  staging: media: atomisp: Refactor ia_css_stream_load()
  staging: media: atomisp: Replace if else clause with a ternary
  staging: media: atomisp: Fix line split style issues
  staging: media: atomisp: Fix alignment and line length issues

 drivers/staging/media/atomisp/pci/sh_css.c | 1850 +++++++++-----------
 1 file changed, 866 insertions(+), 984 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-04-20 13:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 19:25 [PATCH 0/8] staging: media: atomisp: A series of cleanup Martiros Shakhzadyan
2021-04-19 19:25 ` [PATCH 1/8] staging: media: atomisp: Fix the rest of sh_css.c brace issues Martiros Shakhzadyan
2021-04-19 19:25 ` [PATCH 2/8] staging: media: atomisp: Remove all redundant assertions in sh_css.c Martiros Shakhzadyan
2021-04-19 19:25 ` [PATCH 3/8] staging: media: atomisp: Remove a superfluous else clause " Martiros Shakhzadyan
2021-04-19 19:25 ` [PATCH 4/8] staging: media: atomisp: Replace goto with immediate return in sh_css_pipe_get_grid_info() Martiros Shakhzadyan
2021-04-20 12:57   ` Hans Verkuil
2021-04-19 19:25 ` [PATCH 5/8] staging: media: atomisp: Refactor ia_css_stream_load() Martiros Shakhzadyan
2021-04-20 13:11   ` Hans Verkuil
2021-04-19 19:26 ` [PATCH 6/8] staging: media: atomisp: Replace if else clause with a ternary Martiros Shakhzadyan
2021-04-19 19:26 ` [PATCH 7/8] staging: media: atomisp: Fix line split style issues Martiros Shakhzadyan
2021-04-20 13:02   ` Hans Verkuil
2021-04-19 19:26 ` [PATCH 8/8] staging: media: atomisp: Fix alignment and line length issues Martiros Shakhzadyan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.