1
0
Fork 0

PM / hibernate: fixed typo in comment

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

Signed-off-by: Niv Yehezkel <executerx@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Niv Yehezkel 2014-05-31 06:26:01 -04:00 committed by Rafael J. Wysocki
parent 0c5ff0ef80
commit 057b0a7518
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/