staging/ozwpan: formatting coding style
authorJérôme Pinot <ngc891@gmail.com>
Thu, 13 Mar 2014 01:17:17 +0000 (10:17 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2014 02:34:17 +0000 (02:34 +0000)
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>
drivers/staging/ozwpan/ozhcd.c
drivers/staging/ozwpan/ozpd.h

index a276dd0c224ffd2c189177e42509d32029fa4b95..b3d401ae41b4dee28112b46b8105edd7080e071d 100644 (file)
@@ -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;
index 56e6fdf9b0bf5fa2aaea9b79c5ff839768b9e4b6..ad5fe7a6e619c5e321f30d91713a15c76fbdd878 100644 (file)
@@ -22,7 +22,7 @@
 #define OZ_TIMER_HEARTBEAT     2
 #define OZ_TIMER_STOP          3
 
-/* 
+/*
  *External spinlock variable
  */
 extern spinlock_t g_polling_lock;
This page took 0.027677 seconds and 5 git commands to generate.