All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 3/5]arch:m68k:asm Fix typo occcured.
@ 2011-03-30 17:55 Justin P. Mattock
  2011-04-10 15:10 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Justin P. Mattock @ 2011-03-30 17:55 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, rdunlap, Justin P. Mattock

The patch below changes a typo occcured to occurred in two comments.
 
Signed-off-by: Justin P. Mattock <justinmattock@gmail.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..d1bde58 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 occurred */
 #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..6bd1bf1 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 occurred */
 #define WATCHDOG_CNT_MASK  0x0300	/* Watchdog Counter */
 #define WATCHDOG_CNT_SHIFT 8
 
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V2 3/5]arch:m68k:asm Fix typo occcured.
  2011-03-30 17:55 [PATCH V2 3/5]arch:m68k:asm Fix typo occcured Justin P. Mattock
@ 2011-04-10 15:10 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2011-04-10 15:10 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: linux-kernel, rdunlap

On Wed, 30 Mar 2011, Justin P. Mattock wrote:

> The patch below changes a typo occcured to occurred in two comments.
>  
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.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..d1bde58 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 occurred */
>  #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..6bd1bf1 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 occurred */
>  #define WATCHDOG_CNT_MASK  0x0300	/* Watchdog Counter */
>  #define WATCHDOG_CNT_SHIFT 8

Applied.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-10 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30 17:55 [PATCH V2 3/5]arch:m68k:asm Fix typo occcured Justin P. Mattock
2011-04-10 15:10 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.