[PATCH -next] mtd: spi-nor: testing locking, fix new doc build warnings
Randy Dunlap
rdunlap at infradead.org
Tue May 26 10:23:41 PDT 2026
Add a blank line to prevent documentation build warnings:
Documentation/driver-api/mtd/spi-nor.rst:215: ERROR: Unexpected indentation. [docutils]
Documentation/driver-api/mtd/spi-nor.rst:216: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Signed-off-by: Randy Dunlap <rdunlap at infradead.org>
---
# for spi-nor/next
Cc: Jonathan Corbet <corbet at lwn.net>
Cc: Shuah Khan <skhan at linuxfoundation.org>
Cc: Pratyush Yadav <pratyush at kernel.org>
Cc: Michael Walle <mwalle at kernel.org>
Cc: Takahiro Kuwano <takahiro.kuwano at infineon.com>
Cc: linux-mtd at lists.infradead.org
Cc: Miquel Raynal <miquel.raynal at bootlin.com>
Cc: Richard Weinberger <richard at nod.at>
Cc: Vignesh Raghavendra <vigneshr at ti.com>
Documentation/driver-api/mtd/spi-nor.rst | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20260525.orig/Documentation/driver-api/mtd/spi-nor.rst
+++ linux-next-20260525/Documentation/driver-api/mtd/spi-nor.rst
@@ -211,6 +211,7 @@ section, after the ``---`` marker.
must adapt `bs` accordingly.
Warning: These tests may hard lock your device! Make sure:
+
- The device is not hard locked already (#WP strapped to low and
SR_SRWD bit set)
- If you have a WPn pin, you may want to set `no-wp` in your DT for
More information about the linux-mtd
mailing list