public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: media: atomisp: Fix various small code and code style formatting issues
@ 2024-02-26 19:40 Jonathan Bergh
  2024-02-26 19:40 ` [PATCH 1/6] staging: media: atomisp: Remove unnecessary braces from single line conditional statements Jonathan Bergh
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jonathan Bergh @ 2024-02-26 19:40 UTC (permalink / raw)
  To: hdegoede; +Cc: mchehab, linux-media, linux-kernel, Jonathan Bergh

These patches address a number of small code and code style formatting
including:
 * removing unneeded braces from single line statements
 * replace "unsigned *" with "unsigned int *"
 * remove spurious whitespace and ensure trailing statements are included 
   on a newline following a conditional statement
 * remove unneeded parentheses from conditional statement
 * remove unneeded "return" statement from void function, and finally
 * remove commented code and fix multiple block comments to meet the kernel
   code style guidelines.

Jonathan Bergh (6):
  staging: media: atomisp: Remove unnecessary braces from single line
    conditional statements
  staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned
    *" declaration in variable declaration
  staging: media: atomisp: Ensure trailing statements are on a newline
    and remove spurious whitespaces
  staging: media: atomisp: Remove unnecessary parentheses from
    conditional statement
  staging: media: atomisp: Remove unneeded return statement from void
    function
  staging: media: atomisp: Remove old commented code and fix multiple
    block comment style

 drivers/staging/media/atomisp/pci/sh_css_sp.c | 109 +++++++++---------
 1 file changed, 57 insertions(+), 52 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-02-26 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 19:40 [PATCH 0/6] staging: media: atomisp: Fix various small code and code style formatting issues Jonathan Bergh
2024-02-26 19:40 ` [PATCH 1/6] staging: media: atomisp: Remove unnecessary braces from single line conditional statements Jonathan Bergh
2024-02-26 19:40 ` [PATCH 2/6] staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declaration Jonathan Bergh
2024-02-26 19:40 ` [PATCH 3/6] staging: media: atomisp: Ensure trailing statements are on a newline and remove spurious whitespaces Jonathan Bergh
2024-02-26 19:40 ` [PATCH 4/6] staging: media: atomisp: Remove unnecessary parentheses from conditional statement Jonathan Bergh
2024-02-26 19:40 ` [PATCH 5/6] staging: media: atomisp: Remove unneeded return statement from void function Jonathan Bergh
2024-02-26 19:40 ` [PATCH 6/6] staging: media: atomisp: Remove old commented code and fix multiple block comment style Jonathan Bergh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox