irqchip/mbigen: Repair non-kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 5 Sep 2021 03:36:44 +0000 (20:36 -0700)
committerMarc Zyngier <maz@kernel.org>
Wed, 22 Sep 2021 13:32:26 +0000 (14:32 +0100)
commitb99948836162b0cfb03007d9b2c2da9babc057b5
tree6ed7927e17d036698d1bf6bde370d5e59829173f
parent20c36ce2164f1774b487d443ece99b754bc6ad43
irqchip/mbigen: Repair non-kernel-doc notation

Fix kernel-doc warnings in irq-mbigen.c:

irq-mbigen.c:29: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * In mbigen vector register
irq-mbigen.c:43: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * offset of clear register in mbigen node
irq-mbigen.c:50: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * offset of interrupt type register

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Jun Ma <majun258@huawei.com>
Cc: Yun Wu <wuyun.wu@huawei.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Aditya Srivastava <yashsri421@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210905033644.15988-1-rdunlap@infradead.org
drivers/irqchip/irq-mbigen.c