From: Masatake YAMATO Date: Fri, 22 Oct 2021 08:10:02 +0000 (+0900) Subject: lsfd: delete an unnecessary semicolon X-Git-Tag: v2.38-rc1~144^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6a8fd0decb6a0849188e8451f85387fe1d3af61;p=thirdparty%2Futil-linux.git lsfd: delete an unnecessary semicolon Signed-off-by: Masatake YAMATO --- 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) {