Skip to content

Commit

Permalink
can: c_can: c_can_do_tx(): fix typo in comment
Browse files Browse the repository at this point in the history
This patch fixes a typo in the comment in c_can_do_tx().

Fixes: eddf671 ("can: c_can: add a comment about IF_RX interface's use")
Link: https://lore.kernel.org/r/[email protected]
Cc: Dario Binacchi <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
  • Loading branch information
marckleinebudde committed Aug 19, 2021
1 parent 06fc143 commit 236de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/c_can/c_can_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ static void c_can_do_tx(struct net_device *dev)

/* We use IF_RX interface instead of IF_TX because we
* are called from c_can_poll(), which runs inside
* NAPI. We are not trasmitting.
* NAPI. We are not transmitting.
*/
c_can_inval_tx_object(dev, IF_RX, obj);
can_get_echo_skb(dev, idx, NULL);
Expand Down

0 comments on commit 236de85

Please sign in to comment.