Skip to content

Commit a3ef91f

Browse files
rddunlapbebarino
authored andcommitted
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>
1 parent 0cbc0eb commit a3ef91f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

drivers/clk/at91/sama7g5.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static DEFINE_SPINLOCK(pmc_pll_lock);
3535
static DEFINE_SPINLOCK(pmc_mck0_lock);
3636
static DEFINE_SPINLOCK(pmc_mckX_lock);
3737

38-
/**
38+
/*
3939
* PLL clocks identifiers
4040
* @PLL_ID_CPU: CPU PLL identifier
4141
* @PLL_ID_SYS: System PLL identifier
@@ -56,7 +56,7 @@ enum pll_ids {
5656
PLL_ID_MAX,
5757
};
5858

59-
/**
59+
/*
6060
* PLL type identifiers
6161
* @PLL_TYPE_FRAC: fractional PLL identifier
6262
* @PLL_TYPE_DIV: divider PLL identifier
@@ -118,7 +118,7 @@ static const struct clk_pll_characteristics pll_characteristics = {
118118
.output = pll_outputs,
119119
};
120120

121-
/**
121+
/*
122122
* PLL clocks description
123123
* @n: clock name
124124
* @p: clock parent
@@ -285,7 +285,7 @@ static const struct {
285285
},
286286
};
287287

288-
/**
288+
/*
289289
* Master clock (MCK[1..4]) description
290290
* @n: clock name
291291
* @ep: extra parents names array
@@ -337,7 +337,7 @@ static const struct {
337337
.c = 1, },
338338
};
339339

340-
/**
340+
/*
341341
* System clock description
342342
* @n: clock name
343343
* @p: clock parent name
@@ -361,7 +361,7 @@ static const struct {
361361
/* Mux table for programmable clocks. */
362362
static u32 sama7g5_prog_mux_table[] = { 0, 1, 2, 5, 6, 7, 8, 9, 10, };
363363

364-
/**
364+
/*
365365
* Peripheral clock description
366366
* @n: clock name
367367
* @p: clock parent name
@@ -449,7 +449,7 @@ static const struct {
449449
{ .n = "uhphs_clk", .p = "mck1", .id = 106, },
450450
};
451451

452-
/**
452+
/*
453453
* Generic clock description
454454
* @n: clock name
455455
* @pp: PLL parents

0 commit comments

Comments
 (0)