]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 8 Oct 2018 07:02:34 +0000 (09:02 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 4 Sep 2019 11:29:14 +0000 (13:29 +0200)
commitfac785009aaf2f6588649778617b33cb0dcd4c8e
treeaf8803ea5a239b37f5a35e7c29f86c15d5a37b05
parent3ee6d2bebef8cd35d2a43422b642f7b57fb409f9
can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()

This patch add the commonly used prefix "can_" to the find_dev_rcv_lists()
function and moves the "find" to the end, as the function returns a struct
can_dev_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