Created
January 29, 2025 16:19
pw928938-p13953199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? | |
#23: | |
new file mode 100644 | |
CHECK: Consider using #include <linux/cacheflush.h> instead of <asm/cacheflush.h> | |
#33: FILE: arch/riscv/include/asm/runtime-const.h:6: | |
+#include <asm/cacheflush.h> | |
CHECK: Consider using #include <linux/text-patching.h> instead of <asm/text-patching.h> | |
#34: FILE: arch/riscv/include/asm/runtime-const.h:7: | |
+#include <asm/text-patching.h> | |
CHECK: spaces preferred around that '*' (ctx:VxV) | |
#142: FILE: arch/riscv/include/asm/runtime-const.h:115: | |
+ flush_icache_range(va, va + 4*insns); | |
^ | |
total: 0 errors, 1 warnings, 3 checks, 203 lines checked | |
NOTE: For some of the reported defects, checkpatch may be able to | |
mechanically convert to the typical style using --fix or --fix-inplace. | |
Commit 3a3a0f812e11 ("riscv: Add runtime constant support") has style problems, please review. | |
NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF | |
NOTE: If any of the errors are false positives, please report | |
them to the maintainer, see CHECKPATCH in MAINTAINERS. | |
total: 0 errors, 1 warnings, 3 checks, 203 lines checked | |
CHECK: Consider using #include <linux/cacheflush.h> instead of <asm/cacheflush.h> | |
CHECK: Consider using #include <linux/text-patching.h> instead of <asm/text-patching.h> | |
CHECK: spaces preferred around that '*' (ctx:VxV) | |
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment