From: LABBE Corentin Date: Sat, 25 Feb 2017 20:08:57 +0000 (+0100) Subject: net: vxge: fix typo argumnet argument X-Git-Tag: v4.11-rc1~55^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a573ba43d1f1fd8db81b1d8ff45a6771123fa6c1;p=thirdparty%2Fkernel%2Flinux.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 db55e6d89cf45..0452848d1316b 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.