mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user