[PATCH 0/4] staging: qlge: coding style fix for the qlge driver

Coiby Xu coiby.xu at gmail.com
Sat Jun 27 10:14:43 UTC 2020


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



More information about the devel mailing list