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>
This commit is contained in:
Hitoshi NAKAMORI 2012-02-21 15:31:04 +09:00 коммит произвёл Greg Kroah-Hartman
Родитель ac399bc0f4
Коммит 72a474b8cd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;