]> git.baikalelectronics.ru Git - kernel.git/commit
can: af_can: give struct holding the CAN per device receive lists a sensible name
authorMarc Kleine-Budde <mkl@pengutronix.de>
Sat, 3 Jun 2017 18:10:03 +0000 (20:10 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 5 Jan 2018 10:12:08 +0000 (11:12 +0100)
commitf4bcc9da823cd162c9bd02f95710f1cce794e6ea
treedb569993159747f61bd4233479aebec009f2f696
parent2f8207d9fc067e3fdcd0e9ea6c60d45a764bd511
can: af_can: give struct holding the CAN per device receive lists a sensible name

This patch adds a "can_" prefix to the "struct dev_rcv_lists" to better
reflect the meaning and improbe code readability.

The conversion is done with:

sed -i \
-e "s/struct dev_rcv_lists/struct can_dev_rcv_lists/g" \
net/can/*.[ch] include/net/netns/can.h

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/net/netns/can.h
net/can/af_can.c
net/can/af_can.h
net/can/proc.c