提交 278150b2 编写于 作者: C Claudiu Beznea 提交者: Daniel Lezcano

clocksource/drivers/timer-microchip-pit64b: Fix compilation warnings

Fix the following compilation warnings:
timer-microchip-pit64b.c:68: warning: cannot understand function prototype: 'struct mchp_pit64b_clkevt '
timer-microchip-pit64b.c:82: warning: cannot understand function prototype: 'struct mchp_pit64b_clksrc '
timer-microchip-pit64b.c:283: warning: Function parameter or member 'timer' not described in 'mchp_pit64b_init_mode'
timer-microchip-pit64b.c:283: warning: Function parameter or member 'max_rate' not described in 'mchp_pit64b_init_mode'
Signed-off-by: NClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220609094041.1796372-4-claudiu.beznea@microchip.comSigned-off-by: NDaniel Lezcano <daniel.lezcano@linaro.org>
上级 b02180e8
...@@ -61,7 +61,7 @@ struct mchp_pit64b_timer { ...@@ -61,7 +61,7 @@ struct mchp_pit64b_timer {
}; };
/** /**
* mchp_pit64b_clkevt - PIT64B clockevent data structure * struct mchp_pit64b_clkevt - PIT64B clockevent data structure
* @timer: PIT64B timer * @timer: PIT64B timer
* @clkevt: clockevent * @clkevt: clockevent
*/ */
...@@ -75,7 +75,7 @@ struct mchp_pit64b_clkevt { ...@@ -75,7 +75,7 @@ struct mchp_pit64b_clkevt {
struct mchp_pit64b_clkevt, clkevt)) struct mchp_pit64b_clkevt, clkevt))
/** /**
* mchp_pit64b_clksrc - PIT64B clocksource data structure * struct mchp_pit64b_clksrc - PIT64B clocksource data structure
* @timer: PIT64B timer * @timer: PIT64B timer
* @clksrc: clocksource * @clksrc: clocksource
*/ */
...@@ -245,8 +245,10 @@ static void __init mchp_pit64b_pres_compute(u32 *pres, u32 clk_rate, ...@@ -245,8 +245,10 @@ static void __init mchp_pit64b_pres_compute(u32 *pres, u32 clk_rate,
} }
/** /**
* mchp_pit64b_init_mode - prepare PIT64B mode register value to be used at * mchp_pit64b_init_mode() - prepare PIT64B mode register value to be used at
* runtime; this includes prescaler and SGCLK bit * runtime; this includes prescaler and SGCLK bit
* @timer: pointer to pit64b timer to init
* @max_rate: maximum rate that timer's clock could use
* *
* PIT64B timer may be fed by gclk or pclk. When gclk is used its rate has to * PIT64B timer may be fed by gclk or pclk. When gclk is used its rate has to
* be at least 3 times lower that pclk's rate. pclk rate is fixed, gclk rate * be at least 3 times lower that pclk's rate. pclk rate is fixed, gclk rate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册