netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: fix two typos in net_device_ops documentation.
@ 2017-08-31 10:41 Rami Rosen
  2017-08-31 18:57 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-08-31 10:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, jasowang, Rami Rosen

This patch fixes two trivial typos in net_device_ops documentation,
related to ndo_xdp_flush callback.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 include/linux/netdevice.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 29bf06f..35de831 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1124,8 +1124,8 @@ struct xfrmdev_ops {
  *	This function is used to submit a XDP packet for transmit on a
  *	netdevice.
  * void (*ndo_xdp_flush)(struct net_device *dev);
- *	This function is used to inform the driver to flush a paticular
- *	xpd tx queue. Must be called on same CPU as xdp_xmit.
+ *	This function is used to inform the driver to flush a particular
+ *	xdp tx queue. Must be called on same CPU as xdp_xmit.
  */
 struct net_device_ops {
 	int			(*ndo_init)(struct net_device *dev);
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] net: fix two typos in net_device_ops documentation.
  2017-08-31 10:41 [PATCH net-next] net: fix two typos in net_device_ops documentation Rami Rosen
@ 2017-08-31 18:57 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-08-31 18:57 UTC (permalink / raw)
  To: rami.rosen; +Cc: netdev, jasowang

From: Rami Rosen <rami.rosen@intel.com>
Date: Thu, 31 Aug 2017 13:41:40 +0300

> This patch fixes two trivial typos in net_device_ops documentation,
> related to ndo_xdp_flush callback.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-31 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 10:41 [PATCH net-next] net: fix two typos in net_device_ops documentation Rami Rosen
2017-08-31 18:57 ` David Miller

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).