On Tue, Feb 16, 2021 at 03:18:49PM +0800, Du Cheng wrote:
quoted hunk ↗ jump to hunk
align * in block comments on each line
Signed-off-by: Du Cheng <redacted>
---
drivers/staging/qlge/qlge_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging/qlge/qlge_main.c
index 5516be3af898..bfd7217f3953 100644
--- a/drivers/staging/qlge/qlge_main.c
+++ b/drivers/staging/qlge/qlge_main.c
@@ -3816,7 +3816,7 @@ static int qlge_adapter_down(struct qlge_adapter *qdev)
qlge_tx_ring_clean(qdev);
/* Call netif_napi_del() from common point.
- */
+ */
Just put it on the previous line please.
Also use scripts/get_maintainer.pl to find the proper lists to send this
to in the future, you forgot the staging mailing list :(
thanks,
greg k-h