All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: qlge: coding style fix for the qlge driver
@ 2020-06-27 14:58 Coiby Xu
  2020-06-27 14:58   ` Coiby Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Coiby Xu @ 2020-06-27 14:58 UTC (permalink / raw)
  To: devel; +Cc: joe, gregkh, dan.carpenter

v2
 - let all patches' subject lines match the pattern "staging: qlge: ..."

These patches fix three coding style problems for all files under
drivers/staging/qlge,
    - trailing */ in block comment
    - unnecessary else after return or break
    - pr_err preferred over netdev_err

and a bug about releasing lock.

Coiby Xu (4):
  fix trailing */ in block comment
  fix else after return or break
  fix ql_sem_unlock
  replace pr_err with netdev_err

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

--
2.27.0

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

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

end of thread, other threads:[~2020-06-30  4:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27 14:58 [PATCH v2 0/4] staging: qlge: coding style fix for the qlge driver Coiby Xu
2020-06-27 14:58 ` [PATCH v2 1/4] staging: qlge: fix trailing */ in block comment Coiby Xu
2020-06-27 14:58   ` Coiby Xu
2020-06-27 14:58 ` [PATCH v2 2/4] staging: qlge: fix else after return or break Coiby Xu
2020-06-27 14:58   ` Coiby Xu
2020-06-27 14:58 ` [PATCH v2 3/4] staging: qlge: fix ql_sem_unlock Coiby Xu
2020-06-27 14:58   ` Coiby Xu
2020-06-27 14:58 ` [PATCH v2 4/4] staging: qlge: replace pr_err with netdev_err Coiby Xu
2020-06-27 14:58   ` Coiby Xu
2020-06-29  5:30   ` Benjamin Poirier
2020-06-29  5:30     ` Benjamin Poirier
2020-06-29 17:43     ` Coiby Xu
2020-06-29 17:43       ` Coiby Xu
2020-06-30  4:41       ` Benjamin Poirier
2020-06-30  4:41         ` Benjamin Poirier
2020-06-27 15:06 ` [PATCH v2 0/4] staging: qlge: coding style fix for the qlge driver Dan Carpenter

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.