projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9faebeb
)
can: af_can: can_rcv_list_find(): fix kernel doc after variable renaming
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Sun, 4 Oct 2020 12:09:48 +0000
(14:09 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Tue, 6 Oct 2020 20:42:07 +0000
(22:42 +0200)
This patch fixes the kernel doc for can_rcv_list_find() which was broken in commit:
3ee6d2bebef8
("can: af_can: rename find_rcv_list() to can_rcv_list_find()")
while renaming a variable, but forgetting to rename the kernel doc, too.
Link:
http://lore.kernel.org/r/20201006203748.1750156-2-mkl@pengutronix.de
Fixes:
3ee6d2bebef8
("can: af_can: rename find_rcv_list() to can_rcv_list_find()")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
net/can/af_can.c
patch
|
blob
|
history
diff --git
a/net/can/af_can.c
b/net/can/af_can.c
index
ea29a6d
..
b7d0f65
100644
(file)
--- a/
net/can/af_can.c
+++ b/
net/can/af_can.c
@@
-338,7
+338,7
@@
static unsigned int effhash(canid_t can_id)
* can_rcv_list_find - determine optimal filterlist inside device filter struct
* @can_id: pointer to CAN identifier of a given can_filter
* @mask: pointer to CAN mask of a given can_filter
- * @d: pointer to the device filter struct
+ * @d
ev_rcv_lists
: pointer to the device filter struct
*
* Description:
* Returns the optimal filterlist to reduce the filter handling in the