linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: sheankim50@gmail.com
To: akpm@linux-foundation.org
Cc: linux-mm@kvack.org, root <rufquf2628@gmail.com>,
	Shean Kim <sheankim50@gmail.com>
Subject: [PATCH] mm: migrate: add space before the open parenthesis '('
Date: Fri,  4 Jul 2025 19:11:25 -0400	[thread overview]
Message-ID: <20250704231125.2140137-1-sheankim50@gmail.com> (raw)

From: root <rufquf2628@gmail.com>

Fixed a coding style issue

Signed-off-by: Shean Kim <sheankim50@gmail.com>
---
 mm/migrate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/migrate.c b/mm/migrate.c
index 8cf0f9c9599d..7b20141a2ed2 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -1589,7 +1589,7 @@ static int migrate_hugetlbs(struct list_head *from, new_folio_t get_new_folio,
 			 *	-ENOMEM: stay on the from list
 			 *	Other errno: put on ret_folios list
 			 */
-			switch(rc) {
+			switch (rc) {
 			case -ENOMEM:
 				/*
 				 * When memory is low, don't bother to try to migrate
@@ -1816,7 +1816,7 @@ static int migrate_pages_batch(struct list_head *from,
 			 *	-ENOMEM: stay on the from list
 			 *	Other errno: put on ret_folios list
 			 */
-			switch(rc) {
+			switch (rc) {
 			case -ENOMEM:
 				/*
 				 * When memory is low, don't bother to try to migrate
-- 
2.34.1



                 reply	other threads:[~2025-07-04 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250704231125.2140137-1-sheankim50@gmail.com \
    --to=sheankim50@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=rufquf2628@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox