mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
can: ctucanfd: ctucan_interrupt(): fix typo
This patch fixes the typo "poniter" -> "pointer" in the kerneldoc of
ctucan_interrupt().
Link: https://lore.kernel.org/all/20220628083204.881311-1-mkl@pengutronix.de
Fixes: 2dcb8e8782 ("can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part.")
Cc: Ondrej Ille <ondrej.ille@gmail.com>
Cc: Martin Jerabek <martin.jerabek01@gmail.com>
Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
9f0109685f
commit
50f2944009
|
|
@ -1087,7 +1087,7 @@ static void ctucan_tx_interrupt(struct net_device *ndev)
|
|||
/**
|
||||
* ctucan_interrupt() - CAN Isr
|
||||
* @irq: irq number
|
||||
* @dev_id: device id poniter
|
||||
* @dev_id: device id pointer
|
||||
*
|
||||
* This is the CTU CAN FD ISR. It checks for the type of interrupt
|
||||
* and invokes the corresponding ISR.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user