linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: Vishal Aslot <os.vaslot@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: Changed leading spaces to tabs
Date: Wed, 18 Aug 2021 11:07:03 +0200	[thread overview]
Message-ID: <35c12536-46a2-7ef4-beb8-cd35e51d8361@redhat.com> (raw)
In-Reply-To: <20210817203827.54586-1-os.vaslot@gmail.com>

On 17.08.21 22:38, Vishal Aslot wrote:
> This patch cleans up two ERRORs produced by checkpatch.pl in internal.h.

s/produced/reported/ :)

> 
> 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;
>   }
> 


-- 
Thanks,

David / dhildenb


      reply	other threads:[~2021-08-18  9:07 UTC|newest]

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

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=35c12536-46a2-7ef4-beb8-cd35e51d8361@redhat.com \
    --to=david@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=os.vaslot@gmail.com \
    /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).