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

Configure Feed

Select the types of activity you want to include in your feed.

mfd: idt8a340_reg: Start comments with '/*'

Several comments in idt8a340_reg.h start with '/**', which denotes the
start of a Kernel doc, but are otherwise not Kernel docs.

Resolve this conflict by starting these comments with '/*' instead.

Flagged by ./scripts/kernel-doc -none

Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240507-clockmatrix-kernel-doc-v2-1-3138d74192dd@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Simon Horman and committed by
Lee Jones
326ae03d f1c6a7e0

+4 -4
+4 -4
include/linux/mfd/idt8a340_reg.h
··· 61 61 #define HW_Q8_CTRL_SPARE (0xa7d4) 62 62 #define HW_Q11_CTRL_SPARE (0xa7ec) 63 63 64 - /** 64 + /* 65 65 * Select FOD5 as sync_trigger for Q8 divider. 66 66 * Transition from logic zero to one 67 67 * sets trigger to sync Q8 divider. ··· 70 70 */ 71 71 #define Q9_TO_Q8_SYNC_TRIG BIT(1) 72 72 73 - /** 73 + /* 74 74 * Enable FOD5 as driver for clock and sync for Q8 divider. 75 75 * Enable fanout buffer for FOD5. 76 76 * ··· 78 78 */ 79 79 #define Q9_TO_Q8_FANOUT_AND_CLOCK_SYNC_ENABLE_MASK (BIT(0) | BIT(2)) 80 80 81 - /** 81 + /* 82 82 * Select FOD6 as sync_trigger for Q11 divider. 83 83 * Transition from logic zero to one 84 84 * sets trigger to sync Q11 divider. ··· 87 87 */ 88 88 #define Q10_TO_Q11_SYNC_TRIG BIT(1) 89 89 90 - /** 90 + /* 91 91 * Enable FOD6 as driver for clock and sync for Q11 divider. 92 92 * Enable fanout buffer for FOD6. 93 93 *