projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4d607
)
usb: dwc2: add parenthess and space around *
author
Tian Tao
<tiantao6@hisilicon.com>
Mon, 29 Mar 2021 07:05:56 +0000
(15:05 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 2 Apr 2021 13:39:59 +0000
(15:39 +0200)
Just fix the following checkpatch error:
ERROR: Macros with complex values should be enclosed in parentheses.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Zeng Tao <prime.zeng@hisilicon.com>
Link:
https://lore.kernel.org/r/1617001556-61868-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd_queue.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc2/hcd_queue.c
b/drivers/usb/dwc2/hcd_queue.c
index 68bbac64b7536aec43574d543be8ff758b718fa9..621a4846bd05ae18539ed34f3dfc61369c18b068 100644
(file)
--- a/
drivers/usb/dwc2/hcd_queue.c
+++ b/
drivers/usb/dwc2/hcd_queue.c
@@
-59,7
+59,7
@@
#define DWC2_UNRESERVE_DELAY (msecs_to_jiffies(5))
/* If we get a NAK, wait this long before retrying */
-#define DWC2_RETRY_WAIT_DELAY
1*1E6L
+#define DWC2_RETRY_WAIT_DELAY
(1 * 1E6L)
/**
* dwc2_periodic_channel_available() - Checks that a channel is available for a