]> git.ipfire.org Git - thirdparty/kmod.git/commit
libkmod: Const annotate read_*_mm API
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 21 Oct 2024 15:22:45 +0000 (17:22 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 24 Oct 2024 04:27:01 +0000 (23:27 -0500)
commit33248df9eac7cba27e5a7b73f8e1fb4350adf399
treeaec0bb963ac063a3f2640b4b622449b09554bad5
parent1e48f8a37add79ff0bc3080d71f3c31313cfe406
libkmod: Const annotate read_*_mm API

Clarify that we never intend to modify the memory-mapped content.

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