net: fix two typos in net_device_ops documentation.
authorRami Rosen <rami.rosen@intel.com>
Thu, 31 Aug 2017 10:41:40 +0000 (13:41 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Aug 2017 18:56:15 +0000 (11:56 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 29bf06f..35de831 100644 (file)
@@ -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);