Skip to content

Commit

Permalink
[LLC]: Fix struct proto .name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Mar 21, 2006
1 parent 95ed63f commit 9c005e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/llc/af_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
};
Expand Down

0 comments on commit 9c005e0

Please sign in to comment.