projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a94df7
)
wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized"
author
Colin Ian King
<
[email protected]
>
Mon, 24 Sep 2018 17:39:51 +0000
(18:39 +0100)
committer
David S. Miller
<
[email protected]
>
Thu, 27 Sep 2018 03:09:58 +0000
(20:09 -0700)
Trivial fix to spelling mistake in ms_to_errno array of error messages
and remove confusing "not" from the error text since the error code
refers to an uninitialized error code.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/wimax/i2400m/control.c
patch
|
blob
|
history
diff --git
a/drivers/net/wimax/i2400m/control.c
b/drivers/net/wimax/i2400m/control.c
index 094cea775d0c0bd3090102cf5d511d08d718fef7..ef298d8525c5481c8df55f933cf0df6452ba41c0 100644
(file)
--- a/
drivers/net/wimax/i2400m/control.c
+++ b/
drivers/net/wimax/i2400m/control.c
@@
-257,7
+257,7
@@
static const struct
[I2400M_MS_ACCESSIBILITY_ERROR] = { "accesibility error", -EIO },
[I2400M_MS_BUSY] = { "busy", -EBUSY },
[I2400M_MS_CORRUPTED_TLV] = { "corrupted TLV", -EILSEQ },
- [I2400M_MS_UNINITIALIZED] = { "
not u
nitialized", -EILSEQ },
+ [I2400M_MS_UNINITIALIZED] = { "
uni
nitialized", -EILSEQ },
[I2400M_MS_UNKNOWN_ERROR] = { "unknown error", -EIO },
[I2400M_MS_PRODUCTION_ERROR] = { "production error", -EIO },
[I2400M_MS_NO_RF] = { "no RF", -EIO },