projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80fb5e
)
ieee802154/at86rf230: Fix typo unkown -> unknown
author
Stefan Schmidt
<s.schmidt@samsung.com>
Fri, 12 Dec 2014 11:45:30 +0000
(12:45 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 18 Dec 2014 23:19:24 +0000
(
00:19
+0100)
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c
patch
|
blob
|
history
diff --git
a/drivers/net/ieee802154/at86rf230.c
b/drivers/net/ieee802154/at86rf230.c
index
3523d9e
..
2f66b8a
100644
(file)
--- a/
drivers/net/ieee802154/at86rf230.c
+++ b/
drivers/net/ieee802154/at86rf230.c
@@
-1474,7
+1474,7
@@
at86rf230_detect_device(struct at86rf230_local *lp)
lp->hw->phy->symbol_duration = 16;
break;
default:
- chip = "unkown";
+ chip = "unk
n
own";
rc = -ENOTSUPP;
break;
}