aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power/swap.c
diff options
context:
space:
mode:
authorLu Jialin <lujialin4@huawei.com>2021-04-08 16:14:44 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-04-08 19:37:21 +0200
commite4b2897ae1a81cce79a8f5fcceda74c3f31c4b73 (patch)
tree2caf15a966b5c14916ee2a499a500c60c0a14859 /kernel/power/swap.c
parentfreezer: Remove unused inline function try_to_freeze_nowarn() (diff)
downloadlinux-dev-e4b2897ae1a81cce79a8f5fcceda74c3f31c4b73.tar.xz
linux-dev-e4b2897ae1a81cce79a8f5fcceda74c3f31c4b73.zip
PM: sleep: fix typos in comments
Change "occured" to "occurred" in kernel/power/autosleep.c. Change "consiting" to "consisting" in kernel/power/snapshot.c. Change "avaiable" to "available" in kernel/power/swap.c. No functionality changed. Signed-off-by: Lu Jialin <lujialin4@huawei.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power/swap.c')
-rw-r--r--kernel/power/swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/swap.c b/kernel/power/swap.c
index 72e33054a2e1..bea3cb8afa11 100644
--- a/kernel/power/swap.c
+++ b/kernel/power/swap.c
@@ -884,7 +884,7 @@ out_clean:
* enough_swap - Make sure we have enough swap to save the image.
*
* Returns TRUE or FALSE after checking the total amount of swap
- * space avaiable from the resume partition.
+ * space available from the resume partition.
*/
static int enough_swap(unsigned int nr_pages)