Skip to content

Commit

Permalink
maple: fix Error in kernel-doc notation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Mar 29, 2009
1 parent c31f403 commit ee665ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sh/maple/maple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ee665ec

Please sign in to comment.