From: Luca Boccassi Date: Thu, 16 Jul 2020 08:45:44 +0000 (+0100) Subject: shared/os-util: fix comment style to follow guidelines X-Git-Tag: v246-rc2~56^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2094cd49c4d9732f7e6e3f66550f4198967a76b4;p=thirdparty%2Fsystemd.git shared/os-util: fix comment style to follow guidelines --- diff --git a/src/shared/os-util.c b/src/shared/os-util.c index 7cca59d58a6..042e77c8c7f 100644 --- a/src/shared/os-util.c +++ b/src/shared/os-util.c @@ -130,7 +130,7 @@ int load_os_release_pairs_with_prefix(const char *root, const char *prefix, char STRV_FOREACH_PAIR(p, q, os_release_pairs) { char *line; - // We strictly return only the four main ID fields and ignore the rest + /* We strictly return only the four main ID fields and ignore the rest */ if (!STR_IN_SET(*p, "ID", "VERSION_ID", "BUILD_ID", "VARIANT_ID")) continue;