[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <13290065-5568-c0d0-9e7b-7a02ad71dbb0@infradead.org>
Date: Sun, 10 Feb 2019 22:28:24 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
linux-gpio@...r.kernel.org,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
Jonathan Corbet <corbet@....net>
Subject: [PATCH] Documenation: driver-api: fix gpio/board.rst warning
From: Randy Dunlap <rdunlap@...radead.org>
Fix markup warning: insert a blank line before the list.
Documentation/driver-api/gpio/board.rst:209: WARNING: Unexpected indentation.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Linus Walleij <linus.walleij@...aro.org>
Cc: Bartosz Golaszewski <bgolaszewski@...libre.com>
Cc: linux-gpio@...r.kernel.org
---
Documentation/driver-api/gpio/board.rst | 1 +
1 file changed, 1 insertion(+)
--- lnx-50-rc6.orig/Documentation/driver-api/gpio/board.rst
+++ lnx-50-rc6/Documentation/driver-api/gpio/board.rst
@@ -204,6 +204,7 @@ between a caller and a respective .get/s
In order to qualify for fast bitmap processing, the array must meet the
following requirements:
+
- pin hardware number of array member 0 must also be 0,
- pin hardware numbers of consecutive array members which belong to the same
chip as member 0 does must also match their array indexes.
Powered by blists - more mailing lists