Commit 9e6aac67 authored by Gabriel Siqueira's avatar Gabriel Siqueira Committed by Greg Kroah-Hartman

staging: rtl8192u: Add missing space

Fix checkpatch error: "ERROR: space required after that close brace '}'".
Signed-off-by: default avatarGabriel Siqueira <gabriel.gabrielhs@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4d7efbb
...@@ -107,13 +107,13 @@ typedef struct _HT_INFORMATION_ELE { ...@@ -107,13 +107,13 @@ typedef struct _HT_INFORMATION_ELE {
typedef enum _HT_SPEC_VER { typedef enum _HT_SPEC_VER {
HT_SPEC_VER_IEEE = 0, HT_SPEC_VER_IEEE = 0,
HT_SPEC_VER_EWC = 1, HT_SPEC_VER_EWC = 1,
}HT_SPEC_VER, *PHT_SPEC_VER; } HT_SPEC_VER, *PHT_SPEC_VER;
typedef enum _HT_AGGRE_MODE_E { typedef enum _HT_AGGRE_MODE_E {
HT_AGG_AUTO = 0, HT_AGG_AUTO = 0,
HT_AGG_FORCE_ENABLE = 1, HT_AGG_FORCE_ENABLE = 1,
HT_AGG_FORCE_DISABLE = 2, HT_AGG_FORCE_DISABLE = 2,
}HT_AGGRE_MODE_E, *PHT_AGGRE_MODE_E; } HT_AGGRE_MODE_E, *PHT_AGGRE_MODE_E;
/* /*
* The Data structure is used to keep HT related variables when card is * The Data structure is used to keep HT related variables when card is
......
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