Skip to content

Instantly share code, notes, and snippets.

@linux-riscv-bot
Created March 21, 2025 23:21
Show Gist options
  • Save linux-riscv-bot/f2dacb1a8738364639caf3a0e0c66dae to your computer and use it in GitHub Desktop.
Save linux-riscv-bot/f2dacb1a8738364639caf3a0e0c66dae to your computer and use it in GitHub Desktop.
pw946375-p14025875
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