Skip to content

Commit

Permalink
staging/ozwpan: formatting coding style
Browse files Browse the repository at this point in the history
This fixes the following spacing issues detected by checkpatch.pl:

 WARNING: line over 80 characters
 torvalds#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>
  • Loading branch information
ngc891 authored and gregkh committed Mar 13, 2014
1 parent c632824 commit 46374d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/ozwpan/ozhcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ozwpan/ozpd.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define OZ_TIMER_HEARTBEAT 2
#define OZ_TIMER_STOP 3

/*
/*
*External spinlock variable
*/
extern spinlock_t g_polling_lock;
Expand Down

0 comments on commit 46374d3

Please sign in to comment.