aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozhcd.c
diff options
context:
space:
mode:
authorJérôme Pinot <ngc891@gmail.com>2014-03-13 10:17:17 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-13 02:34:17 +0000
commit46374d3f7850dc639e2ad47ff911831d3d26d5d2 (patch)
treee4ada9162ca2cf867ba0a603893e32890fc45501 /drivers/staging/ozwpan/ozhcd.c
parentstaging/ozwpan: coding style __constant_ (diff)
downloadlinux-dev-46374d3f7850dc639e2ad47ff911831d3d26d5d2.tar.xz
linux-dev-46374d3f7850dc639e2ad47ff911831d3d26d5d2.zip
staging/ozwpan: formatting coding style
This fixes the following spacing issues detected by checkpatch.pl: WARNING: line over 80 characters #357: FILE: drivers/staging/ozwpan/ozhcd.c:357: +static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd, struct urb *urb) ERROR: trailing whitespace #25: FILE: drivers/staging/ozwpan/ozpd.h:25: +/* $ Signed-off-by: Jerome Pinot <ngc891@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan/ozhcd.c')
-rw-r--r--drivers/staging/ozwpan/ozhcd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/ozwpan/ozhcd.c b/drivers/staging/ozwpan/ozhcd.c
index a276dd0c224f..b3d401ae41b4 100644
--- a/drivers/staging/ozwpan/ozhcd.c
+++ b/drivers/staging/ozwpan/ozhcd.c
@@ -354,7 +354,8 @@ static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags)
* disabled.
* Context: softirq or process
*/
-static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd, struct urb *urb)
+static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd,
+ struct urb *urb)
{
struct oz_urb_link *urbl;
struct list_head *e;