فهرست منبع

Staging: frontier: Fix checkpatch.pl issue.

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>
Hitoshi NAKAMORI 14 سال پیش
والد
کامیت
72a474b8cd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      drivers/staging/frontier/alphatrack.c
  2. 1 1
      drivers/staging/frontier/tranzport.c

+ 1 - 1
drivers/staging/frontier/alphatrack.c

@@ -450,7 +450,7 @@ static int usb_alphatrack_release(struct inode *inode, struct file *file)
 /**
  *	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;

+ 1 - 1
drivers/staging/frontier/tranzport.c

@@ -471,7 +471,7 @@ static int usb_tranzport_release(struct inode *inode, struct file *file)
 /**
  *	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;