Commit f64a887f authored by Vinicius Peixoto's avatar Vinicius Peixoto Committed by Greg Kroah-Hartman

staging: rtl8192e: insert blank line after function declaration

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: default avatarVinicius Peixoto <vpeixoto@lkcamp.dev>
Reviewed-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240821204714.5839-1-vpeixoto@lkcamp.devSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8da9f6af
...@@ -416,6 +416,7 @@ static bool _rtl92e_bb_config_para_file(struct net_device *dev) ...@@ -416,6 +416,7 @@ static bool _rtl92e_bb_config_para_file(struct net_device *dev)
return rtStatus; return rtStatus;
} }
bool rtl92e_config_bb(struct net_device *dev) bool rtl92e_config_bb(struct net_device *dev)
{ {
_rtl92e_init_bb_rf_reg_def(dev); _rtl92e_init_bb_rf_reg_def(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment