diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-26 05:06:57 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:59 -0400 |
commit | 877d03105d04b2c13e241130277fa69c8d2564f0 (patch) | |
tree | 79234721145f9dab3e0970027ed0b9b9f8929725 /kernel | |
parent | caa790ba6cb88dccfab356960d93e2f4e0bd8704 (diff) |
trivial: Fix misspelling of firmware
Fix misspelling of firmware.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/power/disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/disk.c b/kernel/power/disk.c index 4a4a206b1979..9d1c1a0de350 100644 --- a/kernel/power/disk.c +++ b/kernel/power/disk.c | |||
@@ -265,7 +265,7 @@ static int create_image(int platform_mode) | |||
265 | * hibernation_snapshot - quiesce devices and create the hibernation | 265 | * hibernation_snapshot - quiesce devices and create the hibernation |
266 | * snapshot image. | 266 | * snapshot image. |
267 | * @platform_mode - if set, use the platform driver, if available, to | 267 | * @platform_mode - if set, use the platform driver, if available, to |
268 | * prepare the platform frimware for the power transition. | 268 | * prepare the platform firmware for the power transition. |
269 | * | 269 | * |
270 | * Must be called with pm_mutex held | 270 | * Must be called with pm_mutex held |
271 | */ | 271 | */ |
@@ -378,7 +378,7 @@ static int resume_target_kernel(void) | |||
378 | * hibernation_restore - quiesce devices and restore the hibernation | 378 | * hibernation_restore - quiesce devices and restore the hibernation |
379 | * snapshot image. If successful, control returns in hibernation_snaphot() | 379 | * snapshot image. If successful, control returns in hibernation_snaphot() |
380 | * @platform_mode - if set, use the platform driver, if available, to | 380 | * @platform_mode - if set, use the platform driver, if available, to |
381 | * prepare the platform frimware for the transition. | 381 | * prepare the platform firmware for the transition. |
382 | * | 382 | * |
383 | * Must be called with pm_mutex held | 383 | * Must be called with pm_mutex held |
384 | */ | 384 | */ |