diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-03-29 00:50:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-29 11:12:39 -0400 |
commit | ee665ecca6d6775f65b1a4154c34f551f62cec52 (patch) | |
tree | a0ed737a8bc332f12af59dc8230f25adeb7ca5ea /drivers/sh | |
parent | c31f403de62415c738ddc9e673cf8e722c82f861 (diff) |
maple: fix Error in kernel-doc notation
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>
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/maple/maple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c index cab1ab7cfb78..93c20e135ee1 100644 --- a/drivers/sh/maple/maple.c +++ b/drivers/sh/maple/maple.c | |||
@@ -776,7 +776,7 @@ static struct maple_driver maple_unsupported_device = { | |||
776 | .bus = &maple_bus_type, | 776 | .bus = &maple_bus_type, |
777 | }, | 777 | }, |
778 | }; | 778 | }; |
779 | /** | 779 | /* |
780 | * maple_bus_type - core maple bus structure | 780 | * maple_bus_type - core maple bus structure |
781 | */ | 781 | */ |
782 | struct bus_type maple_bus_type = { | 782 | struct bus_type maple_bus_type = { |