[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250407075405.2777365-1-nichen@iscas.ac.cn>
Date: Mon, 7 Apr 2025 15:54:05 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: jpoimboe@...nel.org,
peterz@...radead.org
Cc: linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] objtool: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@...as.ac.cn>
---
tools/objtool/builtin-check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c
index 80239843e9f0..d86d0154ced8 100644
--- a/tools/objtool/builtin-check.c
+++ b/tools/objtool/builtin-check.c
@@ -241,7 +241,7 @@ static void save_argv(int argc, const char **argv)
ERROR_GLIBC("strdup(%s)", argv[i]);
exit(1);
}
- };
+ }
}
void print_args(void)
--
2.25.1
Powered by blists - more mailing lists