projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce2881
)
staging: hp100: Add space around operator +
author
Soumyajit Deb
<debsoumyajit100@gmail.com>
Mon, 23 Mar 2020 05:48:34 +0000
(11:18 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 23 Mar 2020 12:09:45 +0000
(13:09 +0100)
Add space around operator + to improve code readability.
Reported by checkpatch.pl
Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
Link:
https://lore.kernel.org/r/20200323054836.48816-2-debsoumyajit100@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hp/hp100.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hp/hp100.c
b/drivers/staging/hp/hp100.c
index 9b7ac5a68ddf20c09fb4ebb64f4f2d16107a4669..430395908011d2422d605ebaf673e982ff2f1044 100644
(file)
--- a/
drivers/staging/hp/hp100.c
+++ b/
drivers/staging/hp/hp100.c
@@
-119,7
+119,7
@@
#define HP100_REGION_SIZE 0x20 /* for ioports */
#define HP100_SIG_LEN 8 /* same as EISA_SIG_LEN */
-#define HP100_MAX_PACKET_SIZE (1536
+
4)
+#define HP100_MAX_PACKET_SIZE (1536
+
4)
#define HP100_MIN_PACKET_SIZE 60
#ifndef HP100_DEFAULT_RX_RATIO