summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2/wl_profile.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-27 23:21:13 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 13:16:26 -0700
commitcb154c18954e245c0d933e6b8302c381ffa13c67 (patch)
treef0ec16f6629b445e86adea0916aee2fd81dab700 /drivers/staging/wlags49_h2/wl_profile.c
parent3cf7c7aaee1d97d39419fadc58110c1af552cefb (diff)
downloadop-kernel-dev-cb154c18954e245c0d933e6b8302c381ffa13c67.zip
op-kernel-dev-cb154c18954e245c0d933e6b8302c381ffa13c67.tar.gz
staging: wlags49_h2: Fix typo in staging/wlags49_h2 driver
Correct spelling typo in staging/wlags49_h2 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_profile.c')
-rw-r--r--drivers/staging/wlags49_h2/wl_profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlags49_h2/wl_profile.c b/drivers/staging/wlags49_h2/wl_profile.c
index 0e49272..beabf59 100644
--- a/drivers/staging/wlags49_h2/wl_profile.c
+++ b/drivers/staging/wlags49_h2/wl_profile.c
@@ -910,7 +910,7 @@ int parse_mac_address(char *value, u_char *byte_array)
memset(byte_field, '\0', 3);
while (value[value_offset] != '\0') {
- /* Skip over the colon chars seperating the bytes, if they exist */
+ /* Skip over the colon chars separating the bytes, if they exist */
if (value[value_offset] == ':') {
value_offset++;
continue;
OpenPOWER on IntegriCloud