Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b8b7e29 authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Marcel Holtmann
Browse files

ieee802154/at86rf230: Fix typo unkown -> unknown

parent e80fb5ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}