linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Vishal Aslot <os.vaslot@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, os.vaslot@gmail.com
Subject: [PATCH] mm: Changed leading spaces to tabs
Date: Tue, 17 Aug 2021 15:38:27 -0500	[thread overview]
Message-ID: <20210817203827.54586-1-os.vaslot@gmail.com> (raw)

This patch cleans up two ERRORs produced by checkpatch.pl in internal.h.

Signed-off-by: Vishal Aslot <os.vaslot@gmail.com>
---
 mm/internal.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mm/internal.h b/mm/internal.h
index 31ff935b2547..c97fe964ab15 100644
--- a/mm/internal.h
+++ b/mm/internal.h
@@ -557,8 +557,8 @@ extern u64 hwpoison_filter_memcg;
 extern u32 hwpoison_filter_enable;
 
 extern unsigned long  __must_check vm_mmap_pgoff(struct file *, unsigned long,
-        unsigned long, unsigned long,
-        unsigned long, unsigned long);
+	unsigned long, unsigned long,
+	unsigned long, unsigned long);
 
 extern void set_pageblock_order(void);
 unsigned int reclaim_clean_pages_from_list(struct zone *zone,
@@ -647,11 +647,11 @@ struct migration_target_control {
  */
 #ifdef CONFIG_MMU
 int vmap_pages_range_noflush(unsigned long addr, unsigned long end,
-                pgprot_t prot, struct page **pages, unsigned int page_shift);
+		pgprot_t prot, struct page **pages, unsigned int page_shift);
 #else
 static inline
 int vmap_pages_range_noflush(unsigned long addr, unsigned long end,
-                pgprot_t prot, struct page **pages, unsigned int page_shift)
+		pgprot_t prot, struct page **pages, unsigned int page_shift)
 {
 	return -EINVAL;
 }
-- 
2.27.0



             reply	other threads:[~2021-08-17 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 20:38 Vishal Aslot [this message]
2021-08-18  9:07 ` [PATCH] mm: Changed leading spaces to tabs David Hildenbrand

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=20210817203827.54586-1-os.vaslot@gmail.com \
    --to=os.vaslot@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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;
as well as URLs for NNTP newsgroup(s).