All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vishal Moola (Oracle)" <vishal.moola@gmail.com>
To: Zhang Chujun <zhangchujun@cmss.chinamobile.com>
Cc: akpm@linux-foundation.org, vbabka@suse.cz, linux-mm@kvack.org
Subject: Re: [PATCH] mm/debug: fix missing space in case statement
Date: Mon, 3 Nov 2025 08:25:22 -0800	[thread overview]
Message-ID: <aQjXckc1M3L3cfJH@fedora> (raw)
In-Reply-To: <20251103065910.2196-1-zhangchujun@cmss.chinamobile.com>

On Mon, Nov 03, 2025 at 02:59:09PM +0800, Zhang Chujun wrote:
> In the setup_vm_debug() function, the case statement for 'p' option
> is written as 'case'p':' without a space between 'case' and the
> character constant. While this is syntactically valid C, it violates
> the Linux kernel coding style, which requires a space after 'case'.
> This patch adds the missing space to comply with coding standards.
> 
> Signed-off-by: Zhang Chujun <zhangchujun@cmss.chinamobile.com>

Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>


      parent reply	other threads:[~2025-11-03 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-03  6:59 [PATCH] mm/debug: fix missing space in case statement Zhang Chujun
2025-11-03  8:46 ` Dev Jain
2025-11-03  9:38 ` Vlastimil Babka
2025-11-03 14:55 ` David Hildenbrand
2025-11-03 16:25 ` Vishal Moola (Oracle) [this message]

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=aQjXckc1M3L3cfJH@fedora \
    --to=vishal.moola@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=vbabka@suse.cz \
    --cc=zhangchujun@cmss.chinamobile.com \
    /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 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.