All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Yihao Han <hanyihao@vivo.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: hugetlb: Remove duplicate include
Date: Sat, 24 Sep 2022 13:59:33 +0200	[thread overview]
Message-ID: <Yy7xJQ0hcMBD61FH@kroah.com> (raw)
In-Reply-To: <20220909091504.4255-1-hanyihao@vivo.com>

On Fri, Sep 09, 2022 at 02:15:03AM -0700, Yihao Han wrote:
> Fix following checkinclude.pl warning:
>  ./drivers/base/node.c: linux/hugetlb.h is included more than once.
> 
> Signed-off-by: Yihao Han <hanyihao@vivo.com>
> ---
>  drivers/base/node.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/base/node.c b/drivers/base/node.c
> index 80b1e91b9608..cf115d5a9b8a 100644
> --- a/drivers/base/node.c
> +++ b/drivers/base/node.c
> @@ -20,7 +20,6 @@
>  #include <linux/pm_runtime.h>
>  #include <linux/swap.h>
>  #include <linux/slab.h>
> -#include <linux/hugetlb.h>
>  
>  static struct bus_type node_subsys = {
>  	.name = "node",
> -- 
> 2.17.1
> 

Yous subject line is not correct, please be more careful.

      reply	other threads:[~2022-09-24 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09  9:15 [PATCH] mm: hugetlb: Remove duplicate include Yihao Han
2022-09-24 11:59 ` Greg Kroah-Hartman [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=Yy7xJQ0hcMBD61FH@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=hanyihao@vivo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rafael@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.