[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090328215017.1ae9b798.randy.dunlap@oracle.com>
Date:	Sat, 28 Mar 2009 21:50:17 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	lkml <linux-kernel@...r.kernel.org>
Cc:	Paul Mundt <lethal@...ux-sh.org>, akpm <akpm@...ux-foundation.org>,
	torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] maple: fix Error in kernel-doc notation
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.com>
cc: Paul Mundt <lethal@...ux-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 = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
