diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-10-30 18:02:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 20:37:20 -0500 |
commit | 3fa63c7d82ab9a12a5d0a299069f8df9f35aa011 (patch) | |
tree | 568e2eb557ff89359bd7de6bc307d0534fb1ea16 /sound | |
parent | dfb7dac3af623a68262536437af008ed6aba4d88 (diff) |
[PATCH] Typo fix: dot after newline in printk strings
Typo fix: dots appearing after a newline in printk strings.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/awe_wave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/awe_wave.c b/sound/oss/awe_wave.c index d2b9beda8ace..b3ea719d33db 100644 --- a/sound/oss/awe_wave.c +++ b/sound/oss/awe_wave.c | |||
@@ -6062,7 +6062,7 @@ static int awe_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id | |||
6062 | io1 = pnp_port_start(dev,0); | 6062 | io1 = pnp_port_start(dev,0); |
6063 | io2 = pnp_port_start(dev,1); | 6063 | io2 = pnp_port_start(dev,1); |
6064 | io3 = pnp_port_start(dev,2); | 6064 | io3 = pnp_port_start(dev,2); |
6065 | printk(KERN_INFO "AWE32: A PnP Wave Table was detected at IO's %#x,%#x,%#x\n.", | 6065 | printk(KERN_INFO "AWE32: A PnP Wave Table was detected at IO's %#x,%#x,%#x.\n", |
6066 | io1, io2, io3); | 6066 | io1, io2, io3); |
6067 | setup_ports(io1, io2, io3); | 6067 | setup_ports(io1, io2, io3); |
6068 | 6068 | ||