netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <jakub.kicinski@netronome.com>
To: netdev@vger.kernel.org
Cc: kbuild-all@01.org, fengguang.wu@intel.com,
	Jakub Kicinski <jakub.kicinski@netronome.com>
Subject: [PATCH net-next] xdp: fix parameter kdoc for extack
Date: Mon,  1 May 2017 15:53:43 -0700	[thread overview]
Message-ID: <20170501225343.22157-1-jakub.kicinski@netronome.com> (raw)
In-Reply-To: <201705020535.2FQBLyjE%fengguang.wu@intel.com>

Fix kdoc parameter spelling from extact to extack.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
---
 net/core/dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 35a06cebb282..0b2876e00834 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6854,7 +6854,7 @@ EXPORT_SYMBOL(dev_change_proto_down);
 /**
  *	dev_change_xdp_fd - set or clear a bpf program for a device rx path
  *	@dev: device
- *	@extact: netlink extended ack
+ *	@extack: netlink extended ack
  *	@fd: new program fd or negative value to clear
  *	@flags: xdp-related flags
  *
-- 
2.11.0

  reply	other threads:[~2017-05-01 22:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-01 21:58 [net-next:master 2181/2226] htmldocs: net/core/dev.c:6865: warning: No description found for parameter 'extack' kbuild test robot
2017-05-01 22:53 ` Jakub Kicinski [this message]
2017-05-02  1:30   ` [PATCH net-next] xdp: fix parameter kdoc for extack David Miller

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=20170501225343.22157-1-jakub.kicinski@netronome.com \
    --to=jakub.kicinski@netronome.com \
    --cc=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=netdev@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).