diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-08 15:02:36 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-13 15:12:44 +0400 |
commit | 2c67568903d6ae1b8cfa343c649029180239418e (patch) | |
tree | bf67482997099895d3b9e4fc5cf88fd4f3566a8e /drivers/spi/spi.c | |
parent | fab6a0410d20ef09238ef54b8726d170578da752 (diff) | |
download | linux-2c67568903d6ae1b8cfa343c649029180239418e.tar.xz |
spi: Add missing kerneldoc bits
These are all arguments or fields that got added without updating the
kerneldoc comments.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi.c')
-rw-r--r-- | drivers/spi/spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index e6f076d5ffd5..f52f3e647ef8 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -843,6 +843,7 @@ out: /** * spi_finalize_current_transfer - report completion of a transfer + * @master: the master reporting completion * * Called by SPI drivers using the core transfer_one_message() * implementation to notify it that the current interrupt driven |