Commit 97c33493 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

can: af_can: add missing identifiers to struct receiver::func

This patch adds the missing identifiers to the struct receiver::func
declaration.
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent fbd4665a
...@@ -53,7 +53,7 @@ struct receiver { ...@@ -53,7 +53,7 @@ struct receiver {
canid_t can_id; canid_t can_id;
canid_t mask; canid_t mask;
unsigned long matches; unsigned long matches;
void (*func)(struct sk_buff *, void *); void (*func)(struct sk_buff *skb, void *data);
void *data; void *data;
char *ident; char *ident;
struct sock *sk; struct sock *sk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment