Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@gmail.com>
Link: https://lore.kernel.org/r/1680966983-11609-1-git-send-email-sriharisat@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Srihari S and committed by
Greg Kroah-Hartman
86d3ad96 1cadfcfe

+1
+1
drivers/staging/rtl8712/rtl8712_efuse.h
··· 23 23 u8 word_en; 24 24 u8 data[PGPKT_DATA_SIZE]; 25 25 }; 26 + 26 27 /*--------------------------------------------------------------------------*/ 27 28 u8 r8712_efuse_reg_init(struct _adapter *padapter); 28 29 void r8712_efuse_reg_uninit(struct _adapter *padapter);