From: Randy Dunlap Date: Sun, 29 Mar 2009 04:50:17 +0000 (-0700) Subject: maple: fix Error in kernel-doc notation X-Git-Tag: firefly_0821_release~15203 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee665ecca6d6775f65b1a4154c34f551f62cec52;p=firefly-linux-kernel-4.4.55.git 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 cc: Paul Mundt Signed-off-by: Linus Torvalds --- 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 = { .bus = &maple_bus_type, }, }; -/** +/* * maple_bus_type - core maple bus structure */ struct bus_type maple_bus_type = {