diff mbox series

mm/memory-failure: small white space tweak

Message ID acb3b809-7ef7-42cb-a98b-7654d00e5e54@stanley.mountain (mailing list archive)
State New
Headers show
Series mm/memory-failure: small white space tweak | expand

Commit Message

Dan Carpenter Aug. 27, 2024, 10:22 a.m. UTC
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(-)

Comments

Kefeng Wang Aug. 27, 2024, 11:20 a.m. UTC | #1
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
diff mbox series

Patch

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