Issue
While compiling linux documentation using sudo make htmldocs
I'm getting the following errors
/linux_work/linux_stable/Documentation/admin-guide/device-mapper/writecache.rst:23: ERROR: Unexpected indentation.
/linux_work/linux_stable/Documentation/ABI/testing/sysfs-bus-nvdimm:11: ERROR: Unexpected indentation.
/linux_work/linux_stable/Documentation/ABI/testing/sysfs-bus-iio-sx9324:2: ERROR: Unexpected indentation.
But when I checked the source code. I couldn't figure out the cause of the error.
Here's writecache.rst:
Here's Here's sysfs-bus-iio-sx9324:
Here's sysfs-bus-nvdimm:
How can I fix the errors:
Solution
This patches solved the issue:
https://lore.kernel.org/lkml/[email protected]/T/
Answered By - NobinPegasus Answer Checked By - Cary Denson (WPSolving Admin)