* [PATCH] staging: hp100: Add space around operator +
@ 2020-03-22 14:19 Soumyajit Deb
2020-03-23 0:46 ` [Outreachy kernel] " Stefano Brivio
0 siblings, 1 reply; 2+ messages in thread
From: Soumyajit Deb @ 2020-03-22 14:19 UTC (permalink / raw)
To: outreachy-kernel; +Cc: gregkh, perex
Add space around operator + to improve code readability.
Reported by checkpatch.pl
Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
---
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 b89c4dcf53f5..00b3db8144c3 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.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Outreachy kernel] [PATCH] staging: hp100: Add space around operator +
2020-03-22 14:19 [PATCH] staging: hp100: Add space around operator + Soumyajit Deb
@ 2020-03-23 0:46 ` Stefano Brivio
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Brivio @ 2020-03-23 0:46 UTC (permalink / raw)
To: Soumyajit Deb; +Cc: outreachy-kernel, gregkh, perex, Julia Lawall
Hi Soumyajit,
On Sun, 22 Mar 2020 19:49:52 +0530
Soumyajit Deb <debsoumyajit100@gmail.com> wrote:
> Add space around operator + to improve code readability.
> Reported by checkpatch.pl
This is not what Julia suggested, though. The idea is that you would
post this, and the other patch, as two separate patches in a single
series.
See recent examples on this list. git format-patch can prepare a series
for you.
--
Stefano
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-23 0:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22 14:19 [PATCH] staging: hp100: Add space around operator + Soumyajit Deb
2020-03-23 0:46 ` [Outreachy kernel] " Stefano Brivio
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.