mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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>
This commit is contained in:
parent
4ce2881894
commit
7385adece1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user