aboutsummaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-09-30 09:47:01 +0200
committerGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2020-10-15 07:49:37 +0200
commit6e9e415854c15dbf920481eb1d245988e405bbc0 (patch)
tree67ca21cd669c9753bc5ac73aafe5bbcd2a6e1196 /CREDITS
parentscripts: kernel-doc: fix line number handling (diff)
downloadlinux-6e9e415854c15dbf920481eb1d245988e405bbc0.tar.gz
linux-6e9e415854c15dbf920481eb1d245988e405bbc0.tar.bz2
linux-6e9e415854c15dbf920481eb1d245988e405bbc0.zip
scripts: kernel-doc: try to use c:function if possible
There are a few namespace clashes by using c:macro everywhere: basically, when using it, we can't have something like: .. c:struct:: pwm_capture .. c:macro:: pwm_capture So, we need to use, instead: .. c:function:: int pwm_capture (struct pwm_device * pwm, struct pwm_capture * result, unsigned long timeout) for the function declaration. The kernel-doc change was proposed by Jakob Lykke Andersen here: https://github.com/jakobandersen/linux_docs/commit/6fd2076ec001cca7466857493cd678df4dfe4a65 Although I did a different implementation. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions