linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: migrate: add space before the open parenthesis '('
@ 2025-07-04 23:11 sheankim50
  0 siblings, 0 replies; only message in thread
From: sheankim50 @ 2025-07-04 23:11 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, root, Shean Kim

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-04 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-04 23:11 [PATCH] mm: migrate: add space before the open parenthesis '(' sheankim50

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox