diff options
author | 2017-06-03 20:10:03 +0200 | |
---|---|---|
committer | 2018-01-05 11:12:08 +0100 | |
commit | ff847ee47be27621f978921919f035fcd87d6d08 (patch) | |
tree | db569993159747f61bd4233479aebec009f2f696 /tools/perf/scripts/python | |
parent | can: raw: raw_bind(): bail out if can_family is not AF_CAN (diff) | |
download | wireguard-linux-ff847ee47be27621f978921919f035fcd87d6d08.tar.xz wireguard-linux-ff847ee47be27621f978921919f035fcd87d6d08.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions