]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging: usbip: userspace: libsrc: do not init static/globals to 0
authorKurt Kanzenbach <ly80toro@cip.cs.fau.de>
Fri, 22 Feb 2013 11:13:26 +0000 (12:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:45:28 +0000 (09:45 -0700)
commit5af7746f47cef58e1d2499e7a79fe3306c129269
treeb83fadafe7b1d84a195964201657d9fdcb307623
parentcbb86718ac50eaf56e98a14760d717e6c73b345e
staging: usbip: userspace: libsrc: do not init static/globals to 0

This patch fixes the following checkpatch errors:
-ERROR: do not initialise statics to 0 or NULL
-ERROR: do not initialise globals to 0 or NULL

Signed-off-by: Kurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/libsrc/names.c
drivers/staging/usbip/userspace/libsrc/usbip_common.c