1
0
Fork 0

docs: genericirq.rst: don't document chip.c functions twice

Currently, kernel/irq/chip.c is included twice, one for
export functions, and then for internal ones. However, as
the :export:  and :internal: tags are missing, they ended
being included twice.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
pull/193/head
Mauro Carvalho Chehab 2020-09-28 13:13:07 +02:00
parent 640e3f80a6
commit 9b9b0bda7d
1 changed files with 2 additions and 0 deletions

View File

@ -419,6 +419,7 @@ functions which are exported.
.. kernel-doc:: kernel/irq/manage.c
.. kernel-doc:: kernel/irq/chip.c
:export:
Internal Functions Provided
===========================
@ -431,6 +432,7 @@ functions.
.. kernel-doc:: kernel/irq/handle.c
.. kernel-doc:: kernel/irq/chip.c
:internal:
Credits
=======