From e8e14a28bae38f6b2fb349d3bc9b186847aac2b4 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 19 Feb 2023 00:11:45 +0900 Subject: [PATCH] lsfd: revise the comment for UNIX_LINE_LEN The orignal comment was not understandable. Signed-off-by: Masatake YAMATO --- misc-utils/lsfd-sock-xinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd-sock-xinfo.c b/misc-utils/lsfd-sock-xinfo.c index ed1ce310c2..2d34906113 100644 --- a/misc-utils/lsfd-sock-xinfo.c +++ b/misc-utils/lsfd-sock-xinfo.c @@ -350,7 +350,7 @@ static const struct sock_xinfo_class unix_xinfo_class = { .free = NULL, }; -/* #define UNIX_LINE_LEN 54 + 21 + UNIX_LINE_LEN + 1 +/* UNIX_LINE_LEN need at least 54 + 21 + UNIX_PATH_MAX + 1. * * An actual number must be used in this definition * since UNIX_LINE_LEN is specified as an argument for -- 2.47.2