[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a69599be848c8abb3e136823ad788bfc.squirrel@xenotime.net>
Date: Wed, 30 Mar 2011 10:44:51 -0700
From: "Randy Dunlap" <rdunlap@...otime.net>
To: "Justin P. Mattock" <justinmattock@...il.com>
Cc: trivial@...nel.org, linux-kernel@...r.kernel.org,
"Justin P. Mattock" <justinmattock@...il.com>
Subject: Re: [PATCH 3/5]arch:m68k:asm Remove one to many ccc's.
On Wed, March 30, 2011 10:01 am, Justin P. Mattock wrote:
> The patch below removes one to many ccc's in some comments.
The patch also needs to add an 'r': "occurred"
> Signed-off-by: Justin P. Mattock <justinmattock@...il.com>
>
> ---
> arch/m68k/include/asm/MC68EZ328.h | 2 +-
> arch/m68k/include/asm/MC68VZ328.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/m68k/include/asm/MC68EZ328.h
> b/arch/m68k/include/asm/MC68EZ328.h
> index 69b7f91..b2ee25d 100644
> --- a/arch/m68k/include/asm/MC68EZ328.h
> +++ b/arch/m68k/include/asm/MC68EZ328.h
> @@ -1047,7 +1047,7 @@ typedef volatile struct {
>
> #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */
> #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */
> -#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */
> +#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occured */
> #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */
> #define WATCHDOG_CNT_SHIFT 8
>
> diff --git a/arch/m68k/include/asm/MC68VZ328.h
> b/arch/m68k/include/asm/MC68VZ328.h
> index 2b9bf62..62cd79a 100644
> --- a/arch/m68k/include/asm/MC68VZ328.h
> +++ b/arch/m68k/include/asm/MC68VZ328.h
> @@ -1143,7 +1143,7 @@ typedef struct {
>
> #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */
> #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */
> -#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */
> +#define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occured */
> #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */
> #define WATCHDOG_CNT_SHIFT 8
>
> --
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists