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:
Marc Kleine-Budde 2019-08-13 11:25:33 +02:00
parent fbd4665a67
commit 97c3349351

View file

@ -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;