forked from luck/tmp_suning_uos_patched
[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:
parent
95ed63f791
commit
9c005e018c
|
@ -138,7 +138,7 @@ static void llc_ui_sk_init(struct socket *sock, struct sock *sk)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct proto llc_proto = {
|
static struct proto llc_proto = {
|
||||||
.name = "DDP",
|
.name = "LLC",
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.obj_size = sizeof(struct llc_sock),
|
.obj_size = sizeof(struct llc_sock),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user