linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/memory-failure: small white space tweak
@ 2024-08-27 10:22 Dan Carpenter
  2024-08-27 11:20 ` Kefeng Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2024-08-27 10:22 UTC (permalink / raw)
  To: Miaohe Lin; +Cc: Naoya Horiguchi, Andrew Morton, linux-mm, kernel-janitors

This uses 7 space to indent instead of a tab.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
---
This should likely be folded into commit 4e3a04695e25
("mm-migrate-add-isolate_folio_to_list-fix").

 mm/memory-failure.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index 3438595d0a43..1213649c088b 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -2711,7 +2711,7 @@ static int soft_offline_in_use_page(struct page *page)
 		return 0;
 	}
 
-       isolated = isolate_folio_to_list(folio, &pagelist);
+	isolated = isolate_folio_to_list(folio, &pagelist);
 
 	/*
 	 * If we succeed to isolate the folio, we grabbed another refcount on
-- 
2.43.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm/memory-failure: small white space tweak
  2024-08-27 10:22 [PATCH] mm/memory-failure: small white space tweak Dan Carpenter
@ 2024-08-27 11:20 ` Kefeng Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Kefeng Wang @ 2024-08-27 11:20 UTC (permalink / raw)
  To: Dan Carpenter, Miaohe Lin
  Cc: Naoya Horiguchi, Andrew Morton, linux-mm, kernel-janitors

Hi Dan,

On 2024/8/27 18:22, Dan Carpenter wrote:
> This uses 7 space to indent instead of a tab.

Thanks you for catching this. Since David and Miaohe give some more
comments about v2, I will resend  the whole patchset to handle all the
comments and issue, also will fix this, thanks.
> 
> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
> ---
> This should likely be folded into commit 4e3a04695e25
> ("mm-migrate-add-isolate_folio_to_list-fix").
> 
>   mm/memory-failure.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/memory-failure.c b/mm/memory-failure.c
> index 3438595d0a43..1213649c088b 100644
> --- a/mm/memory-failure.c
> +++ b/mm/memory-failure.c
> @@ -2711,7 +2711,7 @@ static int soft_offline_in_use_page(struct page *page)
>   		return 0;
>   	}
>   
> -       isolated = isolate_folio_to_list(folio, &pagelist);
> +	isolated = isolate_folio_to_list(folio, &pagelist);
>   
>   	/*
>   	 * If we succeed to isolate the folio, we grabbed another refcount on


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-27 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-27 10:22 [PATCH] mm/memory-failure: small white space tweak Dan Carpenter
2024-08-27 11:20 ` Kefeng Wang

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