Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef rtl_reg_debug to struct rtl_reg_debug
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 51ce231 commit ebbef64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ typedef struct buffer

} buffer;

typedef struct rtl_reg_debug{
struct rtl_reg_debug {
unsigned int cmd;
struct {
unsigned char type;
Expand All @@ -361,7 +361,7 @@ typedef struct rtl_reg_debug{
unsigned char length;
} head;
unsigned char buf[0xff];
}rtl_reg_debug;
};//;

struct rt_tx_rahis {
u32 cck[4];
Expand Down

0 comments on commit ebbef64

Please sign in to comment.