Commit db63c095 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Bartosz Golaszewski
Browse files

docs: gpio: Fix formatting in description of gpiod_*_array_* functions



The gpiod_*_array_* functions take four arguments, not three.
Additionally, the formatting of the "value_bitmap" line results in
misformatted HTML, so fix that.

Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 0bb8e80b
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -361,7 +361,8 @@ corresponding chip driver. In that case a significantly improved performance
can be expected. If simultaneous access is not possible the GPIOs will be
can be expected. If simultaneous access is not possible the GPIOs will be
accessed sequentially.
accessed sequentially.


The functions take three arguments:
The functions take four arguments:

	* array_size	- the number of array elements
	* array_size	- the number of array elements
	* desc_array	- an array of GPIO descriptors
	* desc_array	- an array of GPIO descriptors
	* array_info	- optional information obtained from gpiod_get_array()
	* array_info	- optional information obtained from gpiod_get_array()