From: Hitoshi NAKAMORI Date: Tue, 21 Feb 2012 06:31:04 +0000 (+0900) Subject: Staging: frontier: Fix checkpatch.pl issue. X-Git-Tag: upstream/snapshot3+hdmi~7963^2~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72a474b8cdac7e316f5299b0edf2d82f86d92829;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/frontier/alphatrack.c b/drivers/staging/frontier/alphatrack.c index d8efed6..3bf0f40e 100644 --- a/drivers/staging/frontier/alphatrack.c +++ b/drivers/staging/frontier/alphatrack.c @@ -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; diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/frontier/tranzport.c index cf47a5d..29e99bb 100644 --- a/drivers/staging/frontier/tranzport.c +++ b/drivers/staging/frontier/tranzport.c @@ -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;