Skip to content

Commit

Permalink
spi: Add missing kerneldoc description for parameter
Browse files Browse the repository at this point in the history
Commit ca5d248 ("spi: Add THIS_MODULE to spi_driver in SPI core")
adds the new __spi_register_driver() function, but keeps the kerneldoc
for the spi_register_driver() function in place and forgets to add the
description for the new owner parameter.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
thierryreding authored and broonie committed Nov 10, 2015
1 parent c70efb8 commit 88c9321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ static void spi_drv_shutdown(struct device *dev)

/**
* __spi_register_driver - register a SPI driver
* @owner: owner module of the driver to register
* @sdrv: the driver to register
* Context: can sleep
*
Expand Down

0 comments on commit 88c9321

Please sign in to comment.