Commit 72a474b8cdac7e316f5299b0edf2d82f86d92829
Committed by
Greg Kroah-Hartman
1 parent
ac399bc0f4
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
drivers/staging/frontier/alphatrack.c
... | ... | @@ -450,7 +450,7 @@ |
450 | 450 | /** |
451 | 451 | * usb_alphatrack_poll |
452 | 452 | */ |
453 | -static unsigned int usb_alphatrack_poll(struct file *file, poll_table * wait) | |
453 | +static unsigned int usb_alphatrack_poll(struct file *file, poll_table *wait) | |
454 | 454 | { |
455 | 455 | struct usb_alphatrack *dev; |
456 | 456 | unsigned int mask = 0; |
drivers/staging/frontier/tranzport.c
... | ... | @@ -471,7 +471,7 @@ |
471 | 471 | /** |
472 | 472 | * usb_tranzport_poll |
473 | 473 | */ |
474 | -static unsigned int usb_tranzport_poll(struct file *file, poll_table * wait) | |
474 | +static unsigned int usb_tranzport_poll(struct file *file, poll_table *wait) | |
475 | 475 | { |
476 | 476 | struct usb_tranzport *dev; |
477 | 477 | unsigned int mask = 0; |