Documenation: driver-api: fix gpio/board.rst warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 11 Feb 2019 06:28:24 +0000 (22:28 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Feb 2019 08:09:44 +0000 (09:09 +0100)
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@infradead.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/driver-api/gpio/board.rst

index a0f294e..b37f3f7 100644 (file)
@@ -204,6 +204,7 @@ between a caller and a respective .get/set_multiple() callback of a GPIO chip.
 
 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.