Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c005e01 authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by David S. Miller
Browse files

[LLC]: Fix struct proto .name



Cut'n'paste error from ddp_proto.

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 95ed63f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ static void llc_ui_sk_init(struct socket *sock, struct sock *sk)
}

static struct proto llc_proto = {
	.name	  = "DDP",
	.name	  = "LLC",
	.owner	  = THIS_MODULE,
	.obj_size = sizeof(struct llc_sock),
};