summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wimax
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-11-12 13:19:57 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-13 16:26:53 +0100
commitc01bba5d341b4284718129899e9f949604a3c1f1 (patch)
tree930c899d66fabdf76c0b949b3dcea9d377165656 /drivers/staging/wimax
parent5d98f6a42c8603d38441ba5b518b741370d34f5e (diff)
downloadlinux-stable-c01bba5d341b4284718129899e9f949604a3c1f1.tar.gz
linux-stable-c01bba5d341b4284718129899e9f949604a3c1f1.tar.bz2
linux-stable-c01bba5d341b4284718129899e9f949604a3c1f1.zip
staging: net: wimax: i2400m: netdev: Demote non-conformant function header
Fixes the following W=1 kernel build warning(s): drivers/net/wimax/i2400m/netdev.c:583: warning: Function parameter or member 'net_dev' not described in 'i2400m_netdev_setup' Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> Cc: linux-wimax@intel.com Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: Yanir Lubetkin <yanirx.lubetkin@intel.com> Cc: netdev@vger.kernel.org Cc: devel@driverdev.osuosl.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20201112131959.2213841-5-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wimax')
-rw-r--r--drivers/staging/wimax/i2400m/netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wimax/i2400m/netdev.c b/drivers/staging/wimax/i2400m/netdev.c
index a7fcbceb6e6b..8339d600e77b 100644
--- a/drivers/staging/wimax/i2400m/netdev.c
+++ b/drivers/staging/wimax/i2400m/netdev.c
@@ -574,7 +574,7 @@ static const struct ethtool_ops i2400m_ethtool_ops = {
.get_link = ethtool_op_get_link,
};
-/**
+/*
* i2400m_netdev_setup - Setup setup @net_dev's i2400m private data
*
* Called by alloc_netdev()