From: LABBE Corentin Date: Sat, 25 Feb 2017 20:08:57 +0000 (+0100) Subject: net: vxge: fix typo argumnet argument X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a573ba43d1f1fd8db81b1d8ff45a6771123fa6c1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net: vxge: fix typo argumnet argument This commit fix the typo argumnet/argument Signed-off-by: Corentin Labbe Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c index db55e6d89cf4..0452848d1316 100644 --- a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c +++ b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c @@ -119,7 +119,7 @@ static void vxge_ethtool_gdrvinfo(struct net_device *dev, * @dev: device pointer. * @regs: pointer to the structure with parameters given by ethtool for * dumping the registers. - * @reg_space: The input argumnet into which all the registers are dumped. + * @reg_space: The input argument into which all the registers are dumped. * * Dumps the vpath register space of Titan NIC into the user given * buffer area.