public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: media: av7110: These patches address various code style and formatting issues in the av7110 driver
@ 2024-03-03 19:20 Jonathan Bergh
  2024-03-03 19:20 ` [PATCH 1/9] staging: media: av7110: Fix formatting problem where trailing statements should be on a new line Jonathan Bergh
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jonathan Bergh @ 2024-03-03 19:20 UTC (permalink / raw)
  To: mchehab; +Cc: mcgrof, linux-media, linux-kernel, Jonathan Bergh

The following patches fix a number of code style issues identified by
checkpatch in the av7110 driver.

Jonathan Bergh (9):
  staging: media: av7110: Fix formatting problem where trailing statements
    should be on a new line
  staging: media: av7110: Remove braces for single line statement blocks
  staging: media: av7110: Remove spaces between function name and
    opening parenthesis
  staging: media: av7110: Fix formatting of pointers to meet coding
    style guidelines
  staging: media: av7110: Fix block comments to meet code style
    guidelines
  staging: media: av7110: Remove extra whitespace before opening '['s
  staging: media: av7110: Remove extra whitespace before ','
  staging: media: av7110: Ensure whitespace ahead of opening brace '{'
  staging: media: av7110: Ensure newline after variable declarations

 drivers/staging/media/av7110/sp8870.c | 136 +++++++++++++-------------
 1 file changed, 70 insertions(+), 66 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2024-04-24  9:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 19:20 [PATCH 0/9] staging: media: av7110: These patches address various code style and formatting issues in the av7110 driver Jonathan Bergh
2024-03-03 19:20 ` [PATCH 1/9] staging: media: av7110: Fix formatting problem where trailing statements should be on a new line Jonathan Bergh
2024-03-03 19:20 ` [PATCH 2/9] staging: media: av7110: Remove braces for single line statement blocks Jonathan Bergh
2024-03-03 19:20 ` [PATCH 3/9] staging: media: av7110: Remove spaces between function name and opening parenthesis Jonathan Bergh
2024-03-03 19:20 ` [PATCH 4/9] staging: media: av7110: Fix formatting of pointers to meet coding style guidelines Jonathan Bergh
2024-03-03 19:20 ` [PATCH 5/9] staging: media: av7110: Fix block comments to meet code " Jonathan Bergh
2024-03-03 19:20 ` [PATCH 6/9] staging: media: av7110: Remove extra whitespace before opening '['s Jonathan Bergh
2024-03-03 19:20 ` [PATCH 7/9] staging: media: av7110: Remove extra whitespace before ',' Jonathan Bergh
2024-03-03 19:20 ` [PATCH 8/9] staging: media: av7110: Ensure whitespace ahead of opening brace '{' Jonathan Bergh
2024-03-03 19:20 ` [PATCH 9/9] staging: media: av7110: Ensure newline after variable declarations Jonathan Bergh
2024-04-24  9:34 ` [PATCH 0/9] staging: media: av7110: These patches address various code style and formatting issues in the av7110 driver Hans Verkuil

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