1
0
Fork 0

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>
hifive-unleashed-5.1
Randy Dunlap 2009-03-28 21:50:17 -07:00 committed by Linus Torvalds
parent c31f403de6
commit ee665ecca6
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {