Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: hp100: Add space around operator +

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>

authored by

Soumyajit Deb and committed by
Greg Kroah-Hartman
7385adec 4ce28818

+1 -1
+1 -1
drivers/staging/hp/hp100.c
··· 119 119 #define HP100_REGION_SIZE 0x20 /* for ioports */ 120 120 #define HP100_SIG_LEN 8 /* same as EISA_SIG_LEN */ 121 121 122 - #define HP100_MAX_PACKET_SIZE (1536+4) 122 + #define HP100_MAX_PACKET_SIZE (1536 + 4) 123 123 #define HP100_MIN_PACKET_SIZE 60 124 124 125 125 #ifndef HP100_DEFAULT_RX_RATIO