Skip to content

Commit

Permalink
can: include: fix spelling mistakes
Browse files Browse the repository at this point in the history
This patch fixes spelling erros found by "codespell" in the
include/linux/can subtree.

Link: https://lore.kernel.org/r/20200915223527.1417033-4-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marc Kleine-Budde committed Sep 21, 2020
1 parent 6850863 commit 4934775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/linux/can/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* linux/can/core.h
*
* Protoypes and definitions for CAN protocol modules using the PF_CAN core
* Prototypes and definitions for CAN protocol modules using the PF_CAN core
*
* Authors: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
* Urs Thuermann <urs.thuermann@volkswagen.de>
Expand Down
2 changes: 1 addition & 1 deletion include/linux/can/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static inline bool can_skb_headroom_valid(struct net_device *dev,

skb->ip_summed = CHECKSUM_UNNECESSARY;

/* preform proper loopback on capable devices */
/* perform proper loopback on capable devices */
if (dev->flags & IFF_ECHO)
skb->pkt_type = PACKET_LOOPBACK;
else
Expand Down

0 comments on commit 4934775

Please sign in to comment.