Re: [PATCH] Fix misspellings in pm.h macros

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday, 17 of November 2008, Alan Stern wrote:
> This patch (as1167) fixes some misspellings in various recently-added
> macros in pm.h.  Fortunately these macros are not yet used anywhere.
> 
> Signed-off-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
> CC: Rafael J. Wysocki <rjw@xxxxxxx>

Acked-by: Rafael J. Wysocki <rjw@xxxxxxx>

> ---
> 
> Index: usb-2.6/include/linux/pm.h
> ===================================================================
> --- usb-2.6.orig/include/linux/pm.h
> +++ usb-2.6/include/linux/pm.h
> @@ -252,7 +252,7 @@ struct dev_pm_ops {
>  #define PM_EVENT_SLEEP		(PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE)
>  #define PM_EVENT_USER_SUSPEND	(PM_EVENT_USER | PM_EVENT_SUSPEND)
>  #define PM_EVENT_USER_RESUME	(PM_EVENT_USER | PM_EVENT_RESUME)
> -#define PM_EVENT_REMOTE_WAKEUP	(PM_EVENT_REMOTE | PM_EVENT_RESUME)
> +#define PM_EVENT_REMOTE_RESUME	(PM_EVENT_REMOTE | PM_EVENT_RESUME)
>  #define PM_EVENT_AUTO_SUSPEND	(PM_EVENT_AUTO | PM_EVENT_SUSPEND)
>  #define PM_EVENT_AUTO_RESUME	(PM_EVENT_AUTO | PM_EVENT_RESUME)
>  
> @@ -265,15 +265,15 @@ struct dev_pm_ops {
>  #define PMSG_THAW	((struct pm_message){ .event = PM_EVENT_THAW, })
>  #define PMSG_RESTORE	((struct pm_message){ .event = PM_EVENT_RESTORE, })
>  #define PMSG_RECOVER	((struct pm_message){ .event = PM_EVENT_RECOVER, })
> -#define PMSG_USER_SUSPEND	((struct pm_messge) \
> +#define PMSG_USER_SUSPEND	((struct pm_message) \
>  					{ .event = PM_EVENT_USER_SUSPEND, })
> -#define PMSG_USER_RESUME	((struct pm_messge) \
> +#define PMSG_USER_RESUME	((struct pm_message) \
>  					{ .event = PM_EVENT_USER_RESUME, })
> -#define PMSG_REMOTE_RESUME	((struct pm_messge) \
> +#define PMSG_REMOTE_RESUME	((struct pm_message) \
>  					{ .event = PM_EVENT_REMOTE_RESUME, })
> -#define PMSG_AUTO_SUSPEND	((struct pm_messge) \
> +#define PMSG_AUTO_SUSPEND	((struct pm_message) \
>  					{ .event = PM_EVENT_AUTO_SUSPEND, })
> -#define PMSG_AUTO_RESUME		((struct pm_messge) \
> +#define PMSG_AUTO_RESUME	((struct pm_message) \
>  					{ .event = PM_EVENT_AUTO_RESUME, })
>  
>  /**
> 
> 
> 



-- 
Everyone knows that debugging is twice as hard as writing a program
in the first place.  So if you're as clever as you can be when you write it,
how will you ever debug it? --- Brian Kernighan
_______________________________________________
linux-pm mailing list
linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/linux-pm

[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux