From: Soumya Negi Date: Sat, 16 Apr 2022 19:17:45 +0000 (-0700) Subject: staging: qlge: add blank line after function declaration X-Git-Tag: v6.1-rc5~1163^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5485fe7c47ac98c9adc65b67c7eadf31219201a;p=platform%2Fkernel%2Flinux-starfive.git staging: qlge: add blank line after function declaration Adhere to linux coding style. Reported by checkpatch: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Soumya Negi Link: https://lore.kernel.org/r/20220416191745.7079-1-soumya.negi97@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h index 55e0ad7..d0dd659 100644 --- a/drivers/staging/qlge/qlge.h +++ b/drivers/staging/qlge/qlge.h @@ -2072,6 +2072,7 @@ struct qlge_adapter *netdev_to_qdev(struct net_device *ndev) return ndev_priv->qdev; } + /* * The main Adapter structure definition. * This structure has all fields relevant to the hardware.