All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: sgarzare@redhat.com
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	jhansen@vmware.com, kuba@kernel.org
Subject: Re: [PATCH net] vsock/vmci: make vmci_vsock_transport_cb() static
Date: Fri, 05 Jun 2020 13:19:09 -0700 (PDT)	[thread overview]
Message-ID: <20200605.131909.2193174516678185073.davem@davemloft.net> (raw)
In-Reply-To: <20200605151241.468292-1-sgarzare@redhat.com>

From: Stefano Garzarella <sgarzare@redhat.com>
Date: Fri,  5 Jun 2020 17:12:41 +0200

> Fix the following gcc-9.3 warning when building with 'make W=1':
>     net/vmw_vsock/vmci_transport.c:2058:6: warning: no previous prototype
>         for ‘vmci_vsock_transport_cb’ [-Wmissing-prototypes]
>      2058 | void vmci_vsock_transport_cb(bool is_host)
>           |      ^~~~~~~~~~~~~~~~~~~~~~~
> 
> Fixes: b1bba80a4376 ("vsock/vmci: register vmci_transport only when VMCI guest/host are active")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>

Applied, thank you.

      reply	other threads:[~2020-06-05 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 15:12 [PATCH net] vsock/vmci: make vmci_vsock_transport_cb() static Stefano Garzarella
2020-06-05 20:19 ` David Miller [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=20200605.131909.2193174516678185073.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=jhansen@vmware.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sgarzare@redhat.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 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.