* [PATCH] fix typo drivers/char/watchdog/w83627hf_wdt.c
@ 2005-10-20 17:42 Pozsar Balazs
2005-10-20 17:52 ` P
0 siblings, 1 reply; 3+ messages in thread
From: Pozsar Balazs @ 2005-10-20 17:42 UTC (permalink / raw)
To: linux-kernel
The most trivial typo fix in the world.
Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu>
--- a/drivers/char/watchdog/w83627hf_wdt.c 2005-10-11 03:19:19.000000000 +0200
+++ b/drivers/char/watchdog/w83627hf_wdt.c 2005-10-20 19:39:01.000000000 +0200
@@ -359,5 +359,5 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Pdraig Brady <P@draigBrady.com>");
-MODULE_DESCRIPTION("w38627hf WDT driver");
+MODULE_DESCRIPTION("w83627hf WDT driver");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
--
pozsy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix typo drivers/char/watchdog/w83627hf_wdt.c
2005-10-20 17:42 [PATCH] fix typo drivers/char/watchdog/w83627hf_wdt.c Pozsar Balazs
@ 2005-10-20 17:52 ` P
2005-10-20 18:01 ` Pozsar Balazs
0 siblings, 1 reply; 3+ messages in thread
From: P @ 2005-10-20 17:52 UTC (permalink / raw)
To: Pozsar Balazs; +Cc: linux-kernel, wim
Pozsar Balazs wrote:
> The most trivial typo fix in the world.
>
> Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu>
>
> --- a/drivers/char/watchdog/w83627hf_wdt.c 2005-10-11 03:19:19.000000000 +0200
> +++ b/drivers/char/watchdog/w83627hf_wdt.c 2005-10-20 19:39:01.000000000 +0200
> @@ -359,5 +359,5 @@
>
> MODULE_LICENSE("GPL");
> MODULE_AUTHOR("Pdraig Brady <P@draigBrady.com>");
> -MODULE_DESCRIPTION("w38627hf WDT driver");
> +MODULE_DESCRIPTION("w83627hf WDT driver");
> MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
Oops :)
I notice also that my name has been
mangled someplace along the line to "Pdraig".
Ideally it's Pádraig but I'll settle for Padraig :)
Can you send the updated patch to Wim (cc'd),
for merging into the watchdog tree.
thanks,
Pádraig.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix typo drivers/char/watchdog/w83627hf_wdt.c
2005-10-20 17:52 ` P
@ 2005-10-20 18:01 ` Pozsar Balazs
0 siblings, 0 replies; 3+ messages in thread
From: Pozsar Balazs @ 2005-10-20 18:01 UTC (permalink / raw)
To: P; +Cc: linux-kernel, wim
[-- Attachment #1: Type: text/plain, Size: 476 bytes --]
On Thu, Oct 20, 2005 at 06:52:01PM +0100, P@draigBrady.com wrote:
> Oops :)
>
> I notice also that my name has been
> mangled someplace along the line to "Pdraig".
> Ideally it's Pádraig but I'll settle for Padraig :)
> Can you send the updated patch to Wim (cc'd),
> for merging into the watchdog tree.
Sorry I mangled the inlined patch. Here it comes attached.
(Btw, I think you should use only ascii or utf8)
Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu>
--
pozsy
[-- Attachment #2: w83627hf_wdt.patch --]
[-- Type: text/plain, Size: 385 bytes --]
--- a/drivers/char/watchdog/w83627hf_wdt.c 2005-10-11 03:19:19.000000000 +0200
+++ b/drivers/char/watchdog/w83627hf_wdt.c 2005-10-20 19:39:01.000000000 +0200
@@ -359,5 +359,5 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("P�draig Brady <P@draigBrady.com>");
-MODULE_DESCRIPTION("w38627hf WDT driver");
+MODULE_DESCRIPTION("w83627hf WDT driver");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-20 18:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-20 17:42 [PATCH] fix typo drivers/char/watchdog/w83627hf_wdt.c Pozsar Balazs
2005-10-20 17:52 ` P
2005-10-20 18:01 ` Pozsar Balazs
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.