This uses 7 space to indent instead of a tab. Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> --- 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