docs: Fix some broken references
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked if the produced result is valid, removing a few false-positives. Acked-by: Takashi Iwai <tiwai@suse.de> Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Acked-by: Stephen Boyd <sboyd@kernel.org> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org> Reviewed-by: Coly Li <colyli@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
@@ -201,7 +201,7 @@ static void mem_toupper(char *f, size_t len)
|
||||
|
||||
/*
|
||||
* Check for "NAME_PATH" environment variable to override fs location (for
|
||||
* testing). This matches the recommendation in Documentation/sysfs-rules.txt
|
||||
* testing). This matches the recommendation in Documentation/admin-guide/sysfs-rules.rst
|
||||
* for SYSFS_PATH.
|
||||
*/
|
||||
static bool fs__env_override(struct fs *fs)
|
||||
|
Reference in New Issue
Block a user