Skip to content

Commit

Permalink
hwmon: (applesmc) Fix multi-line comments
Browse files Browse the repository at this point in the history
Cc: Henrik Rydberg <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
Acked-by: Henrik Rydberg <[email protected]>
  • Loading branch information
groeck authored and Guenter Roeck committed Mar 19, 2012
1 parent 75bdc93 commit 85ebfd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/hwmon/applesmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 85ebfd3

Please sign in to comment.