Skip to content

Commit

Permalink
staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 25, 2011
1 parent b096934 commit 81108af
Show file tree
Hide file tree
Showing 4 changed files with 650 additions and 659 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl819x_BA.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@
#define DELBA_REASON_TIMEOUT 39
union sequence_control {
u16 ShortData;
struct
{
struct {
u16 FragNum:4;
u16 SeqNum:12;
}field;
} field;
};

union ba_param_set {
Expand Down
Loading

0 comments on commit 81108af

Please sign in to comment.