mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] maple: fix Error in kernel-doc notation
@ 2009-03-29  4:50 Randy Dunlap
  2009-03-31  1:49 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-03-29  4:50 UTC (permalink / raw)
  To: lkml; +Cc: Paul Mundt, akpm, torvalds

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc error in maple (it's not kernel-doc):

Error(drivers/sh/maple/maple.c:782): cannot understand prototype: 'struct bus_type maple_bus_type = '

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Paul Mundt <lethal@linux-sh.org>
---
 drivers/sh/maple/maple.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.29-git4.orig/drivers/sh/maple/maple.c
+++ linux-2.6.29-git4/drivers/sh/maple/maple.c
@@ -776,7 +776,7 @@ static struct maple_driver maple_unsuppo
 		.bus = &maple_bus_type,
 	},
 };
-/**
+/*
  * maple_bus_type - core maple bus structure
  */
 struct bus_type maple_bus_type = {

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

* Re: [PATCH] maple: fix Error in kernel-doc notation
  2009-03-29  4:50 [PATCH] maple: fix Error in kernel-doc notation Randy Dunlap
@ 2009-03-31  1:49 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-03-31  1:49 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, akpm, torvalds

On Sat, Mar 28, 2009 at 09:50:17PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix kernel-doc error in maple (it's not kernel-doc):
> 
> Error(drivers/sh/maple/maple.c:782): cannot understand prototype: 'struct bus_type maple_bus_type = '
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> cc: Paul Mundt <lethal@linux-sh.org>

Applied, thanks Randy.

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

end of thread, other threads:[~2009-03-31  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-29  4:50 [PATCH] maple: fix Error in kernel-doc notation Randy Dunlap
2009-03-31  1:49 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome