]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i3c: Fix i3c_device_do_priv_xfers() kernel-doc indentation
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 2 Jul 2025 04:04:24 +0000 (11:04 +0700)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 30 Jul 2025 23:23:12 +0000 (01:23 +0200)
commitba12d5f11d52510e804480c14da850f8c3561b69
tree96c140039617a1339fddf941d029beecae0b4e98
parent6e055b1fb2fc72ad937fc75ac109fe904ce56003
i3c: Fix i3c_device_do_priv_xfers() kernel-doc indentation

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.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250702040424.18577-1-bagasdotme@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/device.c