mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
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: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
fbd4665a67
commit
97c3349351
@ -53,7 +53,7 @@ struct receiver {
|
||||
canid_t can_id;
|
||||
canid_t mask;
|
||||
unsigned long matches;
|
||||
void (*func)(struct sk_buff *, void *);
|
||||
void (*func)(struct sk_buff *skb, void *data);
|
||||
void *data;
|
||||
char *ident;
|
||||
struct sock *sk;
|
||||
|
Loading…
Reference in New Issue
Block a user