diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2015-02-24 09:11:26 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 17:04:40 -0500 |
| commit | f42cf8d6a3ec934551ac0f20f4654dccb11fa30d (patch) | |
| tree | acbb50d874edfafa5baa82befa00dff45580fdf1 /drivers/net/phy | |
| parent | 637473cf006fe4cd85aed0fb69b6c917d868ada2 (diff) | |
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>
Diffstat (limited to 'drivers/net/phy')
| -rw-r--r-- | drivers/net/phy/dp83640.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/dp83640.c b/drivers/net/phy/dp83640.c index e22e602beef3..4c2b5a80f17c 100644 --- a/drivers/net/phy/dp83640.c +++ b/drivers/net/phy/dp83640.c | |||
| @@ -614,7 +614,7 @@ static void recalibrate(struct dp83640_clock *clock) | |||
| 614 | trigger = CAL_TRIGGER; | 614 | trigger = CAL_TRIGGER; |
| 615 | cal_gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PHYSYNC, 0); | 615 | cal_gpio = 1 + ptp_find_pin(clock->ptp_clock, PTP_PF_PHYSYNC, 0); |
| 616 | if (cal_gpio < 1) { | 616 | if (cal_gpio < 1) { |
| 617 | pr_err("PHY calibration pin not avaible - PHY is not calibrated."); | 617 | pr_err("PHY calibration pin not available - PHY is not calibrated."); |
| 618 | return; | 618 | return; |
| 619 | } | 619 | } |
| 620 | 620 | ||
