From a6a8fd0decb6a0849188e8451f85387fe1d3af61 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 22 Oct 2021 17:10:02 +0900 Subject: [PATCH] lsfd: delete an unnecessary semicolon Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index ef77064d54..78e44b6e4f 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -935,7 +935,7 @@ static void read_process(struct lsfd_control *ctl, struct path_cxt *pc, * the last path based operation in read_process() */ if (ctl->threads && leader == NULL) { - DIR *sub = NULL;; + DIR *sub = NULL; pid_t tid; while (procfs_process_next_tid(pc, &sub, &tid) == 0) { -- 2.47.3