]> git.baikalelectronics.ru Git - kernel.git/commit
can: af_can: rename find_rcv_list() to can_rcv_list_find()
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 8 Oct 2018 07:02:33 +0000 (09:02 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 4 Sep 2019 11:29:14 +0000 (13:29 +0200)
commit3cf56f259d4c336d870c35393900ddf70917a337
tree8fec3b8ba8428c6ec4addc497e373bd62f20cf2e
parentaf88169ed94af5b0dc3d35995323c47ee97bcb8b
can: af_can: rename find_rcv_list() to can_rcv_list_find()

This patch add the commonly used prefix "can_" to the find_rcv_list()
function and add the "find" to the end, as the function returns a struct
rcv_list. This improves the overall readability of the code.

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>
net/can/af_can.c