Skip to content

Commit

Permalink
Staging: frontier: Fix checkpatch.pl issue.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hitoshi NAKAMORI authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent ac399bc commit 72a474b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/frontier/alphatrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/frontier/tranzport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72a474b

Please sign in to comment.