diff options
Diffstat (limited to 'tools/lib/api')
-rw-r--r-- | tools/lib/api/fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/api/fs/fs.c b/tools/lib/api/fs/fs.c index 6a12bbf39f7b..7aba8243a0e7 100644 --- a/tools/lib/api/fs/fs.c +++ b/tools/lib/api/fs/fs.c | |||
@@ -201,7 +201,7 @@ static void mem_toupper(char *f, size_t len) | |||
201 | 201 | ||
202 | /* | 202 | /* |
203 | * Check for "NAME_PATH" environment variable to override fs location (for | 203 | * Check for "NAME_PATH" environment variable to override fs location (for |
204 | * testing). This matches the recommendation in Documentation/sysfs-rules.txt | 204 | * testing). This matches the recommendation in Documentation/admin-guide/sysfs-rules.rst |
205 | * for SYSFS_PATH. | 205 | * for SYSFS_PATH. |
206 | */ | 206 | */ |
207 | static bool fs__env_override(struct fs *fs) | 207 | static bool fs__env_override(struct fs *fs) |