linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: Changed leading spaces to tabs
@ 2021-08-17 20:38 Vishal Aslot
  2021-08-18  9:07 ` David Hildenbrand
  0 siblings, 1 reply; 2+ messages in thread
From: Vishal Aslot @ 2021-08-17 20:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, linux-kernel, os.vaslot

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



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

* Re: [PATCH] mm: Changed leading spaces to tabs
  2021-08-17 20:38 [PATCH] mm: Changed leading spaces to tabs Vishal Aslot
@ 2021-08-18  9:07 ` David Hildenbrand
  0 siblings, 0 replies; 2+ messages in thread
From: David Hildenbrand @ 2021-08-18  9:07 UTC (permalink / raw)
  To: Vishal Aslot, Andrew Morton; +Cc: linux-mm, linux-kernel

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



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

end of thread, other threads:[~2021-08-18  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 20:38 [PATCH] mm: Changed leading spaces to tabs Vishal Aslot
2021-08-18  9:07 ` David Hildenbrand

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).