Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
From: Jon Mason <jdmason@kudzu.us>
To: Dave Jiang <dave.jiang@intel.com>
Cc: linux-ntb@googlegroups.com
Subject: Re: [PATCH] ntb: intel: fix static declaration
Date: Sun, 31 May 2020 15:56:02 -0400	[thread overview]
Message-ID: <20200531195602.GE4620@kudzu.us> (raw)
In-Reply-To: <159051413389.47606.2615869180413030098.stgit@djiang5-desk3.ch.intel.com>

On Tue, May 26, 2020 at 10:28:53AM -0700, Dave Jiang wrote:
> intel_ntb4_link_disable() missing static declaration.
> 
> Reported-by: kbuild test robot <lkp@intel.com>
> Signed-off-by: Dave Jiang <dave.jiang@intel.com>

Pulled into the ntb branch.

Thanks,
Jon

> ---
>  drivers/ntb/hw/intel/ntb_hw_gen4.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ntb/hw/intel/ntb_hw_gen4.c b/drivers/ntb/hw/intel/ntb_hw_gen4.c
> index dcbd6d3cf7ae..af5c8feb2df8 100644
> --- a/drivers/ntb/hw/intel/ntb_hw_gen4.c
> +++ b/drivers/ntb/hw/intel/ntb_hw_gen4.c
> @@ -498,7 +498,7 @@ static int intel_ntb4_link_enable(struct ntb_dev *ntb,
>  	return 0;
>  }
>  
> -int intel_ntb4_link_disable(struct ntb_dev *ntb)
> +static int intel_ntb4_link_disable(struct ntb_dev *ntb)
>  {
>  	struct intel_ntb_dev *ndev;
>  	u32 ntb_cntl;
> 

      reply	other threads:[~2020-05-31 19:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 17:28 [PATCH] ntb: intel: fix static declaration Dave Jiang
2020-05-31 19:56 ` Jon Mason [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=20200531195602.GE4620@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=dave.jiang@intel.com \
    --cc=linux-ntb@googlegroups.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