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

2020-06-27 Thread Dan Carpenter
Looks Good! Thanks. Reviewed-by: Dan Carpenter regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

2020-06-27 Thread Coiby Xu
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