All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] staging: usbip: cleanup
@ 2011-05-06 10:47 ` matt mooney
  0 siblings, 0 replies; 36+ messages in thread
From: matt mooney @ 2011-05-06 10:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, kernel-janitors

Hi Greg,

Here is a set of extremely trivial changes; more substantial changes
will follow.

Thanks,
matt

matt mooney (16):
  staging: usbip: stub_dev.c: coding style cleanup
  staging: usbip: stub_main.c: coding style cleanup
  staging: usbip: stub_rx.c: coding style cleanup
  staging: usbip: stub_tx.c: coding style cleanup
  staging: usbip: usbip_common.h: coding style cleanup
  staging: usbip: usbip_common.c: coding style cleanup
  staging: usbip: usbip_event.c: coding style cleanup
  staging: usbip: stub.h: coding style cleanup
  staging: usbip: vhci.h: coding style cleanup
  staging: usbip: vhci_hcd.c: coding style cleanup
  staging: usbip: vhci_rx.c: coding style cleanup
  staging: usbip: vhci_sysfs.c: coding style cleanup
  staging: usbip: vhci_tx.c: coding style cleanup
  staging: usbip: add break to default case in switch statements
  staging: usbip: remove section dividers
  staging: usbip: fixup MODULE_ macros

 drivers/staging/usbip/stub.h         |    5 -
 drivers/staging/usbip/stub_dev.c     |   57 ++--------
 drivers/staging/usbip/stub_main.c    |   31 +----
 drivers/staging/usbip/stub_rx.c      |   52 ++++-----
 drivers/staging/usbip/stub_tx.c      |   68 ++++-------
 drivers/staging/usbip/usbip_common.c |  138 ++++++++++-------------
 drivers/staging/usbip/usbip_common.h |   85 +++++---------
 drivers/staging/usbip/usbip_event.c  |   18 +--
 drivers/staging/usbip/vhci.h         |   24 +---
 drivers/staging/usbip/vhci_hcd.c     |  204 +++++++++++++---------------------
 drivers/staging/usbip/vhci_rx.c      |   49 +++------
 drivers/staging/usbip/vhci_sysfs.c   |   15 +--
 drivers/staging/usbip/vhci_tx.c      |   36 ++----
 13 files changed, 278 insertions(+), 504 deletions(-)

-- 
1.7.5.1


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

end of thread, other threads:[~2011-05-06 21:27 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06 10:47 [PATCH 00/16] staging: usbip: cleanup matt mooney
2011-05-06 10:47 ` matt mooney
2011-05-06 10:47 ` [PATCH 01/16] staging: usbip: stub_dev.c: coding style cleanup matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 02/16] staging: usbip: stub_main.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 03/16] staging: usbip: stub_rx.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 04/16] staging: usbip: stub_tx.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 05/16] staging: usbip: usbip_common.h: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 06/16] staging: usbip: usbip_common.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 07/16] staging: usbip: usbip_event.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 08/16] staging: usbip: stub.h: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 09/16] staging: usbip: vhci.h: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 10/16] staging: usbip: vhci_hcd.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 11/16] staging: usbip: vhci_rx.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 12/16] staging: usbip: vhci_sysfs.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 13/16] staging: usbip: vhci_tx.c: " matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 14/16] staging: usbip: add break to default case in switch statements matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 15/16] staging: usbip: remove section dividers matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 10:47 ` [PATCH 16/16] staging: usbip: fixup MODULE_ macros matt mooney
2011-05-06 10:47   ` matt mooney
2011-05-06 21:27 ` [PATCH 00/16] staging: usbip: cleanup Greg KH
2011-05-06 21:27   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.