projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c31f403
)
maple: fix Error in kernel-doc notation
author
Randy Dunlap
<randy.dunlap@oracle.com>
Sun, 29 Mar 2009 04:50:17 +0000
(21:50 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 29 Mar 2009 15:12:39 +0000
(08:12 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/sh/maple/maple.c
patch
|
blob
|
history
diff --git
a/drivers/sh/maple/maple.c
b/drivers/sh/maple/maple.c
index cab1ab7cfb789204f70924975fc78b94bafe802a..93c20e135ee1a8412e6d4162572926e904a90f02 100644
(file)
--- a/
drivers/sh/maple/maple.c
+++ b/
drivers/sh/maple/maple.c
@@
-776,7
+776,7
@@
static struct maple_driver maple_unsupported_device = {
.bus = &maple_bus_type,
},
};
-/*
*
+/*
* maple_bus_type - core maple bus structure
*/
struct bus_type maple_bus_type = {