diff options
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/usb-gadget-rndis-fix-up-coding-style-issues-in-the-file.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb-gadget-rndis-fix-up-coding-style-issues-in-the-file.patch b/usb/usb-gadget-rndis-fix-up-coding-style-issues-in-the-file.patch index 794f516608e6cf..5d6002db88485b 100644 --- a/usb/usb-gadget-rndis-fix-up-coding-style-issues-in-the-file.patch +++ b/usb/usb-gadget-rndis-fix-up-coding-style-issues-in-the-file.patch @@ -984,7 +984,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> - (void *)(rndis_per_dev_params + i)))) - { - pr_debug("%s :remove entries", __func__); -+ (void *)(rndis_per_dev_params + i)) ++ (void *)(rndis_per_dev_params + i)); + if (!rndis_connect_state[i]) { + pr_debug("%s: remove entries", __func__); while (i) { |
