public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: ozwpan: Coding style fixes
@ 2013-08-13 17:24 Rupesh Gujare
  2013-08-13 17:24 ` [PATCH 01/10] staging: ozwpan: Add a blank line between declaraction and code Rupesh Gujare
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rupesh Gujare @ 2013-08-13 17:24 UTC (permalink / raw)
  To: devel; +Cc: dan.carpenter, linux-usb, linux-kernel, gregkh

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-13 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 17:24 [PATCH 00/10] staging: ozwpan: Coding style fixes Rupesh Gujare
2013-08-13 17:24 ` [PATCH 01/10] staging: ozwpan: Add a blank line between declaraction and code Rupesh Gujare
2013-08-13 17:24 ` [PATCH 02/10] staging: ozwpan: Add a blank line between functions & declarations Rupesh Gujare
2013-08-13 17:24 ` [PATCH 03/10] staging: ozwpan: Simply if condition Rupesh Gujare
2013-08-13 17:24 ` [PATCH 04/10] staging: ozwpan: Fix coding style Rupesh Gujare
2013-08-13 23:02 ` [PATCH 00/10] staging: ozwpan: Coding style fixes Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox