Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1266449 > unrolled thread

[PATCH] spi: Add missing kerneldoc description for parameter

Started byThierry Reding <thierry.reding@gmail.com>
First post2015-11-10 13:10 +0100
Last post2015-11-10 13:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] spi: Add missing kerneldoc description for parameter Thierry Reding <thierry.reding@gmail.com> - 2015-11-10 13:10 +0100

#1266449 — [PATCH] spi: Add missing kerneldoc description for parameter

FromThierry Reding <thierry.reding@gmail.com>
Date2015-11-10 13:10 +0100
Subject[PATCH] spi: Add missing kerneldoc description for parameter
Message-ID<qtfUl-4Tt-9@gated-at.bofh.it>
From: Thierry Reding <treding@nvidia.com>

Commit ca5d24854210 ("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 <treding@nvidia.com>
---
 drivers/spi/spi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
index e2415be209d5..20ef4693d48f 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@ -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
  *
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web