]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: cleanup function names
authorKarel Zak <kzak@redhat.com>
Tue, 11 Jul 2023 09:49:06 +0000 (11:49 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 11 Jul 2023 09:49:06 +0000 (11:49 +0200)
commitd8253226fe83b42130d1e04d836bf91b31ff5479
tree2c6c3e2d4851d4755d4ac0b75d81c849daa86739
parent0619aa8fda39e40776dd2a73346bd7cc5ab4a33f
dmesg: cleanup function names

The function read_buffer() also prints data when reads from kmesg. The
name is pretty confusing for readers. Let's rename it.

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