mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
net: enetc: remove stray semicolon
Remove stray semicolon from ntmp_table_name(). Signed-off-by: Wei Fang <wei.fang@nxp.com> Link: https://patch.msgid.link/20260313112454.427191-1-wei.fang@nxp.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
425abcea83
commit
f4ce4922df
|
|
@ -227,7 +227,7 @@ static const char *ntmp_table_name(int tbl_id)
|
|||
return "RSS Table";
|
||||
default:
|
||||
return "Unknown Table";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static int ntmp_delete_entry_by_id(struct ntmp_user *user, int tbl_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user