All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Geoff Levand <geoff@infradead.org>
Cc: davem@davemloft.net, kuba@kernel.org, zbr@ioremap.net,
	netdev@vger.kernel.org
Subject: Re: [PATCH v2] net/connector: Add const qualifier to cb_id
Date: Wed, 16 Dec 2020 19:20:07 +0000	[thread overview]
Message-ID: <160814640710.4483.7206399434775907995.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <a9e49c9e-67fa-16e7-0a6b-72f6bd30c58a@infradead.org>

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon, 14 Dec 2020 21:15:47 -0800 you wrote:
> The connector driver never modifies any cb_id passed to it, so add a const
> qualifier to those arguments so callers can declare their struct cb_id as a
> constant object.
> 
> Fixes build warnings like these when passing a constant struct cb_id:
> 
>   warning: passing argument 1 of ‘cn_add_callback’ discards ‘const’ qualifier from pointer target
> 
> [...]

Here is the summary with links:
  - [v2] net/connector: Add const qualifier to cb_id
    https://git.kernel.org/netdev/net/c/c18e68696fdd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2020-12-16 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13  2:47 [PATCH] net/connector: Add const qualifier to cb_id Geoff Levand
2020-12-15  3:23 ` Jakub Kicinski
2020-12-15  5:15 ` [PATCH v2] " Geoff Levand
2020-12-16 19:20   ` patchwork-bot+netdevbpf [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=160814640710.4483.7206399434775907995.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=geoff@infradead.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=zbr@ioremap.net \
    /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.