]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsirq: improve --sort IRQ
authorKarel Zak <kzak@redhat.com>
Fri, 29 Apr 2022 08:11:49 +0000 (10:11 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 15:32:09 +0000 (17:32 +0200)
commit3ca84c91a7b71a3b941572793ab5e4f363f78fb5
treedcd1d49a366f44a454a4031d2ce709a37d56b879
parente0b219ffd07b570a629f386824e6a8db52bb44f4
lsirq: improve --sort IRQ

IRQ column mixes numbers and text, it seems better to use strverscmp()
rather than classic strcmp().

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2078787
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/irq-common.c