Created
April 2, 2025 06:22
pw949165-p14035535
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
CHECK: Alignment should match open parenthesis | |
#35: FILE: arch/riscv/kernel/module.c:757: | |
+ *relocation_hashtable = kvmalloc_array(hashtable_size, | |
sizeof(**relocation_hashtable), | |
total: 0 errors, 0 warnings, 1 checks, 17 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 78aa4399dc66 ("riscv: Use kvmalloc_array on relocation_hashtable") 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, 0 warnings, 1 checks, 17 lines checked | |
CHECK: Alignment should match open parenthesis | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment