i2c: octeon: fix return commenting
authorAryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
Tue, 18 Mar 2025 02:16:29 +0000 (15:16 +1300)
committerAndi Shyti <andi.shyti@kernel.org>
Fri, 21 Mar 2025 00:31:02 +0000 (01:31 +0100)
commit7202745e29f860114331b431906a6854117b4167
treea297a42a41a104c437e425a54c2717b1fbd4f3cc
parentd50f2f5d51ea609194439e6e3f470d1a4fad761b
i2c: octeon: fix return commenting

Kernel-docs require a ':' to signify the return behaviour of a function
with within the comment. Many functions in this file were missing ':'
after the "Returns" line, resulting in kernel-doc warnings.

Add the ':' to satisfy kernel-doc requirements.

Signed-off-by: Aryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20250318021632.2710792-2-aryan.srivastava@alliedtelesis.co.nz
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-octeon-core.c