Skip to content

Commit 3700ce9

Browse files
standby24x7broonie
authored andcommitted
spi: make xmldocs warning caused by spi.c
This patch fix following warnings while make xmldocs. .//drivers/spi/spi.c:2354: warning: Excess function parameter 'message' description in 'spi_split_transfers_maxsize' .//drivers/spi/spi.c:2354: warning: Excess function parameter 'max_size' description in 'spi_split_transfers_maxsize' Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0588539 commit 3700ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/spi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,8 +2317,8 @@ static int __spi_split_transfer_maxsize(struct spi_master *master,
23172317
* when an individual transfer exceeds a
23182318
* certain size
23192319
* @master: the @spi_master for this transfer
2320-
* @message: the @spi_message to transform
2321-
* @max_size: the maximum when to apply this
2320+
* @msg: the @spi_message to transform
2321+
* @maxsize: the maximum when to apply this
23222322
*
23232323
* Return: status of transformation
23242324
*/

0 commit comments

Comments
 (0)