]> asedeno.scripts.mit.edu Git - linux.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)
commitff847ee47be27621f978921919f035fcd87d6d08
treedb569993159747f61bd4233479aebec009f2f696
parentadb552c31915415fdb374172085f174f459727ea
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