From: Randy Dunlap <[email protected]> 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 <[email protected]> Cc: Linus Walleij <[email protected]> Cc: Bartosz Golaszewski <[email protected]> Cc: [email protected] --- 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.

