]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
PM: sleep: docs: Replace "diasble" with "disable"
authorSumanth Gavini <sumanth.gavini@yahoo.com>
Fri, 23 May 2025 22:02:37 +0000 (15:02 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 2 Jul 2025 18:31:30 +0000 (20:31 +0200)
Fix misspelling reported by codespell.

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
Link: https://patch.msgid.link/20250523220238.455718-1-sumanth.gavini@yahoo.com
[ rjw: Subject rewrite ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/ABI/testing/sysfs-devices-power

index 54195530e97ac89c28ef4c0300c326368aa4c3fd..d3da88b26a536ac30b379b0c556139a11f080dd0 100644 (file)
@@ -56,7 +56,7 @@ Date:         January 2009
 Contact:       Rafael J. Wysocki <rjw@rjwysocki.net>
 Description:
                The /sys/devices/.../async attribute allows the user space to
-               enable or diasble the device's suspend and resume callbacks to
+               enable or disable the device's suspend and resume callbacks to
                be executed asynchronously (ie. in separate threads, in parallel
                with the main suspend/resume thread) during system-wide power
                transitions (eg. suspend to RAM, hibernation).