commit | 3ee6d2bebef8cd35d2a43422b642f7b57fb409f9 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Oct 08 09:02:33 2018 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Wed Sep 04 13:29:14 2019 +0200 |
tree | 8fec3b8ba8428c6ec4addc497e373bd62f20cf2e | |
parent | ff7fbea4c133188bdeb2b440a8e762f6c908a19b [diff] |
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>