* [PATCH] s390: fix new ccwgroup.h kernel-doc warning
@ 2014-04-14 17:41 Randy Dunlap
2014-04-14 19:28 ` Sebastian Ott
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2014-04-14 17:41 UTC (permalink / raw)
To: LKML, Andrew Morton
Cc: Sebastian Ott, Peter Oberparleiter, linux-s390,
Martin Schwidefsky, Heiko Carstens, linux390
From: Randy Dunlap <rdunlap@infradead.org>
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 <rdunlap@infradead.org>
Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
Cc: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Cc: linux-s390@vger.kernel.org
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@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 {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] s390: fix new ccwgroup.h kernel-doc warning
2014-04-14 17:41 [PATCH] s390: fix new ccwgroup.h kernel-doc warning Randy Dunlap
@ 2014-04-14 19:28 ` Sebastian Ott
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Ott @ 2014-04-14 19:28 UTC (permalink / raw)
To: Randy Dunlap
Cc: LKML, Andrew Morton, Peter Oberparleiter, linux-s390,
Martin Schwidefsky, Heiko Carstens, linux390
On Mon, 14 Apr 2014, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> 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 <rdunlap@infradead.org>
> Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
> Cc: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
> Cc: linux-s390@vger.kernel.org
> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> Cc: linux390@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-14 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 17:41 [PATCH] s390: fix new ccwgroup.h kernel-doc warning Randy Dunlap
2014-04-14 19:28 ` Sebastian Ott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox