lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 13 Aug 2013 18:24:20 +0100
From:	Rupesh Gujare <rupesh.gujare@...el.com>
To:	<devel@...uxdriverproject.org>
CC:	<dan.carpenter@...cle.com>, <linux-usb@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <gregkh@...uxfoundation.org>
Subject: [PATCH 00/10] staging: ozwpan: Coding style fixes

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ