forked from mirrors/linux
		
	hwmon: (ltc4151) Fix multi-line comments
Signed-off-by: Guenter Roeck <linux@roeck-us.net> Cc: Per Dalen <per.dalen@appeartv.com>
This commit is contained in:
		
							parent
							
								
									1b9c491df8
								
							
						
					
					
						commit
						1b05d22f2c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -154,7 +154,8 @@ static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, \ | |||
| static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \ | ||||
| 	ltc4151_show_value, NULL, LTC4151_SENSE_H); | ||||
| 
 | ||||
| /* Finally, construct an array of pointers to members of the above objects,
 | ||||
| /*
 | ||||
|  * Finally, construct an array of pointers to members of the above objects, | ||||
|  * as required for sysfs_create_group() | ||||
|  */ | ||||
| static struct attribute *ltc4151_attributes[] = { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Guenter Roeck
						Guenter Roeck