mirror of
https://github.com/torvalds/linux.git
synced 2026-08-17 04:50:03 +02:00
ieee802154/at86rf230: Fix typo unkown -> unknown
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>
This commit is contained in:
parent
e80fb5eea3
commit
2b8b7e29c4
|
|
@ -1474,7 +1474,7 @@ at86rf230_detect_device(struct at86rf230_local *lp)
|
|||
lp->hw->phy->symbol_duration = 16;
|
||||
break;
|
||||
default:
|
||||
chip = "unkown";
|
||||
chip = "unknown";
|
||||
rc = -ENOTSUPP;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user