diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-07-27 18:31:23 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-29 10:15:52 +0200 |
commit | f164338121d78fb7344702e2a8726a89388e88dc (patch) | |
tree | b29fda83f8459e6ded799cd71076017e5899d2f8 | |
parent | 99750726f9fafe7418c5f335803b1f55363c396e (diff) |
staging:rtl8192u: Remove blank line - Style
Remove a blank line to clear the checkpatch issue with use of multiple
blank lines.
This is a coding style change which should have no impact on runtime
code execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h index aaed1dab7100..f5e79853fe9c 100644 --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h +++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h @@ -49,5 +49,4 @@ struct rx_ts_record { u8 num; }; - #endif |