From: Rami Rosen Date: Thu, 31 Aug 2017 10:41:40 +0000 (+0300) Subject: net: fix two typos in net_device_ops documentation. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f16ded5948a5e6a399161bd71e866b198952ea5f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net: fix two typos in net_device_ops documentation. This patch fixes two trivial typos in net_device_ops documentation, related to ndo_xdp_flush callback. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 29bf06ff157c..35de8312e0b5 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);