diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-03-19 22:00:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-20 11:26:32 -0400 |
commit | 07f42258893d3768deb9a24165d23f1355bc1949 (patch) | |
tree | ec0a9dbf512c512476c5e71f7dfb614cb8a4263f /drivers/ata | |
parent | 434720fa98443c048df62512d3c6aaefb429bdd2 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_fsl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 124b2c1d9c0b..b0fd7cd40e7b 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c | |||
@@ -311,7 +311,7 @@ static void fsl_sata_set_irq_coalescing(struct ata_host *host, | |||
311 | intr_coalescing_ticks = ticks; | 311 | intr_coalescing_ticks = ticks; |
312 | spin_unlock(&host->lock); | 312 | spin_unlock(&host->lock); |
313 | 313 | ||
314 | DPRINTK("intrrupt coalescing, count = 0x%x, ticks = %x\n", | 314 | DPRINTK("interrupt coalescing, count = 0x%x, ticks = %x\n", |
315 | intr_coalescing_count, intr_coalescing_ticks); | 315 | intr_coalescing_count, intr_coalescing_ticks); |
316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", | 316 | DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", |
317 | hcr_base, ioread32(hcr_base + ICC)); | 317 | hcr_base, ioread32(hcr_base + ICC)); |