aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-05-16 21:53:06 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:09 -0700
commit64b14d375263019753dd1405e4edd91a1715301d (patch)
tree532b0f540ff3708a8463ce3d267136f93ddb90de
parent0c3f2be423dafb9f914afe85e532e3fffd502fde (diff)
downloadlinux-64b14d375263019753dd1405e4edd91a1715301d.tar.gz
[PATCH] alps printk tidy
Make the alps printk output look consistent. Cc: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/input/mouse/alps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
index 1f85a9718c8984..52c6fd2e70ccfb 100644
--- a/drivers/input/mouse/alps.c
+++ b/drivers/input/mouse/alps.c
@@ -395,7 +395,7 @@ int alps_init(struct psmouse *psmouse)
}
if (param[0] & 0x04) {
- printk(KERN_INFO " Enabling hardware tapping\n");
+ printk(KERN_INFO "alps.c: Enabling hardware tapping\n");
if (alps_tap_mode(psmouse, 1))
printk(KERN_WARNING "alps.c: Failed to enable hardware tapping\n");
}