Commit 7385adec authored by Soumyajit Deb's avatar Soumyajit Deb Committed by Greg Kroah-Hartman

staging: hp100: Add space around operator +

Add space around operator + to improve code readability.
Reported by checkpatch.pl
Signed-off-by: default avatarSoumyajit Deb <debsoumyajit100@gmail.com>
Link: https://lore.kernel.org/r/20200323054836.48816-2-debsoumyajit100@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ce28818
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
#define HP100_REGION_SIZE 0x20 /* for ioports */ #define HP100_REGION_SIZE 0x20 /* for ioports */
#define HP100_SIG_LEN 8 /* same as EISA_SIG_LEN */ #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 #define HP100_MIN_PACKET_SIZE 60
#ifndef HP100_DEFAULT_RX_RATIO #ifndef HP100_DEFAULT_RX_RATIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment