From: Jim Warner Date: Wed, 20 May 2020 05:00:00 +0000 (-0500) Subject: library: misc accumulated cosmetic header file changes X-Git-Tag: v4.0.0~369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46f7949845a7028d312545a46129b56b14507f04;p=procps-ng library: misc accumulated cosmetic header file changes Well gosh, I only accumulated 1 minor cosmetic change. Signed-off-by: Jim Warner --- diff --git a/proc/pids.h b/proc/pids.h index ae137d70..d7047f82 100644 --- a/proc/pids.h +++ b/proc/pids.h @@ -78,7 +78,7 @@ enum pids_item { PIDS_ID_TGID, // s_int status: Tgid PIDS_ID_TID, // s_int from /proc//task/ PIDS_ID_TPGID, // s_int stat: tpgid - PIDS_LXCNAME, // str [ derived from CGROUP 'lxc.payload/' ] + PIDS_LXCNAME, // str [ derived from CGROUP 'lxc.payload' ] PIDS_MEM_CODE, // ul_int [ derived from MEM_CODE_PGS, as KiB ] PIDS_MEM_CODE_PGS, // ul_int statm: text PIDS_MEM_DATA, // ul_int [ derived from MEM_DATA_PGS, as KiB ]