mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 02:36:43 +07:00
rt2x00: Fix a typo in printk
This patch fix a typo in rt2800lib.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
ac1181c608
commit
83476cd587
@ -4903,7 +4903,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev)
|
||||
min_sleep = 2000;
|
||||
break;
|
||||
default:
|
||||
WARN_ONCE(1, "Not supported RF chipet %x for VCO recalibration",
|
||||
WARN_ONCE(1, "Not supported RF chipset %x for VCO recalibration",
|
||||
rt2x00dev->chip.rf);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user