Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RT_STATUS to enum rt_status
Browse files Browse the repository at this point in the history
Remove typedef from enum.
Rename enum.
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 6f44d2b commit 0fd4442
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 @@ -282,12 +282,12 @@ enum rf_step {
RF_STEP_MAX
};

typedef enum _RT_STATUS{
enum rt_status {
RT_STATUS_SUCCESS,
RT_STATUS_FAILURE,
RT_STATUS_PENDING,
RT_STATUS_RESOURCE
} RT_STATUS,*PRT_STATUS;
};

typedef enum _RT_CUSTOMER_ID
{
Expand Down

0 comments on commit 0fd4442

Please sign in to comment.