[PATCH 17/22] trivial: fix typo "this this" in multiple files

From: Jaswinder Singh Rajput
Date: Tue Jul 07 2009 - 10:38:27 EST



Replaced "this this" with "this" in multiple files

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx>
---
arch/powerpc/kernel/process.c | 4 ++--
drivers/net/tulip/xircom_cb.c | 4 ++--
drivers/net/wireless/orinoco/main.h | 2 +-
fs/ext3/inode.c | 2 +-
fs/ext4/inode.c | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index 892a9f2..fa71472 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -352,7 +352,7 @@ struct task_struct *__switch_to(struct task_struct *prev,

#else /* CONFIG_SMP */
#ifdef CONFIG_ALTIVEC
- /* Avoid the trap. On smp this this never happens since
+ /* Avoid the trap. On smp this never happens since
* we don't set last_task_used_altivec -- Cort
*/
if (new->thread.regs && last_task_used_altivec == new)
@@ -363,7 +363,7 @@ struct task_struct *__switch_to(struct task_struct *prev,
new->thread.regs->msr |= MSR_VSX;
#endif /* CONFIG_VSX */
#ifdef CONFIG_SPE
- /* Avoid the trap. On smp this this never happens since
+ /* Avoid the trap. On smp this never happens since
* we don't set last_task_used_spe
*/
if (new->thread.regs && last_task_used_spe == new)
diff --git a/drivers/net/tulip/xircom_cb.c b/drivers/net/tulip/xircom_cb.c
index c2ca9f4..47060c5 100644
--- a/drivers/net/tulip/xircom_cb.c
+++ b/drivers/net/tulip/xircom_cb.c
@@ -793,7 +793,7 @@ static void activate_receiver(struct xircom_private *card)

/*
deactivate_receiver disables the receiver on the card.
-To achieve this this code disables the receiver first;
+To achieve this code disables the receiver first;
then it waits for the receiver to become inactive.

must be called with the lock held and interrupts disabled.
@@ -884,7 +884,7 @@ static void activate_transmitter(struct xircom_private *card)

/*
deactivate_transmitter disables the transmitter on the card.
-To achieve this this code disables the transmitter first;
+To achieve this code disables the transmitter first;
then it waits for the transmitter to become inactive.

must be called with the lock held and interrupts disabled.
diff --git a/drivers/net/wireless/orinoco/main.h b/drivers/net/wireless/orinoco/main.h
index af2bae4..7154d07 100644
--- a/drivers/net/wireless/orinoco/main.h
+++ b/drivers/net/wireless/orinoco/main.h
@@ -12,7 +12,7 @@
/* Compile time configuration and compatibility stuff */
/********************************************************************/

-/* We do this this way to avoid ifdefs in the actual code */
+/* We do this way to avoid ifdefs in the actual code */
#ifdef WIRELESS_SPY
#define SPY_NUMBER(priv) (priv->spy_data.spy_number)
#else
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c
index 5f51fed..56093fd 100644
--- a/fs/ext3/inode.c
+++ b/fs/ext3/inode.c
@@ -2269,7 +2269,7 @@ static void ext3_free_branches(handle_t *handle, struct inode *inode,
ext3_forget(handle, 1, inode, bh, bh->b_blocknr);

/*
- * Everything below this this pointer has been
+ * Everything below this pointer has been
* released. Now let this top-of-subtree go.
*
* We want the freeing of this indirect block to be
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 60a26f3..d431c3a 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3979,7 +3979,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode,
ext4_forget(handle, 1, inode, bh, bh->b_blocknr);

/*
- * Everything below this this pointer has been
+ * Everything below this pointer has been
* released. Now let this top-of-subtree go.
*
* We want the freeing of this indirect block to be
--
1.6.0.6



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/