Commit c8ab348d authored by William Tustumi's avatar William Tustumi Committed by Greg Kroah-Hartman

staging: rtl8723bs: add space after enum declaration

Add space between "enum TXDESC_SC" and '{' at line 86.

Fix the following error from checkpatch.pl

WARNING: missing space after enum definition
+enum TXDESC_SC{
Signed-off-by: default avatarWilliam Tustumi <whatust@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cd62878c
......@@ -83,7 +83,7 @@ do{\
#define TXDESC_OFFSET TXDESC_SIZE
enum TXDESC_SC{
enum TXDESC_SC {
SC_DONT_CARE = 0x00,
SC_UPPER = 0x01,
SC_LOWER = 0x02,
......
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