Commit 138bdc6d authored by Tapan Prakash T's avatar Tapan Prakash T Committed by Greg Kroah-Hartman

drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close brace

Fixed checkpatch.pl issue 'Blank lines aren't necessary before a close
brace'
Signed-off-by: default avatarTapan Prakash T <tapanprakasht@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d152862
...@@ -1829,7 +1829,6 @@ static inline void rtllib_extract_country_ie( ...@@ -1829,7 +1829,6 @@ static inline void rtllib_extract_country_ie(
if (IS_EQUAL_CIE_SRC(ieee, addr2)) if (IS_EQUAL_CIE_SRC(ieee, addr2))
UPDATE_CIE_WATCHDOG(ieee); UPDATE_CIE_WATCHDOG(ieee);
} }
} }
static void rtllib_parse_mife_generic(struct rtllib_device *ieee, static void rtllib_parse_mife_generic(struct rtllib_device *ieee,
...@@ -1902,7 +1901,6 @@ static void rtllib_parse_mife_generic(struct rtllib_device *ieee, ...@@ -1902,7 +1901,6 @@ static void rtllib_parse_mife_generic(struct rtllib_device *ieee,
info_element->data, info_element->data,
network->bssht.bdHTInfoLen); network->bssht.bdHTInfoLen);
} }
} }
} }
......
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