summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/kernel-locking.tmpl
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-07-18 01:15:17 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-07-18 01:15:17 +0200
commit11634bd6682d5979fa10fdc01cd74577827377bd (patch)
tree22e3a3e7439ba30b15498113d24017b89e58cd39 /Documentation/DocBook/kernel-locking.tmpl
parentACPI / documentation: Remove reference to acpi_platform_device_ids from enume... (diff)
parentACPI / video: Add use_native_backlight quirk for HP ProBook 4540s (diff)
downloadlinux-11634bd6682d5979fa10fdc01cd74577827377bd.tar.xz
linux-11634bd6682d5979fa10fdc01cd74577827377bd.zip
Merge branches 'acpi-scan' and 'acpi-video'
* acpi-scan: ACPI / documentation: Remove reference to acpi_platform_device_ids from enumeration.txt * acpi-video: ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s Revert "ACPI / video: change acpi-video brightness_switch_enabled default to 0"
Diffstat (limited to 'Documentation/DocBook/kernel-locking.tmpl')
-rw-r--r--Documentation/DocBook/kernel-locking.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/kernel-locking.tmpl b/Documentation/DocBook/kernel-locking.tmpl
index 19f2a5a5a5b4..e584ee12a1e7 100644
--- a/Documentation/DocBook/kernel-locking.tmpl
+++ b/Documentation/DocBook/kernel-locking.tmpl
@@ -1760,7 +1760,7 @@ as it would be on UP.
</para>
<para>
-There is a furthur optimization possible here: remember our original
+There is a further optimization possible here: remember our original
cache code, where there were no reference counts and the caller simply
held the lock whenever using the object? This is still possible: if
you hold the lock, no one can delete the object, so you don't need to