diff options
Diffstat (limited to 'drivers/net/ps3_gelic_wireless.c')
-rw-r--r-- | drivers/net/ps3_gelic_wireless.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ps3_gelic_wireless.c b/drivers/net/ps3_gelic_wireless.c index 2663b2fdc0bb..7fe54c261c44 100644 --- a/drivers/net/ps3_gelic_wireless.c +++ b/drivers/net/ps3_gelic_wireless.c | |||
@@ -95,7 +95,7 @@ static inline int precise_ie(void) | |||
95 | * post_eurus_cmd helpers | 95 | * post_eurus_cmd helpers |
96 | */ | 96 | */ |
97 | struct eurus_cmd_arg_info { | 97 | struct eurus_cmd_arg_info { |
98 | int pre_arg; /* command requres arg1, arg2 at POST COMMAND */ | 98 | int pre_arg; /* command requires arg1, arg2 at POST COMMAND */ |
99 | int post_arg; /* command requires arg1, arg2 at GET_RESULT */ | 99 | int post_arg; /* command requires arg1, arg2 at GET_RESULT */ |
100 | }; | 100 | }; |
101 | 101 | ||