All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel.h: Fix kernel-doc notation
@ 2009-11-22  8:12 Jaswinder Singh Rajput
  2009-11-23  1:50 ` Rusty Russell
  0 siblings, 1 reply; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-11-22  8:12 UTC (permalink / raw)
  To: Randy Dunlap, Rusty Russell, LKML


Fix the following htmldocs warnings:

  Warning(include/linux/kernel.h:708): No description found for parameter 'condition'
  Warning(include/linux/kernel.h:708): Excess function parameter 'cond' description in 'BUILD_BUG_ON'

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
---
 include/linux/kernel.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 14bcd38..e1e81ed 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -691,7 +691,7 @@ struct sysinfo {
 
 /**
  * BUILD_BUG_ON - break compile if a condition is true.
- * @cond: the condition which the compiler should know is false.
+ * @condition: the condition which the compiler should know is false.
  *
  * If you have some code which relies on certain constants being equal, or
  * other compile-time-evaluated condition, you should use BUILD_BUG_ON to
-- 
1.6.5.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kernel.h: Fix kernel-doc notation
  2009-11-22  8:12 [PATCH] kernel.h: Fix kernel-doc notation Jaswinder Singh Rajput
@ 2009-11-23  1:50 ` Rusty Russell
  2009-11-23  2:06   ` Randy Dunlap
  2009-11-23  9:20   ` Jiri Kosina
  0 siblings, 2 replies; 4+ messages in thread
From: Rusty Russell @ 2009-11-23  1:50 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Randy Dunlap, LKML, trivial, Andrew Morton

On Sun, 22 Nov 2009 06:42:09 pm Jaswinder Singh Rajput wrote:
> 
> Fix the following htmldocs warnings:
> 
>   Warning(include/linux/kernel.h:708): No description found for parameter 'condition'
>   Warning(include/linux/kernel.h:708): Excess function parameter 'cond' description in 'BUILD_BUG_ON'

This look like  ajob for trivial@kernel.org or akpm?

For the pedants: Acked-by: Rusty Russell <rusty@rustcorp.com.au>

Thanks!
Rusty.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kernel.h: Fix kernel-doc notation
  2009-11-23  1:50 ` Rusty Russell
@ 2009-11-23  2:06   ` Randy Dunlap
  2009-11-23  9:20   ` Jiri Kosina
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2009-11-23  2:06 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Jaswinder Singh Rajput, LKML, trivial, Andrew Morton

On Mon, 23 Nov 2009 12:20:26 +1030 Rusty Russell wrote:

> On Sun, 22 Nov 2009 06:42:09 pm Jaswinder Singh Rajput wrote:
> > 
> > Fix the following htmldocs warnings:
> > 
> >   Warning(include/linux/kernel.h:708): No description found for parameter 'condition'
> >   Warning(include/linux/kernel.h:708): Excess function parameter 'cond' description in 'BUILD_BUG_ON'
> 
> This look like  ajob for trivial@kernel.org or akpm?

Yes, normally each subsystem maintainer or trivial should do this.

> For the pedants: Acked-by: Rusty Russell <rusty@rustcorp.com.au>
> 
> Thanks!
> Rusty.

Thanks.
---
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kernel.h: Fix kernel-doc notation
  2009-11-23  1:50 ` Rusty Russell
  2009-11-23  2:06   ` Randy Dunlap
@ 2009-11-23  9:20   ` Jiri Kosina
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2009-11-23  9:20 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Jaswinder Singh Rajput, Randy Dunlap, LKML, Andrew Morton

On Mon, 23 Nov 2009, Rusty Russell wrote:

> On Sun, 22 Nov 2009 06:42:09 pm Jaswinder Singh Rajput wrote:
> > 
> > Fix the following htmldocs warnings:
> > 
> >   Warning(include/linux/kernel.h:708): No description found for parameter 'condition'
> >   Warning(include/linux/kernel.h:708): Excess function parameter 'cond' description in 'BUILD_BUG_ON'
> 
> This look like  ajob for trivial@kernel.org or akpm?
> 
> For the pedants: Acked-by: Rusty Russell <rusty@rustcorp.com.au>

Thanks, but ... what tree is this against? Certainly doesn't apply for 
current Linus' tree.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-23  9:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22  8:12 [PATCH] kernel.h: Fix kernel-doc notation Jaswinder Singh Rajput
2009-11-23  1:50 ` Rusty Russell
2009-11-23  2:06   ` Randy Dunlap
2009-11-23  9:20   ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.