diff options
author | Qinghuang Feng <qhfeng.kernel@gmail.com> | 2008-11-21 20:15:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-21 20:15:03 -0500 |
commit | cf005b1d0e34d8c964347331c43de089c674a5a1 (patch) | |
tree | c766e3fec0fa742ec38c2419bce4035e03424425 /net/mac80211 | |
parent | 6c0bce37ffc8f000a516fadf6dee84579c4c8f9b (diff) |
net: remove redundant argument comments
Remove redundant argument comments in files of net/*
Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mesh_hwmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c index e8d573d592e7..71fe60961230 100644 --- a/net/mac80211/mesh_hwmp.c +++ b/net/mac80211/mesh_hwmp.c | |||
@@ -763,7 +763,6 @@ enddiscovery: | |||
763 | * | 763 | * |
764 | * @skb: 802.11 frame to be sent | 764 | * @skb: 802.11 frame to be sent |
765 | * @sdata: network subif the frame will be sent through | 765 | * @sdata: network subif the frame will be sent through |
766 | * @fwd_frame: true if this frame was originally from a different host | ||
767 | * | 766 | * |
768 | * Returns: 0 if the next hop was found. Nonzero otherwise. If no next hop is | 767 | * Returns: 0 if the next hop was found. Nonzero otherwise. If no next hop is |
769 | * found, the function will start a path discovery and queue the frame so it is | 768 | * found, the function will start a path discovery and queue the frame so it is |