]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8192e: insert blank line after function declaration
authorVinicius Peixoto <vpeixoto@lkcamp.dev>
Wed, 21 Aug 2024 20:46:45 +0000 (17:46 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2024 07:47:19 +0000 (15:47 +0800)
This adds a blank line after the declaration of rtl92e_config_bb, in
order to fix the following checkpatch warning:

CHECK: Please use a blank line after function/struct/union/enum
declarations

Signed-off-by: Vinicius Peixoto <vpeixoto@lkcamp.dev>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240821204714.5839-1-vpeixoto@lkcamp.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c

index 0e8ca8bef00d2c6d73a09ae7da119802162272f8..3f55b59b9b49aced63426da238736d101ca525f4 100644 (file)
@@ -416,6 +416,7 @@ static bool _rtl92e_bb_config_para_file(struct net_device *dev)
 
        return rtStatus;
 }
+
 bool rtl92e_config_bb(struct net_device *dev)
 {
        _rtl92e_init_bb_rf_reg_def(dev);