]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Improve index comment
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 13 Nov 2024 18:41:04 +0000 (19:41 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 19 Nov 2024 06:23:32 +0000 (00:23 -0600)
commitc14b75dfcc29e7bffc9381ce0d5cc30906f0b01c
tree61304a857a2f602be998fcaf64f714739186de13
parenteb82bae2729801a0575d1d45b04d90b094f70e8f
libkmod: Improve index comment

In version 1 of kmod, definitions of INDEX_MAGIC_OLD and INDEX_MAGIC
were in two adjacent lines, which made the sentence starting with
"Second one" much easier to read.

Since the "second one" is actually INDEX_MAGIC and even kmod version 1
did use it, let's not talk about "newer versioned binary files" anymore
but clearly state that 0xB007FA57 is deprecated.

Also add a missing full stop.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Signed-off-by: Max Kunzelmann <maxdev@posteo.de>
Link: https://github.com/kmod-project/kmod/pull/241
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod-index.c