mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	leds: leds-bcm6328: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s): drivers/leds/leds-bcm6328.c:97: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Cc: Pavel Machek <pavel@ucw.cz> Cc: "Fernández Rojas" <noltari@gmail.com> Cc: Jonas Gorski <jogo@openwrt.org> Cc: linux-leds@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Pavel Machek <pavel@ucw.cz>
This commit is contained in:
		
							parent
							
								
									6a3a871b4b
								
							
						
					
					
						commit
						2c175615cd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -93,7 +93,7 @@ static unsigned long bcm6328_led_read(void __iomem *reg)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/*
 | 
				
			||||||
 * LEDMode 64 bits / 24 LEDs
 | 
					 * LEDMode 64 bits / 24 LEDs
 | 
				
			||||||
 * bits [31:0] -> LEDs 8-23
 | 
					 * bits [31:0] -> LEDs 8-23
 | 
				
			||||||
 * bits [47:32] -> LEDs 0-7
 | 
					 * bits [47:32] -> LEDs 0-7
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue