]> Pileus Git - ~andy/linux/commitdiff
Staging: frontier: Fix checkpatch.pl issue.
authorHitoshi NAKAMORI <hitoshi.nakamori@gmail.com>
Tue, 21 Feb 2012 06:31:04 +0000 (15:31 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 20:03:12 +0000 (12:03 -0800)
This is a patch to the alphatrack.c and tranzport.c  that fixes up an error
found by checkpatch.pl tool.

Signed-off-by: Hitoshi Nakamori <hitoshi.nakamori@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/frontier/alphatrack.c
drivers/staging/frontier/tranzport.c

index d8efed65744042ee1cc15994c3fddaf49de20b66..3bf0f40e97fd0e3b515c2392832398e109ea0515 100644 (file)
@@ -450,7 +450,7 @@ exit:
 /**
  *     usb_alphatrack_poll
  */
-static unsigned int usb_alphatrack_poll(struct file *file, poll_table * wait)
+static unsigned int usb_alphatrack_poll(struct file *file, poll_table *wait)
 {
        struct usb_alphatrack *dev;
        unsigned int mask = 0;
index cf47a5d191fcd72df627907c7ce02e52e5f87195..29e99bbcae482b7a51a14728076c5777e461ee4d 100644 (file)
@@ -471,7 +471,7 @@ exit:
 /**
  *     usb_tranzport_poll
  */
-static unsigned int usb_tranzport_poll(struct file *file, poll_table * wait)
+static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait)
 {
        struct usb_tranzport *dev;
        unsigned int mask = 0;