Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee665ecc authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c31f403d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {