summaryrefslogtreecommitdiff
path: root/net/llc
diff options
context:
space:
mode:
authorQinghuang Feng <qhfeng.kernel@gmail.com>2008-11-21 17:15:03 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-21 17:15:03 -0800
commitcf005b1d0e34d8c964347331c43de089c674a5a1 (patch)
treec766e3fec0fa742ec38c2419bce4035e03424425 /net/llc
parent6c0bce37ffc8f000a516fadf6dee84579c4c8f9b (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/llc')
-rw-r--r--net/llc/af_llc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c
index 5bcc452a247..56fd85ab358 100644
--- a/net/llc/af_llc.c
+++ b/net/llc/af_llc.c
@@ -103,7 +103,6 @@ static inline u8 llc_ui_header_len(struct sock *sk, struct sockaddr_llc *addr)
* llc_ui_send_data - send data via reliable llc2 connection
* @sk: Connection the socket is using.
* @skb: Data the user wishes to send.
- * @addr: Source and destination fields provided by the user.
* @noblock: can we block waiting for data?
*
* Send data via reliable llc2 connection.