aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/maplemouse.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-05-29 02:28:29 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-29 02:28:29 -0500
commit968ac842c4946abcd6ae623414783548672177f5 (patch)
tree1df749e9ce8c23c6994840e4ef126f9125cce727 /drivers/input/mouse/maplemouse.c
parentInput: Fix a warning in hid-core. (diff)
downloadlinux-dev-968ac842c4946abcd6ae623414783548672177f5.tar.xz
linux-dev-968ac842c4946abcd6ae623414783548672177f5.zip
Input: whitespace fixes in drivers/input/mouse
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/maplemouse.c')
-rw-r--r--drivers/input/mouse/maplemouse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/maplemouse.c b/drivers/input/mouse/maplemouse.c
index 12dc0ef5020f..088f69406558 100644
--- a/drivers/input/mouse/maplemouse.c
+++ b/drivers/input/mouse/maplemouse.c
@@ -1,6 +1,6 @@
/*
* $Id: maplemouse.c,v 1.2 2004/03/22 01:18:15 lethal Exp $
- * SEGA Dreamcast mouse driver
+ * SEGA Dreamcast mouse driver
* Based on drivers/usb/usbmouse.c
*/
@@ -83,7 +83,7 @@ static int dc_mouse_connect(struct maple_device *dev)
mouse->dev.name = dev->product_name;
mouse->dev.id.bustype = BUS_MAPLE;
-
+
input_register_device(&mouse->dev);
maple_getcond_callback(dev, dc_mouse_callback, 1, MAPLE_FUNC_MOUSE);