forked from mirrors/linux
		
	hwmon: (f71882fg) fix checkpatch issues
fixed:
WARNING: static const char * array should probably be static const char * const
+static const char *f71882fg_names[] = {
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
			
			
This commit is contained in:
		
							parent
							
								
									c6e8ac0405
								
							
						
					
					
						commit
						1dc370899f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -112,7 +112,7 @@ MODULE_PARM_DESC(force_id, "Override the detected device ID"); | |||
| enum chips { f71808e, f71808a, f71858fg, f71862fg, f71869, f71869a, f71882fg, | ||||
| 	     f71889fg, f71889ed, f71889a, f8000, f81865f }; | ||||
| 
 | ||||
| static const char *f71882fg_names[] = { | ||||
| static const char *const f71882fg_names[] = { | ||||
| 	"f71808e", | ||||
| 	"f71808a", | ||||
| 	"f71858fg", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Frans Meulenbroeks
						Frans Meulenbroeks