diff options
author | David S. Miller <davem@davemloft.net> | 2018-01-16 00:13:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-16 00:13:34 +0300 |
commit | 79d891c1bbb6573cef31dbc2030fba61cfa1df6d (patch) | |
tree | 35a384bd5584a217ae63d33020879afb6a076713 /net/can/af_can.h | |
parent | 5138eb9b2a744f780194b292bffd8638c7a6d423 (diff) | |
parent | ff847ee47be27621f978921919f035fcd87d6d08 (diff) | |
download | linux-79d891c1bbb6573cef31dbc2030fba61cfa1df6d.tar.xz |
Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Marc Kleine-Budde says:
====================
pull-request: can-next 2017-12-01,Re: pull-request: can-next
this is a pull request of 7 patches for net-next/master.
All patches are by me. Patch 6 is for the "can_raw" protocol and add
error checking to the bind() function. All other patches clean up the
coding style and remove unused parameters in various CAN drivers and
infrastructure.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/can/af_can.h')
-rw-r--r-- | net/can/af_can.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/af_can.h b/net/can/af_can.h index eca6463c6213..9cb3719632bd 100644 --- a/net/can/af_can.h +++ b/net/can/af_can.h @@ -67,7 +67,7 @@ struct receiver { enum { RX_ERR, RX_ALL, RX_FIL, RX_INV, RX_MAX }; /* per device receive filters linked at dev->ml_priv */ -struct dev_rcv_lists { +struct can_dev_rcv_lists { struct hlist_head rx[RX_MAX]; struct hlist_head rx_sff[CAN_SFF_RCV_ARRAY_SZ]; struct hlist_head rx_eff[CAN_EFF_RCV_ARRAY_SZ]; |