mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-22 16:09:52 +02:00
Fix spelling in various files
codespell parameters: codespell -q 3 --skip="*.in,*.sh,*.m4,config,configure,autom4te.cache" Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
@@ -467,7 +467,7 @@ int parse_fdmod(char *optarg, struct fdmodattr *modmsg)
|
||||
|
||||
int parse_rtlist(char *prgname, unsigned char *rxbuf, int len)
|
||||
{
|
||||
char ifname[IF_NAMESIZE]; /* internface name for if_indextoname() */
|
||||
char ifname[IF_NAMESIZE]; /* interface name for if_indextoname() */
|
||||
struct rtcanmsg *rtc;
|
||||
struct rtattr *rta;
|
||||
struct nlmsghdr *nlh;
|
||||
|
||||
Reference in New Issue
Block a user