Created
March 21, 2025 23:21
-
-
Save linux-riscv-bot/f2dacb1a8738364639caf3a0e0c66dae to your computer and use it in GitHub Desktop.
pw946375-p14025875
This file contains hidden or 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
Checking the tree before the patch | |
Error: Cannot open file drivers/clk/clk-divider-regmap.c | |
Error: Cannot open file drivers/clk/clk-gate-regmap.c | |
Checking the tree with the patch | |
include/linux/clk-provider.h:535: warning: Function parameter or struct member 'map_offset' not described in 'clk_gate' | |
include/linux/clk-provider.h:825: warning: Function parameter or struct member 'regmap' not described in 'clk_divider_regmap' | |
include/linux/clk-provider.h:825: warning: Excess struct member 'map' description in 'clk_divider_regmap' | |
Errors and warnings before: 0 this patch: 3 | |
New warnings added | |
1,2c1,3 | |
< Error: Cannot open file drivers/clk/clk-divider-regmap.c | |
< Error: Cannot open file drivers/clk/clk-gate-regmap.c | |
--- | |
> include/linux/clk-provider.h:535: warning: Function parameter or struct member 'map_offset' not described in 'clk_gate' | |
> include/linux/clk-provider.h:825: warning: Function parameter or struct member 'regmap' not described in 'clk_divider_regmap' | |
> include/linux/clk-provider.h:825: warning: Excess struct member 'map' description in 'clk_divider_regmap' | |
Per-file breakdown | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment