diff options
author | Gilles Espinasse <g.esp@free.fr> | 2010-03-29 09:41:47 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-03-29 09:41:47 -0400 |
commit | f77f13e22df4a40d237697df496152c8c37f3f2b (patch) | |
tree | beccbb0214078d68027f7a17b57be556292475bd /drivers/net/ps3_gelic_wireless.c | |
parent | 5239c4ff4ae9e810ba761518ad71b463f0ccbf3c (diff) |
Fix comment and Kconfig typos for 'require' and 'fragment'
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 | ||