mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
c31f403de6
commit
ee665ecca6
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ static struct maple_driver maple_unsupported_device = {
|
||||||
.bus = &maple_bus_type,
|
.bus = &maple_bus_type,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
/**
|
/*
|
||||||
* maple_bus_type - core maple bus structure
|
* maple_bus_type - core maple bus structure
|
||||||
*/
|
*/
|
||||||
struct bus_type maple_bus_type = {
|
struct bus_type maple_bus_type = {
|
||||||
|
|
Loading…
Reference in a new issue