]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsipc: improve variable naming
authorKarel Zak <kzak@redhat.com>
Tue, 26 Mar 2024 11:56:50 +0000 (12:56 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Mar 2024 12:05:19 +0000 (13:05 +0100)
commitb0dbaac143e2ef2caa7552eef5e6aa0d8615f005
tree5a23c4224c37ef7bbb1ef0c7eac17b9760d427c7
parentfa45a6e516065f489b1cfb924ec3fc06960e0839
lsipc: improve variable naming

* Life is too short to use long variable names
* Reduce the possibility of making typos between "xyz" and "xyzp"

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lsipc.c