Skip to content

Commit

Permalink
Staging: bcm: Replace UINT32 with u32 in Ioctl.h
Browse files Browse the repository at this point in the history
This patch replaces "UINT32" with "u32" in Ioctl.h

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 2314894 commit 73f4478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/Ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ typedef struct _FLASH2X_BITMAP {

typedef struct _ST_TIME_ELAPSED_ {
unsigned long long ul64TimeElapsedSinceNetEntry;
UINT32 uiReserved[4];
u32 uiReserved[4];
} ST_TIME_ELAPSED, *PST_TIME_ELAPSED;

enum {
Expand Down

0 comments on commit 73f4478

Please sign in to comment.