diff options
Diffstat (limited to 'net/llc')
-rw-r--r-- | net/llc/af_llc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c index 5bcc452a247f..56fd85ab358e 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) | |||
103 | * llc_ui_send_data - send data via reliable llc2 connection | 103 | * llc_ui_send_data - send data via reliable llc2 connection |
104 | * @sk: Connection the socket is using. | 104 | * @sk: Connection the socket is using. |
105 | * @skb: Data the user wishes to send. | 105 | * @skb: Data the user wishes to send. |
106 | * @addr: Source and destination fields provided by the user. | ||
107 | * @noblock: can we block waiting for data? | 106 | * @noblock: can we block waiting for data? |
108 | * | 107 | * |
109 | * Send data via reliable llc2 connection. | 108 | * Send data via reliable llc2 connection. |