Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel

[PATCH 2/3] Trivial: fix typo in label name s/Platofrm_finish/Platform_finish/

 

 

Linux kernel RSS feed   Index | Next | Previous | View Threaded


cascardo at holoscopio

Jul 4, 2009, 3:33 PM

Post #1 of 2 (209 views)
Permalink
[PATCH 2/3] Trivial: fix typo in label name s/Platofrm_finish/Platform_finish/

Although the same label name is used somewhere else in the file, this
particular label was consistently typoed in all of its uses.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo [at] holoscopio>
---
kernel/power/hibernate.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
index 81d2e74..ec82025 100644
--- a/kernel/power/hibernate.c
+++ b/kernel/power/hibernate.c
@@ -460,11 +460,11 @@ int hibernation_platform_enter(void)

error = hibernation_ops->prepare();
if (error)
- goto Platofrm_finish;
+ goto Platform_finish;

error = disable_nonboot_cpus();
if (error)
- goto Platofrm_finish;
+ goto Platform_finish;

local_irq_disable();
sysdev_suspend(PMSG_HIBERNATE);
@@ -476,7 +476,7 @@ int hibernation_platform_enter(void)
* We don't need to reenable the nonboot CPUs or resume consoles, since
* the system is going to be halted anyway.
*/
- Platofrm_finish:
+ Platform_finish:
hibernation_ops->finish();

dpm_suspend_noirq(PMSG_RESTORE);
--
1.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


rjw at sisk

Jul 4, 2009, 4:46 PM

Post #2 of 2 (190 views)
Permalink
Re: [PATCH 2/3] Trivial: fix typo in label name s/Platofrm_finish/Platform_finish/ [In reply to]

On Sunday 05 July 2009, Thadeu Lima de Souza Cascardo wrote:
> Although the same label name is used somewhere else in the file, this
> particular label was consistently typoed in all of its uses.
>
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo [at] holoscopio>
> ---

Thanks, the patch is now in the linux-next branch of the suspend-2.6 tree.

Best,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Linux kernel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.