Skip to content

Commit 50f2944

Browse files
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/[email protected] Fixes: 2dcb8e8 ("can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part.") Cc: Ondrej Ille <[email protected]> Cc: Martin Jerabek <[email protected]> Acked-by: Pavel Pisa <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 9f01096 commit 50f2944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/can/ctucanfd/ctucanfd_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ static void ctucan_tx_interrupt(struct net_device *ndev)
10871087
/**
10881088
* ctucan_interrupt() - CAN Isr
10891089
* @irq: irq number
1090-
* @dev_id: device id poniter
1090+
* @dev_id: device id pointer
10911091
*
10921092
* This is the CTU CAN FD ISR. It checks for the type of interrupt
10931093
* and invokes the corresponding ISR.

0 commit comments

Comments
 (0)