mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
mailbox: correct kerneldoc
Correct kerneldoc warnings like:
drivers/mailbox/arm_mhu_db.c:47:
warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
drivers/mailbox/qcom-ipcc.c:58:
warning: Function parameter or member 'num_chans' not described in 'qcom_ipcc'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
This commit is contained in:
committed by
Jassi Brar
parent
d951269608
commit
a022c7c96c
@@ -41,9 +41,10 @@ struct qcom_ipcc_chan_info {
|
||||
* @dev: Device associated with this instance
|
||||
* @base: Base address of the IPCC frame associated to APSS
|
||||
* @irq_domain: The irq_domain associated with this instance
|
||||
* @chan: The mailbox channels array
|
||||
* @chans: The mailbox channels array
|
||||
* @mchan: The per-mailbox channel info array
|
||||
* @mbox: The mailbox controller
|
||||
* @num_chans: Number of @chans elements
|
||||
* @irq: Summary irq
|
||||
*/
|
||||
struct qcom_ipcc {
|
||||
|
||||
Reference in New Issue
Block a user