[LLC]: Fix struct proto .name

Cut'n'paste error from ddp_proto.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Arnaldo Carvalho de Melo 2006-03-20 21:27:23 -08:00 committed by David S. Miller
parent 95ed63f791
commit 9c005e018c

View file

@ -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),
};