Skip to content

Commit ba12d5f

Browse files
bagasmealexandrebelloni
authored andcommitted
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 <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 6e055b1 commit ba12d5f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

drivers/i3c/device.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
*
2727
* This function can sleep and thus cannot be called in atomic context.
2828
*
29-
* Return: 0 in case of success, a negative error core otherwise.
30-
* -EAGAIN: controller lost address arbitration. Target
31-
* (IBI, HJ or controller role request) win the bus. Client
32-
* driver needs to resend the 'xfers' some time later.
33-
* See I3C spec ver 1.1.1 09-Jun-2021. Section: 5.1.2.2.3.
29+
* Return:
30+
* * 0 in case of success, a negative error core otherwise.
31+
* * -EAGAIN: controller lost address arbitration. Target (IBI, HJ or
32+
* controller role request) win the bus. Client driver needs to resend the
33+
* 'xfers' some time later. See I3C spec ver 1.1.1 09-Jun-2021. Section:
34+
* 5.1.2.2.3.
3435
*/
3536
int i3c_device_do_priv_xfers(struct i3c_device *dev,
3637
struct i3c_priv_xfer *xfers,

0 commit comments

Comments
 (0)