public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: hexingwei001@208suo.com
To: pmladek@suse.com, rostedt@goodmis.org, senozhatsky@chromium.org
Cc: linux-kernel@vger.kernel.org, andriy.shevchenko@linux.intel.com,
	linux@rasmusvillemoes.dk
Subject: [PATCH] lib/test_printf.c: space required after that ','
Date: Wed, 14 Jun 2023 16:30:55 +0800	[thread overview]
Message-ID: <f2d8eb955890bc1db1b307db713d4a4a@208suo.com> (raw)
In-Reply-To: <20230614082523.63191-1-panzhiai@cdjrlc.com>

Add missing spaces to clear checkpatch errors:

lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).
lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).
lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).
lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).
lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).
lib/test_printf.c:562: ERROR: space required after that ',' (ctx:VxV).

Signed-off-by: Xingwei He <hexingwei001@208suo.com>
---
  lib/test_printf.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/test_printf.c b/lib/test_printf.c
index 7677ebccf3c3..9d17c564fdf6 100644
--- a/lib/test_printf.c
+++ b/lib/test_printf.c
@@ -559,7 +559,7 @@ static void __init
  bitmap(void)
  {
      DECLARE_BITMAP(bits, 20);
-    const int primes[] = {2,3,5,7,11,13,17,19};
+    const int primes[] = {2, 3, 5, 7, 11, 13, 17, 19};
      int i;

      bitmap_zero(bits, 20);

       reply	other threads:[~2023-06-14  8:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230614082523.63191-1-panzhiai@cdjrlc.com>
2023-06-14  8:30 ` hexingwei001 [this message]
2023-06-14 12:32   ` [PATCH] lib/test_printf.c: space required after that ',' Andy Shevchenko
2023-06-14 15:06     ` Steven Rostedt
2023-06-14 15:16       ` Andy Shevchenko
2023-06-18  3:55         ` Sergey Senozhatsky
2023-06-19  6:45         ` Pavel Machek
2023-06-19 13:20           ` Petr Mladek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f2d8eb955890bc1db1b307db713d4a4a@208suo.com \
    --to=hexingwei001@208suo.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=pmladek@suse.com \
    --cc=rostedt@goodmis.org \
    --cc=senozhatsky@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox