[PATCH] Documenation: driver-api: fix gpio/board.rst warning

From: Randy Dunlap
Date: Mon Feb 11 2019 - 01:28:31 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
Cc: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
Cc: linux-gpio@xxxxxxxxxxxxxxx
---
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.