diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2018-10-08 09:02:29 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-09-04 13:29:14 +0200 |
commit | 448c7074947845718f8a6f5b8fe6a5f0c31a0889 (patch) | |
tree | e75eb97c53065a1850d29efd698a7b5ff7abc196 /ipc | |
parent | e2c1f5c75008ae767f0b50c212abed60708c7332 (diff) |
can: proc: give variables holding CAN statistics a sensible name
This patch rename the variables holding the CAN statistics (can_stats
and can_pstats) to pkg_stats and rcv_lists_stats which reflect better
their meaning.
The conversion is done with:
sed -i \
-e "s/can_stats\([^_]\)/pkg_stats\1/g" \
-e "s/can_pstats/rcv_lists_stats/g" \
net/can/proc.c
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions