public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: vme_user: Coding style cleanup patches
@ 2023-10-13 23:47 Soumya Negi
  2023-10-13 23:47 ` [PATCH 1/4] staging: vme_user: Correct spelling mistakes in comments Soumya Negi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Soumya Negi @ 2023-10-13 23:47 UTC (permalink / raw)
  To: Martyn Welch, Manohar Vanga, Greg Kroah-Hartman
  Cc: outreachy, linux-kernel, linux-staging, Soumya Negi

This patchset performs trivial code cleanups on the driver 
staging/vme_user to improve code readability. All patches address 
issues reported by checkpatch.pl, and may be applied in any sequence.

Soumya Negi (4):
  staging: vme_user: Correct spelling mistakes in comments
  staging: vme_user: Fix unbalanced {} in if-else blocks
  staging: vme_user: Add spaces around '*'
  staging: vme_user: Add spaces around '<<' operator

 drivers/staging/vme_user/vme.c        |   7 +-
 drivers/staging/vme_user/vme.h        |   2 +-
 drivers/staging/vme_user/vme_tsi148.c |   7 +-
 drivers/staging/vme_user/vme_tsi148.h | 548 +++++++++++++-------------
 4 files changed, 283 insertions(+), 281 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-10-15  5:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 23:47 [PATCH 0/4] staging: vme_user: Coding style cleanup patches Soumya Negi
2023-10-13 23:47 ` [PATCH 1/4] staging: vme_user: Correct spelling mistakes in comments Soumya Negi
2023-10-13 23:47 ` [PATCH 2/4] staging: vme_user: Fix unbalanced {} in if-else blocks Soumya Negi
2023-10-13 23:47 ` [PATCH 3/4] staging: vme_user: Add spaces around '*' Soumya Negi
2023-10-13 23:47 ` [PATCH 4/4] staging: vme_user: Add spaces around '<<' operator Soumya Negi
2023-10-14 20:02 ` [PATCH 0/4] staging: vme_user: Coding style cleanup patches Soumya Negi
2023-10-15  5:29   ` Andi Shyti

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