All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Staging: greybus: Code style cleanup
@ 2022-11-14  3:26 Hunter Chasens
  2022-11-14  3:26 ` [PATCH v3 1/2] Staging: greybus: Whitespace cleanup Hunter Chasens
  2022-11-14  3:26 ` [PATCH v3 2/2] Staging: greybus: Removes redundant 'int' Hunter Chasens
  0 siblings, 2 replies; 6+ messages in thread
From: Hunter Chasens @ 2022-11-14  3:26 UTC (permalink / raw)
  To: outreachy
  Cc: johan, elder, gregkh, hvaibhav.linux, vireshk, pure.logic,
	Hunter Chasens

These two patches address some Errors, Warnings, and Checks reported 
by `./scripts/checkpatch.pl`

v1 -> v2
Separates the patch into a small patchset with the delimitation of syntactical
styling vs whitespace styling. (I plan on sending to the maintainers if 
Outreach thinks this is an appropriate patch.)
v2 -> v3
CCs maintainers.
I now know I should have CCed the maintainers from v1. I apologise for my error. 

Hunter Chasens (2):
  Staging: greybus: Whitespace cleanup
  Staging: greybus: Removes redundant 'int'

 .../Documentation/firmware/authenticate.c     |  4 +--
 .../greybus/Documentation/firmware/firmware.c | 34 +++++++++----------
 drivers/staging/greybus/arche-platform.c      |  2 +-
 .../staging/greybus/greybus_authentication.h  |  1 -
 drivers/staging/greybus/loopback.c            |  3 +-
 drivers/staging/greybus/tools/loopback_test.c | 16 +--------
 6 files changed, 22 insertions(+), 38 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-14  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-14  3:26 [PATCH v3 0/2] Staging: greybus: Code style cleanup Hunter Chasens
2022-11-14  3:26 ` [PATCH v3 1/2] Staging: greybus: Whitespace cleanup Hunter Chasens
2022-11-14  3:37   ` Viresh Kumar
2022-11-14  7:20   ` Greg KH
2022-11-14  3:26 ` [PATCH v3 2/2] Staging: greybus: Removes redundant 'int' Hunter Chasens
2022-11-14  7:22   ` Greg KH

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.