All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Coding style fix for the qlge driver
@ 2020-06-25 15:36 Coiby Xu
  2020-06-25 15:36   ` Coiby Xu
  2020-06-25 15:36   ` Coiby Xu
  0 siblings, 2 replies; 13+ messages in thread
From: Coiby Xu @ 2020-06-25 15:36 UTC (permalink / raw)
  To: devel

These two patches fix two coding style problems for all files under
drivers/staging/qlge as reported by checkpatch.pl,
    - trailing */ in block comment
    - unnecessary else after return or break

Coiby Xu (2):
  fix trailing */ in block comment
  fix else after return or break

 drivers/staging/qlge/qlge_dbg.c  | 23 ++++++++++-------------
 drivers/staging/qlge/qlge_main.c | 11 ++++++-----
 drivers/staging/qlge/qlge_mpi.c  | 14 ++++++++------
 3 files changed, 24 insertions(+), 24 deletions(-)

--
2.27.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2020-06-25 22:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 15:36 [PATCH 0/2] Coding style fix for the qlge driver Coiby Xu
2020-06-25 15:36 ` [PATCH 1/2] fix trailing */ in block comment Coiby Xu
2020-06-25 15:36   ` Coiby Xu
2020-06-25 17:24   ` Greg Kroah-Hartman
2020-06-25 17:24     ` Greg Kroah-Hartman
2020-06-25 17:25   ` Dan Carpenter
2020-06-25 17:25     ` Dan Carpenter
2020-06-25 22:00     ` Coiby Xu
2020-06-25 22:00       ` Coiby Xu
2020-06-25 15:36 ` [PATCH 2/2] fix else after return or break Coiby Xu
2020-06-25 15:36   ` Coiby Xu
2020-06-25 17:23   ` Greg Kroah-Hartman
2020-06-25 17:23     ` Greg Kroah-Hartman

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.