diff options
Diffstat (limited to 'net/can')
-rw-r--r-- | net/can/af_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/af_can.c b/net/can/af_can.c index 3ab8dd2e1282..d249874a366d 100644 --- a/net/can/af_can.c +++ b/net/can/af_can.c | |||
@@ -420,7 +420,7 @@ static struct hlist_head *find_rcv_list(canid_t *can_id, canid_t *mask, | |||
420 | * @mask: CAN mask (see description) | 420 | * @mask: CAN mask (see description) |
421 | * @func: callback function on filter match | 421 | * @func: callback function on filter match |
422 | * @data: returned parameter for callback function | 422 | * @data: returned parameter for callback function |
423 | * @ident: string for calling module indentification | 423 | * @ident: string for calling module identification |
424 | * | 424 | * |
425 | * Description: | 425 | * Description: |
426 | * Invokes the callback function with the received sk_buff and the given | 426 | * Invokes the callback function with the received sk_buff and the given |