Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Wei Fang and committed by
Jakub Kicinski
f4ce4922 425abcea

+1 -1
+1 -1
drivers/net/ethernet/freescale/enetc/ntmp.c
··· 227 227 return "RSS Table"; 228 228 default: 229 229 return "Unknown Table"; 230 - }; 230 + } 231 231 } 232 232 233 233 static int ntmp_delete_entry_by_id(struct ntmp_user *user, int tbl_id,