Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64399
b: refs/heads/master
c: 2db9ccb
h: refs/heads/master
i:
  64397: c1f3ed3
  64395: e7ee6c2
  64391: a9d2bd7
  64383: 72c4e9e
v: v3
  • Loading branch information
Pavel Machek authored and Len Brown committed Aug 24, 2007
1 parent b2d1b8f commit dd7f2a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c99fdce30787b0d1fc00b907d4cd55a714e4cdd
refs/heads/master: 2db9ccba8d4bb8e3aa6d0cd8e7544c5736963bbc
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1085,9 +1085,9 @@ static int acpi_thermal_add_fs(struct acpi_device *device)
entry->owner = THIS_MODULE;
}

/* 'trip_points' [R/W] */
/* 'trip_points' [R] */
entry = create_proc_entry(ACPI_THERMAL_FILE_TRIP_POINTS,
S_IFREG | S_IRUGO | S_IWUSR,
S_IRUGO,
acpi_device_dir(device));
if (!entry)
return -ENODEV;
Expand Down

0 comments on commit dd7f2a9

Please sign in to comment.