[PATCH -next] firmware: drivers: imx: fix docs build warning

Randy Dunlap posted 1 patch 1 month, 1 week ago
Documentation/ABI/testing/se-cdev |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH -next] firmware: drivers: imx: fix docs build warning
Posted by Randy Dunlap 1 month, 1 week ago
Add a blank line to fix a documentation build warning.
Also add a comma to separate the list of Users to improve
readability.

Documentation/ABI/testing/se-cdev:1: ERROR: Unexpected indentation. [docutils]

Fixes: 4de71839142b ("firmware: drivers: imx: adds miscdev")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Pankaj Gupta <pankaj.gupta@nxp.com>
Cc: Frank Li <Frank.Li@nxp.com>
Cc: imx@lists.linux.dev

 Documentation/ABI/testing/se-cdev |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- linux-next-20260506.orig/Documentation/ABI/testing/se-cdev
+++ linux-next-20260506/Documentation/ABI/testing/se-cdev
@@ -11,6 +11,7 @@ Description:
 		The ioctl(2)-based ABI is defined and documented in
 		[include]<linux/firmware/imx/ele_mu_ioctl.h>.
 		ioctl(s) are used primarily for:
+
 			- shared memory management
 			- allocation of I/O buffers
 			- getting mu info
@@ -38,6 +39,6 @@ Description:
 		  with the file descriptor.
 
 Users:		https://github.com/nxp-imx/imx-secure-enclave.git,
-		https://github.com/nxp-imx/imx-smw.git
+		https://github.com/nxp-imx/imx-smw.git,
 		crypto/skcipher,
 		drivers/nvmem/imx-ocotp-ele.c
Re: [PATCH -next] firmware: drivers: imx: fix docs build warning
Posted by Frank Li 1 month ago
On Wed, 06 May 2026 18:29:17 -0700, Randy Dunlap wrote:
> Add a blank line to fix a documentation build warning.
> Also add a comma to separate the list of Users to improve
> readability.
>
> Documentation/ABI/testing/se-cdev:1: ERROR: Unexpected indentation. [docutils]
>
>
> [...]

Applied, thanks!

[1/1] firmware: drivers: imx: fix docs build warning

Squash to 4de71839142b ("firmware: drivers: imx: adds miscdev"), if any
concern, let me know.

Best regards,
--
Frank Li <Frank.Li@nxp.com>