mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
irqchip/qcom-pdc: Fix kernel doc for qcom_pdc_gic_secondary_set_type()
Copy and pasta without fixing up the comment results in kernel doc build fail.
Fixes: ad01c2b2f2 ("irqchip/qcom-pdc: Configure PDC to pass through mode")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Closes: https://lore.kernel.org/oe-kbuild-all/202607081724.42MewVti-lkp@intel.com/
This commit is contained in:
parent
698a8648ca
commit
d307a7e7d9
|
|
@ -426,7 +426,7 @@ static int qcom_pdc_gic_set_type(struct irq_data *d, unsigned int type)
|
|||
}
|
||||
|
||||
/**
|
||||
* qcom_pdc_gic_set_type: Configure PDC for the interrupt
|
||||
* qcom_pdc_gic_secondary_set_type: Configure PDC for the interrupt in secondary mode
|
||||
*
|
||||
* @d: the interrupt data
|
||||
* @type: the interrupt type
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user