diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-21 17:45:38 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-21 17:45:38 +0100 |
| commit | ea3e160ff061f5b69962585744cac9df6557ce51 (patch) | |
| tree | ccdf32bff5dddfc031c6cadfe836239b94f5b1c2 /0005-USB-usbip-delete-README-file.patch | |
| parent | a47b7cd1ae58ea0b41b69de496d6940a43b870df (diff) | |
| download | patches-ea3e160ff061f5b69962585744cac9df6557ce51.tar.gz | |
more patches
Diffstat (limited to '0005-USB-usbip-delete-README-file.patch')
| -rw-r--r-- | 0005-USB-usbip-delete-README-file.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0005-USB-usbip-delete-README-file.patch b/0005-USB-usbip-delete-README-file.patch new file mode 100644 index 00000000000000..143653d1f4b552 --- /dev/null +++ b/0005-USB-usbip-delete-README-file.patch @@ -0,0 +1,26 @@ +From fb31307b19e41465cd404336b03f75d1ce3b8a79 Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Date: Thu, 17 Jan 2019 09:17:03 +0100 +Subject: [PATCH 05/11] USB: usbip: delete README file + +The README file ni the drivers/usb/usbip/ directory is not needed +anymore, so just delete it. + +Cc: Valentina Manea <valentina.manea.m@gmail.com> +Cc: Shuah Khan <shuah@kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +--- + drivers/usb/usbip/README | 7 ------- + 1 file changed, 7 deletions(-) + delete mode 100644 drivers/usb/usbip/README + +--- a/drivers/usb/usbip/README ++++ /dev/null +@@ -1,7 +0,0 @@ +-TODO: +- - more discussion about the protocol +- - testing +- - review of the userspace interface +- - document the protocol +- +-Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com> |
