]> git.ipfire.org Git - thirdparty/kmod.git/commit
depmod: Clarify the meaning of char array "alias"
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 30 Sep 2024 16:54:54 +0000 (18:54 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Oct 2024 14:29:30 +0000 (09:29 -0500)
commite7db27b058fc690a540c104f2809ab8e3c2bd995
tree8e3ad308db4bb5e695f360c5c923ab812e5c151f
parenta276fe93a91a76747b9ca444998b979e21d21fe3
depmod: Clarify the meaning of char array "alias"

It is meant as a backing buffer for scratch buffer. Do not use it
directly when constructing strings.

Co-authored-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/166
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/depmod.c