Code cleanup for the usbip driver.
 - delete unused code
 - improve readability
 - improve usability of the command line tools

Kurt and I did this work together.


Kurt Kanzenbach (10):
  staging: usbip: reformat function stub_recv_cmd_unlink()
  staging: usbip: removed enumeration of comments
  staging: usbip: simplified errorhandling
  staging: usbip: removed unnecessary if-else-statements
  staging: usbip: removed unnecessary for loop
  staging: usbip: simplified cleanup function
  staging: usbip: userspace: removed unnecessary code
  staging: usbip: userspace: libsrc: cleanup parsing
  staging: usbip: userspace: unified command line arguments
  staging: usbip: userspace: show product name in `list -l' command

Stefan Reif (5):
  staging: usbip: userspace: libsrc: replace numbers by ascii
  staging: usbip: reformat function pickup_urb_and_free_priv
  staging: usbip: remove unnused, broken macro
  staging: usbip: simple indent fix
  staging: usbip: userspace: avoid memory leaks

 drivers/staging/usbip/stub_dev.c                   |  32 +-
 drivers/staging/usbip/stub_main.c                  |  34 +-
 drivers/staging/usbip/stub_rx.c                    | 100 ++---
 drivers/staging/usbip/usbip_common.c               |   2 +-
 drivers/staging/usbip/userspace/README             |   4 +-
 drivers/staging/usbip/userspace/doc/usbip.8        |   4 +-
 drivers/staging/usbip/userspace/libsrc/names.c     | 499 +++------------------
 drivers/staging/usbip/userspace/libsrc/names.h     |  21 +-
 drivers/staging/usbip/userspace/src/usbip_attach.c |  12 +-
 drivers/staging/usbip/userspace/src/usbip_list.c   |  12 +
 .../staging/usbip/userspace/src/usbip_network.c    |   4 +-
 drivers/staging/usbip/userspace/src/usbipd.c       |  11 +-
 drivers/staging/usbip/vhci.h                       |   1 -
 drivers/staging/usbip/vhci_rx.c                    |  56 +--
 14 files changed, 211 insertions(+), 581 deletions(-)

-- 
1.8.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to