Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05885397 authored by Martin Sperl's avatar Martin Sperl Committed by Mark Brown
Browse files

spi: docbook: add missing parameter documentation



Add missing docbook documentation for the gfp parameter
in function spi_replace_transfers.

Signed-off-by: default avatarMartin Sperl <kernel@martin.sperl.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c8dab77a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2142,6 +2142,7 @@ static void __spi_replace_transfers_release(struct spi_master *master,
 * @release:       extra release code necessary in some circumstances
 * @extradatasize: extra data to allocate (with alignment guarantees
 *                 of struct @spi_transfer)
 * @gfp:           gfp flags
 *
 * Returns: pointer to @spi_replaced_transfers,
 *          PTR_ERR(...) in case of errors.