[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1680966983-11609-1-git-send-email-sriharisat@gmail.com>
Date: Sat, 8 Apr 2023 20:46:23 +0530
From: Srihari S <sriharisat@...il.com>
To: Larry Finger <Larry.Finger@...inger.net>,
Florian Schilhabel <florian.c.schilhabel@...glemail.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Cc: Srihari S <sriharisat@...il.com>
Subject: [PATCH] staging: rtl8172: Add blank lines after declarations
Add blank lines as reported by checkpatch.pl as below
CHECK: Please use a blank line after function/struct/union/enum declarations
Signed-off-by: Srihari S <sriharisat@...il.com>
---
drivers/staging/rtl8712/rtl8712_efuse.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/rtl8712/rtl8712_efuse.h b/drivers/staging/rtl8712/rtl8712_efuse.h
index 2e1ea9d..7a49740 100644
--- a/drivers/staging/rtl8712/rtl8712_efuse.h
+++ b/drivers/staging/rtl8712/rtl8712_efuse.h
@@ -23,6 +23,7 @@ struct PGPKT_STRUCT {
u8 word_en;
u8 data[PGPKT_DATA_SIZE];
};
+
/*--------------------------------------------------------------------------*/
u8 r8712_efuse_reg_init(struct _adapter *padapter);
void r8712_efuse_reg_uninit(struct _adapter *padapter);
--
2.7.4
Powered by blists - more mailing lists