From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C10C53CD8AD for ; Wed, 27 May 2026 07:55:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779868502; cv=none; b=KHCzGWPkyh8H+Xd1ljAxotXfplJ+mvfFzhj/wjWrI8hvjNF2rcfGkpIPxcVprZ1yfkcJfETMZjtFJZYdaQ1qGgYTFRSTiXxqsJqEOMHndrz99WNJ0lj9aoMvVFvxP7GApxITJbPvXIjLjhhNfTF8RD51/hOyrCb+RwQWJjMggzQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779868502; c=relaxed/simple; bh=OR5smos8oJiaURiWgzDy2/Y7pE368dndxfCk9Gx4JZU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=MkrOfoTjIhCCTrQMUbMZq0HRCDsBMUqvewxJqgGQEVyHTTkVhdvxKeaHUWSsMj2yhTi4mUePWgEZx1TCn3PN5vx71vpVvu21YIjxyp9m+WiMsI3F5YrMeksPeGr/Px2H+Hycr+R+YwFxEKNA5bNtbLPwRYawCdzbMpMoVlPD5ig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=chTzOlaw; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="chTzOlaw" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 727081A36E9; Wed, 27 May 2026 07:54:59 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 46EF4601A1; Wed, 27 May 2026 07:54:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D59741088805F; Wed, 27 May 2026 09:54:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1779868498; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=OR5smos8oJiaURiWgzDy2/Y7pE368dndxfCk9Gx4JZU=; b=chTzOlawSmtPlqEOmClvdzeITUwG+nxb480dBJ+3l2z9d1LFyEuBxLm0qXwyQXGs4njbBu 8X6PxXwbaklFswz0xhAKayScSHM0kwhCcErCbbbvC9S1O6mJZJDMvkM0sSOjlfgOji5LUj OSmUJTVSLTkx4OkqY2KunLT7Ry5azbnyyi4zanRMOZwL6+BqK+N650LsKK7QYIAgeBdV75 nKDzLGBagBtx6ydzyHeTh2Iq1aQTF3QvuWBfInMITdATUqmNvt+NpvXiUn1wpPmFkaQ/jb elBjn8hrvt7QNl90SdTH+9p+aFhT/gF+0/kogpw8Xh7QpJr4iWxStLjSuBS7cQ== From: Miquel Raynal To: Randy Dunlap Cc: linux-doc@vger.kernel.org, Jonathan Corbet , Shuah Khan , Pratyush Yadav , Michael Walle , Takahiro Kuwano , linux-mtd@lists.infradead.org, Richard Weinberger , Vignesh Raghavendra Subject: Re: [PATCH -next] mtd: spi-nor: testing locking, fix new doc build warnings In-Reply-To: <20260526172341.773398-1-rdunlap@infradead.org> (Randy Dunlap's message of "Tue, 26 May 2026 10:23:41 -0700") References: <20260526172341.773398-1-rdunlap@infradead.org> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 27 May 2026 09:54:56 +0200 Message-ID: <87bje1l227.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 On 26/05/2026 at 10:23:41 -07, Randy Dunlap wrote: > Add a blank line to prevent documentation build warnings: > > Documentation/driver-api/mtd/spi-nor.rst:215: ERROR: Unexpected indentati= on. [docutils] > Documentation/driver-api/mtd/spi-nor.rst:216: WARNING: Block quote ends w= ithout a blank line; unexpected unindent. [docutils] > > Signed-off-by: Randy Dunlap Reviewed-by: Miquel Raynal Thanks! Miqu=C3=A8l