Skip to content

Commit 46374d3

Browse files
ngc891gregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c632824 commit 46374d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

drivers/staging/ozwpan/ozhcd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags)
354354
* disabled.
355355
* Context: softirq or process
356356
*/
357-
static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd, struct urb *urb)
357+
static struct oz_urb_link *oz_uncancel_urb(struct oz_hcd *ozhcd,
358+
struct urb *urb)
358359
{
359360
struct oz_urb_link *urbl;
360361
struct list_head *e;

drivers/staging/ozwpan/ozpd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define OZ_TIMER_HEARTBEAT 2
2323
#define OZ_TIMER_STOP 3
2424

25-
/*
25+
/*
2626
*External spinlock variable
2727
*/
2828
extern spinlock_t g_polling_lock;

0 commit comments

Comments
 (0)