configfs: Delete semicolon from macro type_print() definition
authorZijun Hu <quic_zijuhu@quicinc.com>
Wed, 7 May 2025 11:50:25 +0000 (19:50 +0800)
committerAndreas Hindborg <a.hindborg@kernel.org>
Fri, 9 May 2025 08:11:13 +0000 (10:11 +0200)
commitd78aa60cfa7ece7477a4089a3a4b520ec7beba1b
treeb422d4fa5368994160b22158523da9d7a53e7890
parenteae324ca644554d5ce363186bee820a088bb74ab
configfs: Delete semicolon from macro type_print() definition

Macro type_print() definition ends with semicolon, so will cause
the subsequent macro invocations end with two semicolons.

Fix by deleting the semicolon from the macro definition.

Reviewed-by: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250507-fix_configfs-v3-1-fe2d96de8dc4@quicinc.com
Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
fs/configfs/dir.c