Re: [PATCH] s390: fix new ccwgroup.h kernel-doc warning

2014-04-14 Thread Sebastian Ott
On Mon, 14 Apr 2014, Randy Dunlap wrote:
> From: Randy Dunlap 
> 
> Fix new s390 kernel-doc warning:
> 
> Warning(arch/s390/include/asm/ccwgroup.h:27): No description found for 
> parameter 'ungroup_work'
> 
> Signed-off-by: Randy Dunlap 
> Cc:   Sebastian Ott 
> Cc:   Peter Oberparleiter 
> Cc:   linux-s...@vger.kernel.org
> Cc:   Martin Schwidefsky 
> Cc:   Heiko Carstens 
> Cc:   linux...@de.ibm.com
> ---
>  arch/s390/include/asm/ccwgroup.h |2 ++
>  1 file changed, 2 insertions(+)
> 
> --- lnx-315-rc1.orig/arch/s390/include/asm/ccwgroup.h
> +++ lnx-315-rc1/arch/s390/include/asm/ccwgroup.h
> @@ -10,6 +10,8 @@ struct ccw_driver;
>   * @count: number of attached slave devices
>   * @dev: embedded device structure
>   * @cdev: variable number of slave devices, allocated as needed
> + * @ungroup_work: work to be done when a ccwgroup notifier has action
> + *   type %BUS_NOTIFY_UNBIND_DRIVER
>   */
>  struct ccwgroup_device {
>   enum {
> 
> 

Applied, thanks!
Sebastian

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


[PATCH] s390: fix new ccwgroup.h kernel-doc warning

2014-04-14 Thread Randy Dunlap
From: Randy Dunlap 

Fix new s390 kernel-doc warning:

Warning(arch/s390/include/asm/ccwgroup.h:27): No description found for 
parameter 'ungroup_work'

Signed-off-by: Randy Dunlap 
Cc: Sebastian Ott 
Cc: Peter Oberparleiter 
Cc: linux-s...@vger.kernel.org
Cc: Martin Schwidefsky 
Cc: Heiko Carstens 
Cc: linux...@de.ibm.com
---
 arch/s390/include/asm/ccwgroup.h |2 ++
 1 file changed, 2 insertions(+)

--- lnx-315-rc1.orig/arch/s390/include/asm/ccwgroup.h
+++ lnx-315-rc1/arch/s390/include/asm/ccwgroup.h
@@ -10,6 +10,8 @@ struct ccw_driver;
  * @count: number of attached slave devices
  * @dev: embedded device structure
  * @cdev: variable number of slave devices, allocated as needed
+ * @ungroup_work: work to be done when a ccwgroup notifier has action
+ * type %BUS_NOTIFY_UNBIND_DRIVER
  */
 struct ccwgroup_device {
enum {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/