aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc
diff options
context:
space:
mode:
Diffstat (limited to 'net/llc')
-rw-r--r--net/llc/af_llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c
index 8171c53bc0ed..490b3b4f9f76 100644
--- a/net/llc/af_llc.c
+++ b/net/llc/af_llc.c
@@ -138,7 +138,7 @@ static void llc_ui_sk_init(struct socket *sock, struct sock *sk)
138} 138}
139 139
140static struct proto llc_proto = { 140static struct proto llc_proto = {
141 .name = "DDP", 141 .name = "LLC",
142 .owner = THIS_MODULE, 142 .owner = THIS_MODULE,
143 .obj_size = sizeof(struct llc_sock), 143 .obj_size = sizeof(struct llc_sock),
144}; 144};