[PATCH] maple: fix Error in kernel-doc notation

From: Randy Dunlap
Date: Sun Mar 29 2009 - 00:54:53 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
cc: Paul Mundt <lethal@xxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/