Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 057b0a75 authored by Niv Yehezkel's avatar Niv Yehezkel Committed by Rafael J. Wysocki
Browse files

PM / hibernate: fixed typo in comment



Fix a trivial comment typo (s/mam/map) in kernel/power/swap.c.

Signed-off-by: default avatarNiv Yehezkel <executerx@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 0c5ff0ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -567,7 +567,7 @@ static int lzo_compress_threadfn(void *data)

/**
 * save_image_lzo - Save the suspend image data compressed with LZO.
 * @handle: Swap mam handle to use for saving the image.
 * @handle: Swap map handle to use for saving the image.
 * @snapshot: Image to read data from.
 * @nr_to_write: Number of pages to save.
 */