From 7385adece19190f28800e0fc2fa964b96706120a Mon Sep 17 00:00:00 2001 From: Soumyajit Deb Date: Mon, 23 Mar 2020 11:18:34 +0530 Subject: [PATCH] staging: hp100: Add space around operator + Add space around operator + to improve code readability. Reported by checkpatch.pl Signed-off-by: Soumyajit Deb Link: https://lore.kernel.org/r/20200323054836.48816-2-debsoumyajit100@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hp/hp100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/hp100.c index 9b7ac5a..4303959 100644 --- 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 -- 2.7.4