[Backport v4.0-branch] fs: littlefs: Fix cache and lookahead size checks in littlefs_fs for block devices #166768
Annotations
1 error, 1 warning, and 1 notice
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- LOG_ERR("Configured lookahead size is too small: %d < %d",
- lookahead_size, new_lookahead_size);
+ LOG_ERR("Configured lookahead size is too small: %d < %d", lookahead_size,
+ new_lookahead_size);
File:subsys/fs/littlefs_fs.c
Line:859
|
Run Compliance Tests:
subsys/fs/littlefs_fs.c#L859
subsys/fs/littlefs_fs.c:859
- LOG_ERR("Configured lookahead size is too small: %d < %d",
- lookahead_size, new_lookahead_size);
+ LOG_ERR("Configured lookahead size is too small: %d < %d", lookahead_size,
+ new_lookahead_size);
|
Loading