[PATCH 00/10] staging: ozwpan: Coding style fixes

From: Rupesh Gujare
Date: Tue Aug 13 2013 - 13:24:57 EST


This patch seriese mostly contains coding style fixes & removes unneeded
variable initialization.

Dan Carpenter (1):
staging: ozwpan: Separate success & failure case for
oz_hcd_pd_arrived()

Rupesh Gujare (9):
staging: ozwpan: Add a blank line between declaraction and code.
staging: ozwpan: Add a blank line between functions & declarations.
staging: ozwpan: Simply if condition
staging: ozwpan: Fix coding style.
staging: ozwpan: Remove unnecessary pointer check.
staging: ozwpan: Make oz_hcd_pd_arrived() return a struct pointer
staging: ozwpan: Make oz_hcd_pd_departed() take a struct pointer.
staging: ozwpan: Remove unneeded initializers
staging: ozwpan: Swap arguments of oz_ep_alloc() to match kmalloc()

drivers/staging/ozwpan/ozcdev.c | 23 ++++
drivers/staging/ozwpan/ozeltbuf.c | 21 +++-
drivers/staging/ozwpan/ozhcd.c | 197 ++++++++++++++++++++++++--------
drivers/staging/ozwpan/ozhcd.h | 4 +-
drivers/staging/ozwpan/ozmain.c | 3 +
drivers/staging/ozwpan/ozpd.c | 66 ++++++++++-
drivers/staging/ozwpan/ozproto.c | 33 ++++++
drivers/staging/ozwpan/ozurbparanoia.c | 4 +
drivers/staging/ozwpan/ozusbsvc.c | 17 +++
drivers/staging/ozwpan/ozusbsvc1.c | 21 ++++
10 files changed, 334 insertions(+), 55 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/