Commit 72a474b8 authored by Hitoshi NAKAMORI's avatar Hitoshi NAKAMORI Committed by Greg Kroah-Hartman

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: default avatarHitoshi Nakamori <hitoshi.nakamori@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ac399bc0
...@@ -450,7 +450,7 @@ static int usb_alphatrack_release(struct inode *inode, struct file *file) ...@@ -450,7 +450,7 @@ static int usb_alphatrack_release(struct inode *inode, struct file *file)
/** /**
* usb_alphatrack_poll * 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; struct usb_alphatrack *dev;
unsigned int mask = 0; unsigned int mask = 0;
......
...@@ -471,7 +471,7 @@ static int usb_tranzport_release(struct inode *inode, struct file *file) ...@@ -471,7 +471,7 @@ static int usb_tranzport_release(struct inode *inode, struct file *file)
/** /**
* usb_tranzport_poll * 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; struct usb_tranzport *dev;
unsigned int mask = 0; unsigned int mask = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment