* my trivial patches are lost
@ 2009-01-12 21:31 Uwe Kleine-König
2009-01-12 22:16 ` Jiri Kosina
0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 21:31 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel, Jesper Juhl
Hello Jiri
I wonder what happend to
http://thread.gmane.org/gmane.linux.kernel/660978/
http://thread.gmane.org/gmane.linux.kernel/670165/
http://thread.gmane.org/gmane.linux.kernel/698016/
They date back to April and June 2008. For the first two Jesper even
replied that he took them, but they did not appear in the branch that
Linus merged from you.
In November I sent another one, not to lkml though, "only" the arm list:
http://thread.gmane.org/gmane.linux.ports.arm.kernel/49026/
It's to early for it, but it would be fine if you could check that you
have this one, too. At least it doesn't appear in your for-next branch.
(Assuming it's OK that I didn't adhere to the etiquette by not sending
it to lkml.)
Best regards and thanks,
Uwe
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: my trivial patches are lost
2009-01-12 21:31 my trivial patches are lost Uwe Kleine-König
@ 2009-01-12 22:16 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Jiri Kosina @ 2009-01-12 22:16 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-kernel, Jesper Juhl
[-- Attachment #1: Type: TEXT/PLAIN, Size: 725 bytes --]
On Mon, 12 Jan 2009, Uwe Kleine-König wrote:
> I wonder what happend to
>
> http://thread.gmane.org/gmane.linux.kernel/660978/
> http://thread.gmane.org/gmane.linux.kernel/670165/
> http://thread.gmane.org/gmane.linux.kernel/698016/
>
> They date back to April and June 2008. For the first two Jesper even
> replied that he took them, but they did not appear in the branch that
> Linus merged from you.
Hi Uwe,
unfortunately, a bunch of patches that Jesper merged into his tree before
handing trivial tree maintainership over to me got lost when gmail
discontinued Jesper's mail account.
I'd like to ask you to resend any unmerged patches you have, I'll process
them properly.
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] fix typo "thier" -> "their"
2009-01-12 22:16 ` Jiri Kosina
@ 2009-01-12 22:35 ` Uwe Kleine-König
2009-01-12 23:40 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
drivers/base/sys.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/base/sys.c b/drivers/base/sys.c
index c98c31e..a0361ae 100644
--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device * sysdev)
* and the class driver.
*
* Note: The list is iterated in reverse order, so that we shut down
- * child devices before we shut down thier parents. The list ordering
+ * child devices before we shut down their parents. The list ordering
* is guaranteed by virtue of the fact that child devices are registered
* after their parents.
*/
--
1.5.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] fix typo "kernal" -> "kernel"
2009-01-12 22:16 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
@ 2009-01-12 22:35 ` Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "varaible" -> "variable" Uwe Kleine-König
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
fs/proc/nommu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
index 3f87d26..2c871f2 100644
--- a/fs/proc/nommu.c
+++ b/fs/proc/nommu.c
@@ -76,7 +76,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
/*
* display a list of all the VMAs the kernel knows about
- * - nommu kernals have a single flat list
+ * - nommu kernels have a single flat list
*/
static int nommu_vma_list_show(struct seq_file *m, void *v)
{
--
1.5.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] fix typo "varaible" -> "variable"
2009-01-12 22:16 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
@ 2009-01-12 22:35 ` Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "virual" -> "virtual" Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "resgister" -> "register" Uwe Kleine-König
4 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
This patch was created by
git grep -l '[vV]araible' | xargs -r -t perl -p -i -e 's/\b([Vv]ar)ai(bles?)\b/$1ia$2/g'
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
drivers/input/mouse/gpio_mouse.c | 2 +-
drivers/net/skfp/h/hwmtm.h | 2 +-
drivers/net/wan/farsync.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c
index 72cf5e3..703bc95 100644
--- a/drivers/input/mouse/gpio_mouse.c
+++ b/drivers/input/mouse/gpio_mouse.c
@@ -18,7 +18,7 @@
/*
* Timer function which is run every scan_ms ms when the device is opened.
- * The dev input varaible is set to the the input_dev pointer.
+ * The dev input variable is set to the the input_dev pointer.
*/
static void gpio_mouse_scan(struct input_polled_dev *dev)
{
diff --git a/drivers/net/skfp/h/hwmtm.h b/drivers/net/skfp/h/hwmtm.h
index 1a606d4..e1a7e5f 100644
--- a/drivers/net/skfp/h/hwmtm.h
+++ b/drivers/net/skfp/h/hwmtm.h
@@ -145,7 +145,7 @@ struct hw_modul {
int leave_isr ; /* leave fddi_isr immedeately if set */
int isr_flag ; /* set, when HWM is entered from isr */
/*
- * varaibles for the current transmit frame
+ * variables for the current transmit frame
*/
struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */
u_long tx_descr ; /* tx descriptor for FORMAC+ */
diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c
index 48a2c9d..38bc9c1 100644
--- a/drivers/net/wan/farsync.c
+++ b/drivers/net/wan/farsync.c
@@ -69,7 +69,7 @@ MODULE_LICENSE("GPL");
#endif
/*
- * Modules parameters and associated varaibles
+ * Modules parameters and associated variables
*/
static int fst_txq_low = FST_LOW_WATER_MARK;
static int fst_txq_high = FST_HIGH_WATER_MARK;
--
1.5.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] fix typo "virual" -> "virtual"
2009-01-12 22:16 ` Jiri Kosina
` (2 preceding siblings ...)
2009-01-12 22:35 ` [PATCH] fix typo "varaible" -> "variable" Uwe Kleine-König
@ 2009-01-12 22:35 ` Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "resgister" -> "register" Uwe Kleine-König
4 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <ukleinek@strlen.de>
Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>
Cc: trivial@kernel.org
---
arch/arm/mach-netx/include/mach/netx-regs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-netx/include/mach/netx-regs.h b/arch/arm/mach-netx/include/mach/netx-regs.h
index 08c60ff..5a03e7c 100644
--- a/arch/arm/mach-netx/include/mach/netx-regs.h
+++ b/arch/arm/mach-netx/include/mach/netx-regs.h
@@ -80,7 +80,7 @@
#define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no))
#define NETX_PA_VIC (NETX_IO_PHYS + NETX_OFS_VIC)
-/* virual addresses */
+/* virtual addresses */
#define NETX_VA_SYSTEM (NETX_IO_VIRT + NETX_OFS_SYSTEM)
#define NETX_VA_MEMCR (NETX_IO_VIRT + NETX_OFS_MEMCR)
#define NETX_VA_DPMAS (NETX_IO_VIRT + NETX_OFS_DPMAS)
--
1.5.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH] fix typo "resgister" -> "register"
2009-01-12 22:16 ` Jiri Kosina
` (3 preceding siblings ...)
2009-01-12 22:35 ` [PATCH] fix typo "virual" -> "virtual" Uwe Kleine-König
@ 2009-01-12 22:35 ` Uwe Kleine-König
4 siblings, 0 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <ukleinek@strlen.de>
Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>
Cc: trivial@kernel.org
---
kernel/trace/ftrace.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c
index 2f32969..24f4db5 100644
--- a/kernel/trace/ftrace.c
+++ b/kernel/trace/ftrace.c
@@ -1902,7 +1902,7 @@ int register_ftrace_function(struct ftrace_ops *ops)
}
/**
- * unregister_ftrace_function - unresgister a function for profiling.
+ * unregister_ftrace_function - unregister a function for profiling.
* @ops - ops structure that holds the function to unregister
*
* Unregister a function that was added to be called by ftrace profiling.
--
1.5.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo "thier" -> "their"
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
@ 2009-01-12 23:40 ` Jiri Kosina
0 siblings, 0 replies; 8+ messages in thread
From: Jiri Kosina @ 2009-01-12 23:40 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-kernel, Uwe Kleine-König, trivial
[-- Attachment #1: Type: TEXT/PLAIN, Size: 755 bytes --]
On Mon, 12 Jan 2009, Uwe Kleine-König wrote:
> diff --git a/drivers/base/sys.c b/drivers/base/sys.c
> index c98c31e..a0361ae 100644
> --- a/drivers/base/sys.c
> +++ b/drivers/base/sys.c
> @@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device * sysdev)
> * and the class driver.
> *
> * Note: The list is iterated in reverse order, so that we shut down
> - * child devices before we shut down thier parents. The list ordering
> + * child devices before we shut down their parents. The list ordering
> * is guaranteed by virtue of the fact that child devices are registered
> * after their parents.
> */
Applied to trivial tree, together with the other four typo patches you
have sent in this bunch.
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-01-12 23:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 21:31 my trivial patches are lost Uwe Kleine-König
2009-01-12 22:16 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "thier" -> "their" Uwe Kleine-König
2009-01-12 23:40 ` Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "varaible" -> "variable" Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "virual" -> "virtual" Uwe Kleine-König
2009-01-12 22:35 ` [PATCH] fix typo "resgister" -> "register" Uwe Kleine-König
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox