[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20210401171902.242f54c4b35f164f1d4eb028@linux-foundation.org>
Date: Thu, 1 Apr 2021 17:19:02 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Qiheng Lin <linqiheng@...wei.com>
Cc: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH -next] mm/vmalloc: Fix non-conforming function headers
On Thu, 1 Apr 2021 21:22:48 +0800 Qiheng Lin <linqiheng@...wei.com> wrote:
> Fix the following W=1 kernel build warning(s):
> mm/vmalloc.c:425: warning: expecting prototype for vunmap_range_noflush(). Prototype was for vunmap_range() instead
>
> ...
>
> --- a/mm/vmalloc.c
> +++ b/mm/vmalloc.c
> @@ -413,7 +413,7 @@ void vunmap_range_noflush(unsigned long start, unsigned long end)
> }
>
> /**
> - * vunmap_range_noflush - unmap kernel virtual addresses
> + * vunmap_range - unmap kernel virtual addresses
> * @addr: start of the VM area to unmap
> * @end: end of the VM area to unmap (non-inclusive)
> *
Thanks. Nick has just sent along a patch which fixed this.
Powered by blists - more mailing lists