forked from mirrors/linux
		
	hwmon: (applesmc) Fix multi-line comments
Cc: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Henrik Rydberg <rydberg@euromail.se>
This commit is contained in:
		
							parent
							
								
									75bdc936ea
								
							
						
					
					
						commit
						85ebfd3ef9
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1189,8 +1189,10 @@ static int applesmc_dmi_match(const struct dmi_system_id *id) | |||
| 	return 1; | ||||
| } | ||||
| 
 | ||||
| /* Note that DMI_MATCH(...,"MacBook") will match "MacBookPro1,1".
 | ||||
|  * So we need to put "Apple MacBook Pro" before "Apple MacBook". */ | ||||
| /*
 | ||||
|  * Note that DMI_MATCH(...,"MacBook") will match "MacBookPro1,1". | ||||
|  * So we need to put "Apple MacBook Pro" before "Apple MacBook". | ||||
|  */ | ||||
| static __initdata struct dmi_system_id applesmc_whitelist[] = { | ||||
| 	{ applesmc_dmi_match, "Apple MacBook Air", { | ||||
| 	  DMI_MATCH(DMI_BOARD_VENDOR, "Apple"), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Guenter Roeck
						Guenter Roeck