Re: [PATCH] scripts/kernel-doc: Get -export option working again

From: Akira Yokosawa
Date: Tue Dec 10 2024 - 19:16:03 EST


Jonathan Corbet wrote:
[...]
> Ah ... I should have thought of that ... I'm glad you did. I've just
> pushed the fix out to linux-next, will send it Linusward in the near
> future. Thanks for fixing this,

Your docs-fixes is based on v6.13-rc1.
This fix needs to come after v6.13-rc2.

On current docs-next,

./script/kernel-doc -rst -export drivers/iommu/iommufd/device.c

returns:

drivers/iommu/iommufd/device.c:1: warning: no structured comments found

I guess restarting everything from v6.13-rc2 would make our life much easier
for v6.14.

Thanks, Akira