[PATCH 14/22] trivial: fix typo "should should" in multiple files

From: Jaswinder Singh Rajput
Date: Tue Jul 07 2009 - 10:37:39 EST



Replaced "should should" with "should" in multiple files

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx>
---
arch/ia64/include/asm/sn/pda.h | 2 +-
drivers/char/amiserial.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/ia64/include/asm/sn/pda.h b/arch/ia64/include/asm/sn/pda.h
index 1c5108d..8ef9fb7 100644
--- a/arch/ia64/include/asm/sn/pda.h
+++ b/arch/ia64/include/asm/sn/pda.h
@@ -56,7 +56,7 @@ typedef struct pda_s {
* in the same page as the cpu_data area. Note that there is a check in the setup
* code to verify that we don't overflow the page.
*
- * Seems like we should should cache-line align the pda so that any changes in the
+ * Seems like we should cache-line align the pda so that any changes in the
* size of the cpu_data area don't change cache layout. Should we align to 32, 64, 128
* or 512 boundary. Each has merits. For now, pick 128 but should be revisited later.
*/
diff --git a/drivers/char/amiserial.c b/drivers/char/amiserial.c
index 72429b6..7132577 100644
--- a/drivers/char/amiserial.c
+++ b/drivers/char/amiserial.c
@@ -13,7 +13,7 @@
* (non hardware specific) changes to serial.c.
*
* The port is registered with the tty driver as minor device 64, and
- * therefore other ports should should only use 65 upwards.
+ * therefore other ports should only use 65 upwards.
*
* Richard Lucock 28/12/99
*
--
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/