mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +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, | ||||
| 	}, | ||||
| }; | ||||
| /**
 | ||||
| /*
 | ||||
|  * maple_bus_type - core maple bus structure | ||||
|  */ | ||||
| struct bus_type maple_bus_type = { | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Randy Dunlap
						Randy Dunlap