On Thu, Jun 26, 2025 at 11:22:01AM +0700, Bagas Sanjaya wrote:
Sphinx reports indentation warning on i3c_device_do_priv_xfers() return
value list:
Documentation/driver-api/i3c/device-driver-api:9: ./drivers/i3c/device.c:31: ERROR: Unexpected indentation. [docutils]
Format the list as bullet list to fix the warning.
Fixes: 0d2596508201 ("i3c: Add comment for -EAGAIN in i3c_device_do_priv_xfers()")
Needn't fixes tag here because it doesn't impact user.
subject:
i3c: fix kernel-doc indentation of i3c_device_do_priv_xfers()