aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc/llc_conn.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/llc/llc_conn.c')
-rw-r--r--net/llc/llc_conn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/llc/llc_conn.c b/net/llc/llc_conn.c
index cd8724177965..42dc2e45c921 100644
--- a/net/llc/llc_conn.c
+++ b/net/llc/llc_conn.c
@@ -753,7 +753,7 @@ void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk)
753 * 753 *
754 * Sends received pdus to the connection state machine. 754 * Sends received pdus to the connection state machine.
755 */ 755 */
756static int llc_conn_rcv(struct sock* sk, struct sk_buff *skb) 756static int llc_conn_rcv(struct sock *sk, struct sk_buff *skb)
757{ 757{
758 struct llc_conn_state_ev *ev = llc_conn_ev(skb); 758 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
759 759
@@ -891,7 +891,7 @@ out_kfree_skb:
891 * 891 *
892 * Initializes a socket with default llc values. 892 * Initializes a socket with default llc values.
893 */ 893 */
894static void llc_sk_init(struct sock* sk) 894static void llc_sk_init(struct sock *sk)
895{ 895{
896 struct llc_sock *llc = llc_sk(sk); 896 struct llc_sock *llc = llc_sk(sk);
897 897