Browse Source

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>
Randy Dunlap 16 years ago
parent
commit
ee665ecca6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/sh/maple/maple.c

+ 1 - 1
drivers/sh/maple/maple.c

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