mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
f1c6a7e0f0
commit
326ae03d77
@ -61,7 +61,7 @@
|
||||
#define HW_Q8_CTRL_SPARE (0xa7d4)
|
||||
#define HW_Q11_CTRL_SPARE (0xa7ec)
|
||||
|
||||
/**
|
||||
/*
|
||||
* Select FOD5 as sync_trigger for Q8 divider.
|
||||
* Transition from logic zero to one
|
||||
* sets trigger to sync Q8 divider.
|
||||
@ -70,7 +70,7 @@
|
||||
*/
|
||||
#define Q9_TO_Q8_SYNC_TRIG BIT(1)
|
||||
|
||||
/**
|
||||
/*
|
||||
* Enable FOD5 as driver for clock and sync for Q8 divider.
|
||||
* Enable fanout buffer for FOD5.
|
||||
*
|
||||
@ -78,7 +78,7 @@
|
||||
*/
|
||||
#define Q9_TO_Q8_FANOUT_AND_CLOCK_SYNC_ENABLE_MASK (BIT(0) | BIT(2))
|
||||
|
||||
/**
|
||||
/*
|
||||
* Select FOD6 as sync_trigger for Q11 divider.
|
||||
* Transition from logic zero to one
|
||||
* sets trigger to sync Q11 divider.
|
||||
@ -87,7 +87,7 @@
|
||||
*/
|
||||
#define Q10_TO_Q11_SYNC_TRIG BIT(1)
|
||||
|
||||
/**
|
||||
/*
|
||||
* Enable FOD6 as driver for clock and sync for Q11 divider.
|
||||
* Enable fanout buffer for FOD6.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user