treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
637473cf00
commit
f42cf8d6a3
@@ -614,7 +614,7 @@ static void recalibrate(struct dp83640_clock *clock)
|
||||
trigger = CAL_TRIGGER;
|
||||
cal_gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PHYSYNC, 0);
|
||||
if (cal_gpio < 1) {
|
||||
pr_err("PHY calibration pin not avaible - PHY is not calibrated.");
|
||||
pr_err("PHY calibration pin not available - PHY is not calibrated.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user