Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: at91: sama7g5: remove all kernel-doc & kernel-doc warnings

Remove all "/**" kernel-doc markers from sama7g5.c since they are
all internal to this driver source file only.
This eliminates 14 warnings that were reported by the kernel test robot.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20210819223237.20115-1-rdunlap@infradead.org
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Randy Dunlap and committed by
Stephen Boyd
a3ef91f5 0cbc0eb1

+7 -7
+7 -7
drivers/clk/at91/sama7g5.c
··· 35 35 static DEFINE_SPINLOCK(pmc_mck0_lock); 36 36 static DEFINE_SPINLOCK(pmc_mckX_lock); 37 37 38 - /** 38 + /* 39 39 * PLL clocks identifiers 40 40 * @PLL_ID_CPU: CPU PLL identifier 41 41 * @PLL_ID_SYS: System PLL identifier ··· 56 56 PLL_ID_MAX, 57 57 }; 58 58 59 - /** 59 + /* 60 60 * PLL type identifiers 61 61 * @PLL_TYPE_FRAC: fractional PLL identifier 62 62 * @PLL_TYPE_DIV: divider PLL identifier ··· 118 118 .output = pll_outputs, 119 119 }; 120 120 121 - /** 121 + /* 122 122 * PLL clocks description 123 123 * @n: clock name 124 124 * @p: clock parent ··· 285 285 }, 286 286 }; 287 287 288 - /** 288 + /* 289 289 * Master clock (MCK[1..4]) description 290 290 * @n: clock name 291 291 * @ep: extra parents names array ··· 337 337 .c = 1, }, 338 338 }; 339 339 340 - /** 340 + /* 341 341 * System clock description 342 342 * @n: clock name 343 343 * @p: clock parent name ··· 361 361 /* Mux table for programmable clocks. */ 362 362 static u32 sama7g5_prog_mux_table[] = { 0, 1, 2, 5, 6, 7, 8, 9, 10, }; 363 363 364 - /** 364 + /* 365 365 * Peripheral clock description 366 366 * @n: clock name 367 367 * @p: clock parent name ··· 449 449 { .n = "uhphs_clk", .p = "mck1", .id = 106, }, 450 450 }; 451 451 452 - /** 452 + /* 453 453 * Generic clock description 454 454 * @n: clock name 455 455 * @pp: PLL parents