All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/10] trivial: fix typos concerning "access"
@ 2011-02-09 10:07 Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 02/10] trivial: fix typos concerning "address" Uwe Kleine-König
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-omap2/control.h                  |    2 +-
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c |    8 ++++----
 drivers/target/target_core_transport.c         |    2 +-
 drivers/usb/gadget/mv_udc_core.c               |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-omap2/control.h b/arch/arm/mach-omap2/control.h
index f0629ae..a1981e9 100644
--- a/arch/arm/mach-omap2/control.h
+++ b/arch/arm/mach-omap2/control.h
@@ -233,7 +233,7 @@
 #define OMAP343X_CONTROL_WKUP_DEBOBS3 (OMAP343X_CONTROL_GENERAL_WKUP + 0x014)
 #define OMAP343X_CONTROL_WKUP_DEBOBS4 (OMAP343X_CONTROL_GENERAL_WKUP + 0x018)
 
-/* 36xx-only RTA - Retention till Accesss control registers and bits */
+/* 36xx-only RTA - Retention till Access control registers and bits */
 #define OMAP36XX_CONTROL_MEM_RTA_CTRL	0x40C
 #define OMAP36XX_RTA_DISABLE		0x0
 
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index 4819747..7b70e51 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -3329,26 +3329,26 @@ static int ar9300_eeprom_restore_internal(struct ath_hw *ah,
 	else
 		cptr = AR9300_BASE_ADDR;
 	ath_dbg(common, ATH_DBG_EEPROM,
-		"Trying EEPROM accesss at Address 0x%04x\n", cptr);
+		"Trying EEPROM access at Address 0x%04x\n", cptr);
 	if (ar9300_check_eeprom_header(ah, read, cptr))
 		goto found;
 
 	cptr = AR9300_BASE_ADDR_512;
 	ath_dbg(common, ATH_DBG_EEPROM,
-		"Trying EEPROM accesss at Address 0x%04x\n", cptr);
+		"Trying EEPROM access at Address 0x%04x\n", cptr);
 	if (ar9300_check_eeprom_header(ah, read, cptr))
 		goto found;
 
 	read = ar9300_read_otp;
 	cptr = AR9300_BASE_ADDR;
 	ath_dbg(common, ATH_DBG_EEPROM,
-		"Trying OTP accesss at Address 0x%04x\n", cptr);
+		"Trying OTP access at Address 0x%04x\n", cptr);
 	if (ar9300_check_eeprom_header(ah, read, cptr))
 		goto found;
 
 	cptr = AR9300_BASE_ADDR_512;
 	ath_dbg(common, ATH_DBG_EEPROM,
-		"Trying OTP accesss at Address 0x%04x\n", cptr);
+		"Trying OTP access at Address 0x%04x\n", cptr);
 	if (ar9300_check_eeprom_header(ah, read, cptr))
 		goto found;
 
diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
index 28b6292..40328e6 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
@@ -3087,7 +3087,7 @@ static int transport_generic_cmd_sequencer(
 	if (ret != 0) {
 		cmd->transport_wait_for_tasks = &transport_nop_wait_for_tasks;
 		/*
-		 * Set SCSI additional sense code (ASC) to 'LUN Not Accessable';
+		 * Set SCSI additional sense code (ASC) to 'LUN Not Accessible';
 		 * The ALUA additional sense code qualifier (ASCQ) is determined
 		 * by the ALUA primary or secondary access state..
 		 */
diff --git a/drivers/usb/gadget/mv_udc_core.c b/drivers/usb/gadget/mv_udc_core.c
index d5468a7..afe907d 100644
--- a/drivers/usb/gadget/mv_udc_core.c
+++ b/drivers/usb/gadget/mv_udc_core.c
@@ -1974,7 +1974,7 @@ int mv_udc_probe(struct platform_device *dev)
 		goto error;
 	}
 
-	/* we will acces controller register, so enable the clk */
+	/* we will access controller register, so enable the clk */
 	clk_enable(udc->clk);
 	retval = mv_udc_phy_init(udc->phy_regs);
 	if (retval) {
-- 
1.7.2.3


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

* [PATCH 02/10] trivial: fix typos concerning "address"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 03/10] trivial: fix typos concerning "adjust" Uwe Kleine-König
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/blackfin/mach-bf518/include/mach/defBF512.h |    2 +-
 arch/blackfin/mach-bf527/include/mach/defBF522.h |    2 +-
 arch/blackfin/mach-bf538/include/mach/defBF538.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/blackfin/mach-bf518/include/mach/defBF512.h b/arch/blackfin/mach-bf518/include/mach/defBF512.h
index 2728582..b1e60a9 100644
--- a/arch/blackfin/mach-bf518/include/mach/defBF512.h
+++ b/arch/blackfin/mach-bf518/include/mach/defBF512.h
@@ -1098,7 +1098,7 @@
 #define	SADD_LEN	0x0002		/* Slave Address Length							*/
 #define	STDVAL		0x0004		/* Slave Transmit Data Valid					*/
 #define	NAK			0x0008		/* NAK/ACK* Generated At Conclusion Of Transfer */
-#define	GEN			0x0010		/* General Call Adrress Matching Enabled		*/
+#define	GEN			0x0010		/* General Call Address Matching Enabled		*/
 
 /* TWI_SLAVE_STAT Masks															*/
 #define	SDIR		0x0001		/* Slave Transfer Direction (Transmit/Receive*)	*/
diff --git a/arch/blackfin/mach-bf527/include/mach/defBF522.h b/arch/blackfin/mach-bf527/include/mach/defBF522.h
index 89f5420..565cc69 100644
--- a/arch/blackfin/mach-bf527/include/mach/defBF522.h
+++ b/arch/blackfin/mach-bf527/include/mach/defBF522.h
@@ -1099,7 +1099,7 @@
 #define	SADD_LEN	0x0002		/* Slave Address Length							*/
 #define	STDVAL		0x0004		/* Slave Transmit Data Valid					*/
 #define	NAK			0x0008		/* NAK/ACK* Generated At Conclusion Of Transfer */
-#define	GEN			0x0010		/* General Call Adrress Matching Enabled		*/
+#define	GEN			0x0010		/* General Call Address Matching Enabled		*/
 
 /* TWI_SLAVE_STAT Masks															*/
 #define	SDIR		0x0001		/* Slave Transfer Direction (Transmit/Receive*)	*/
diff --git a/arch/blackfin/mach-bf538/include/mach/defBF538.h b/arch/blackfin/mach-bf538/include/mach/defBF538.h
index d27f81d..cb350a1 100644
--- a/arch/blackfin/mach-bf538/include/mach/defBF538.h
+++ b/arch/blackfin/mach-bf538/include/mach/defBF538.h
@@ -1767,7 +1767,7 @@
 #define	SADD_LEN	0x0002		/* Slave Address Length */
 #define	STDVAL		0x0004		/* Slave Transmit Data Valid */
 #define	NAK			0x0008		/* NAK/ACK* Generated At Conclusion Of Transfer */
-#define	GEN			0x0010		/* General Call	Adrress	Matching Enabled */
+#define	GEN			0x0010		/* General Call	Address	Matching Enabled */
 
 /* TWIx_SLAVE_STAT Masks								 */
 #define	SDIR		0x0001		/* Slave Transfer Direction (Transmit/Receive*) */
-- 
1.7.2.3


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

* [PATCH 03/10] trivial: fix typos concerning "adjust"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 02/10] trivial: fix typos concerning "address" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 04/10] trivial: fix typos concerning "controller" Uwe Kleine-König
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/acpi/video.c                   |    2 +-
 drivers/gpu/drm/radeon/radeon_device.c |    2 +-
 drivers/mtd/maps/dilnetpc.c            |    2 +-
 drivers/scsi/lpfc/lpfc_scsi.c          |    2 +-
 net/caif/caif_socket.c                 |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 90f8f76..fbd4845 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1201,7 +1201,7 @@ acpi_video_get_next_level(struct acpi_video_device *device,
 				break;
 		}
 	}
-	/* Ajust level_current to closest available level */
+	/* Adjust level_current to closest available level */
 	level_current += delta;
 	for (i = 2; i < device->brightness->count; i++) {
 		l = device->brightness->levels[i];
diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c
index 0d47893..5d23894 100644
--- a/drivers/gpu/drm/radeon/radeon_device.c
+++ b/drivers/gpu/drm/radeon/radeon_device.c
@@ -307,7 +307,7 @@ void radeon_vram_location(struct radeon_device *rdev, struct radeon_mc *mc, u64
  *
  * Function will place try to place GTT before or after VRAM.
  *
- * If GTT size is bigger than space left then we ajust GTT size.
+ * If GTT size is bigger than space left then we adjust GTT size.
  * Thus function will never fails.
  *
  * FIXME: when reducing GTT size align new size on power of 2.
diff --git a/drivers/mtd/maps/dilnetpc.c b/drivers/mtd/maps/dilnetpc.c
index 0713e3a..b5517f8 100644
--- a/drivers/mtd/maps/dilnetpc.c
+++ b/drivers/mtd/maps/dilnetpc.c
@@ -422,7 +422,7 @@ static int __init init_dnpc(void)
 
 	/*
 	** If flash probes fail, try to make flashes accessible
-	** at least as ROM. Ajust erasesize in this case since
+	** at least as ROM. Adjust erasesize in this case since
 	** the default one (128M) will break our partitioning
 	*/
 	if (!mymtd)
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
index c97751c..11199ba 100644
--- a/drivers/scsi/lpfc/lpfc_scsi.c
+++ b/drivers/scsi/lpfc/lpfc_scsi.c
@@ -1808,7 +1808,7 @@ lpfc_bg_scsi_prep_dma_buf(struct lpfc_hba *phba,
 		/*
 		 * We are in DIF Type 1 mode
 		 * Every data block has a 8 byte DIF (trailer)
-		 * attached to it.  Must ajust FCP data length
+		 * attached to it.  Must adjust FCP data length
 		 */
 		blksize = lpfc_cmd_blksize(scsi_cmnd);
 		diflen = (fcpdl / blksize) * 8;
diff --git a/net/caif/caif_socket.c b/net/caif/caif_socket.c
index 8184c03..3437b07 100644
--- a/net/caif/caif_socket.c
+++ b/net/caif/caif_socket.c
@@ -853,7 +853,7 @@ static int caif_connect(struct socket *sock, struct sockaddr *uaddr,
 	sk->sk_state = CAIF_CONNECTING;
 
 	/* Check priority value comming from socket */
-	/* if priority value is out of range it will be ajusted */
+	/* if priority value is out of range it will be adjusted */
 	if (cf_sk->sk.sk_priority > CAIF_PRIO_MAX)
 		cf_sk->conn_req.priority = CAIF_PRIO_MAX;
 	else if (cf_sk->sk.sk_priority < CAIF_PRIO_MIN)
-- 
1.7.2.3


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

* [PATCH 04/10] trivial: fix typos concerning "controller"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 02/10] trivial: fix typos concerning "address" Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 03/10] trivial: fix typos concerning "adjust" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 05/10] trivial: fix typos concerning "first" Uwe Kleine-König
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/usb/host/ehci-msm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ehci-msm.c b/drivers/usb/host/ehci-msm.c
index 413f4de..7155a54 100644
--- a/drivers/usb/host/ehci-msm.c
+++ b/drivers/usb/host/ehci-msm.c
@@ -37,7 +37,7 @@ static struct otg_transceiver *otg;
 /*
  * ehci_run defined in drivers/usb/host/ehci-hcd.c reset the controller and
  * the configuration settings in ehci_msm_reset vanish after controller is
- * reset. Resetting the controler in ehci_run seems to be un-necessary
+ * reset. Resetting the controller in ehci_run seems to be un-necessary
  * provided HCD reset the controller before calling ehci_run. Most of the HCD
  * do but some are not. So this function is same as ehci_run but we don't
  * reset the controller here.
-- 
1.7.2.3


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

* [PATCH 05/10] trivial: fix typos concerning "first"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (2 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 04/10] trivial: fix typos concerning "controller" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 06/10] trivial: fix typos concerning "function" and "through" Uwe Kleine-König
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/media/video/omap1_camera.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/omap1_camera.c b/drivers/media/video/omap1_camera.c
index 0a2fb2b..1495d20 100644
--- a/drivers/media/video/omap1_camera.c
+++ b/drivers/media/video/omap1_camera.c
@@ -835,7 +835,7 @@ static irqreturn_t cam_isr(int irq, void *data)
 				/*
 				 * If exactly 2 sgbufs from the next sglist have
 				 * been programmed into the DMA engine (the
-				 * frist one already transfered into the DMA
+				 * first one already transfered into the DMA
 				 * runtime register set, the second one still
 				 * in the programming set), then we are in sync.
 				 */
-- 
1.7.2.3


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

* [PATCH 06/10] trivial: fix typos concerning "function" and "through"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (3 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 05/10] trivial: fix typos concerning "first" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 07/10] trivial: fix typos concerning "implementation" Uwe Kleine-König
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 lib/average.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/average.c b/lib/average.c
index 5576c28..debcda4 100644
--- a/lib/average.c
+++ b/lib/average.c
@@ -17,8 +17,8 @@
  * Averages (EWMA). We keep a structure with the EWMA parameters and a scaled
  * up internal representation of the average value to prevent rounding errors.
  * The factor for scaling up and the exponential weight (or decay rate) have to
- * be specified thru the init fuction. The structure should not be accessed
- * directly but only thru the helper functions.
+ * be specified through the init function. The structure should not be accessed
+ * directly but only through the helper functions.
  */
 
 /**
-- 
1.7.2.3


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

* [PATCH 07/10] trivial: fix typos concerning "implementation"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (4 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 06/10] trivial: fix typos concerning "function" and "through" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 08/10] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 Documentation/power/opp.txt        |    2 +-
 Documentation/scsi/ChangeLog.lpfc  |    2 +-
 arch/powerpc/include/asm/mmzone.h  |    2 +-
 arch/tile/include/asm/mmzone.h     |    2 +-
 arch/x86/include/asm/mmzone_32.h   |    2 +-
 drivers/media/video/cx18/cx18-io.h |    2 +-
 drivers/net/irda/toim3232-sir.c    |    2 +-
 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c |    2 +-
 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c |    2 +-
 fs/nfsd/nfs4callback.c             |    2 +-
 fs/ocfs2/cluster/heartbeat.c       |    2 +-
 include/net/sctp/structs.h         |    2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt
index cd44558..95961de 100644
--- a/Documentation/power/opp.txt
+++ b/Documentation/power/opp.txt
@@ -82,7 +82,7 @@ opp_get_{voltage, freq, opp_count} fall into this category.
 
 opp_{add,enable,disable} are updaters which use mutex and implement it's own
 RCU locking mechanisms. opp_init_cpufreq_table acts as an updater and uses
-mutex to implment RCU updater strategy. These functions should *NOT* be called
+mutex to implement RCU updater strategy. These functions should *NOT* be called
 under RCU locks and other contexts that prevent blocking functions in RCU or
 mutex operations from working.
 
diff --git a/Documentation/scsi/ChangeLog.lpfc b/Documentation/scsi/ChangeLog.lpfc
index 5e83769..8b5bfa3 100644
--- a/Documentation/scsi/ChangeLog.lpfc
+++ b/Documentation/scsi/ChangeLog.lpfc
@@ -174,7 +174,7 @@ Changes from 20050201 to 20050208
 	  lpfc_sli_chipset_init static.
 	* Cleaned up references to list_head->next field in the driver.
 	* Replaced lpfc_discq_post_event with lpfc_workq_post_event.
-	* Implmented Christoph Hellwig's review from 2/5: Check for return
+	* Implemented Christoph Hellwig's review from 2/5: Check for return
 	  values of kmalloc.
 	* Integrated Christoph Hellwig's patch from 1/30: Protecting
 	  scan_tmo and friends in !FC_TRANSPORT_PATCHES_V2 &&
diff --git a/arch/powerpc/include/asm/mmzone.h b/arch/powerpc/include/asm/mmzone.h
index fd3fd58..60344eb 100644
--- a/arch/powerpc/include/asm/mmzone.h
+++ b/arch/powerpc/include/asm/mmzone.h
@@ -39,7 +39,7 @@ u64 memory_hotplug_max(void);
 #endif
 
 /*
- * Following are macros that each numa implmentation must define.
+ * Following are macros that each numa implementation must define.
  */
 
 #define node_start_pfn(nid)	(NODE_DATA(nid)->node_start_pfn)
diff --git a/arch/tile/include/asm/mmzone.h b/arch/tile/include/asm/mmzone.h
index c6344c4..a56937d 100644
--- a/arch/tile/include/asm/mmzone.h
+++ b/arch/tile/include/asm/mmzone.h
@@ -41,7 +41,7 @@ static inline int pfn_to_nid(unsigned long pfn)
 }
 
 /*
- * Following are macros that each numa implmentation must define.
+ * Following are macros that each numa implementation must define.
  */
 
 #define node_start_pfn(nid)	(NODE_DATA(nid)->node_start_pfn)
diff --git a/arch/x86/include/asm/mmzone_32.h b/arch/x86/include/asm/mmzone_32.h
index 91df7c5..7288148 100644
--- a/arch/x86/include/asm/mmzone_32.h
+++ b/arch/x86/include/asm/mmzone_32.h
@@ -69,7 +69,7 @@ static inline int pfn_to_nid(unsigned long pfn)
 }
 
 /*
- * Following are macros that each numa implmentation must define.
+ * Following are macros that each numa implementation must define.
  */
 
 #define node_start_pfn(nid)	(NODE_DATA(nid)->node_start_pfn)
diff --git a/drivers/media/video/cx18/cx18-io.h b/drivers/media/video/cx18/cx18-io.h
index 18974d8..b29fe69 100644
--- a/drivers/media/video/cx18/cx18-io.h
+++ b/drivers/media/video/cx18/cx18-io.h
@@ -28,7 +28,7 @@
 /*
  * Readback and retry of MMIO access for reliability:
  * The concept was suggested by Steve Toth <stoth@linuxtv.org>.
- * The implmentation is the fault of Andy Walls <awalls@md.metrocast.net>.
+ * The implementation is the fault of Andy Walls <awalls@md.metrocast.net>.
  *
  * *write* functions are implied to retry the mmio unless suffixed with _noretry
  * *read* functions never retry the mmio (it never helps to do so)
diff --git a/drivers/net/irda/toim3232-sir.c b/drivers/net/irda/toim3232-sir.c
index 99e1ec0..17ef584 100644
--- a/drivers/net/irda/toim3232-sir.c
+++ b/drivers/net/irda/toim3232-sir.c
@@ -336,7 +336,7 @@ static int toim3232_change_speed(struct sir_dev *dev, unsigned speed)
  * high, but it seems to have the same effect.
  *
  * This behaviour will probably work on dongles that have the RESET line connected,
- * but if not, add a flag for the IR320ST-2, and implment the above-listed proper
+ * but if not, add a flag for the IR320ST-2, and implement the above-listed proper
  * behaviour.
  *
  * RTS is inverted and then fed to BR/~D, so to put it in programming mode, we
diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
index a129a17..dde8dbc 100644
--- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
+++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
@@ -164,7 +164,7 @@ static struct scsi_transport_template *cxgb3i_stt;
 /*
  * CPL (Chelsio Protocol Language) defines a message passing interface between
  * the host driver and Chelsio asic.
- * The section below implments CPLs that related to iscsi tcp connection
+ * The section below implements CPLs that related to iscsi tcp connection
  * open/close/abort and data send/receive.
  */
 
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
index 8c04fad..af92770 100644
--- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
+++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
@@ -165,7 +165,7 @@ static struct scsi_transport_template *cxgb4i_stt;
 /*
  * CPL (Chelsio Protocol Language) defines a message passing interface between
  * the host driver and Chelsio asic.
- * The section below implments CPLs that related to iscsi tcp connection
+ * The section below implements CPLs that related to iscsi tcp connection
  * open/close/abort and data send/receive.
  */
 #define DIV_ROUND_UP(n, d)	(((n) + (d) - 1) / (d))
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index 3be975e..93ab180 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -414,7 +414,7 @@ static void encode_cb_sequence4args(struct xdr_stream *xdr,
  *		void;
  *	};
  *
- * Our current back channel implmentation supports a single backchannel
+ * Our current back channel implementation supports a single backchannel
  * with a single slot.
  */
 static int decode_cb_sequence4resok(struct xdr_stream *xdr,
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c
index b108e86..1c7a8c8 100644
--- a/fs/ocfs2/cluster/heartbeat.c
+++ b/fs/ocfs2/cluster/heartbeat.c
@@ -924,7 +924,7 @@ out:
 	return changed;
 }
 
-/* This could be faster if we just implmented a find_last_bit, but I
+/* This could be faster if we just implemented a find_last_bit, but I
  * don't think the circumstances warrant it. */
 static int o2hb_highest_node(unsigned long *nodes,
 			     int numbits)
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index cc9185c..21531d9 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1248,7 +1248,7 @@ typedef enum {
 } sctp_endpoint_type_t;
 
 /*
- * A common base class to bridge the implmentation view of a
+ * A common base class to bridge the implementation view of a
  * socket (usually listening) endpoint versus an association's
  * local endpoint.
  * This common structure is useful for several purposes:
-- 
1.7.2.3


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

* [PATCH 08/10] trivial: fix typos concerning "initiali[zs]e"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (5 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 07/10] trivial: fix typos concerning "implementation" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 09/10] trivial: fix typos concerning "registration" Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 10/10] trivial: fix typos concerning "resource" Uwe Kleine-König
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-omap2/voltage.c     |    2 +-
 drivers/gpu/drm/radeon/atombios.h |    4 ++--
 drivers/media/video/ir-kbd-i2c.c  |    2 +-
 drivers/mmc/host/msm_sdcc.c       |    2 +-
 drivers/net/bnx2x/bnx2x_cmn.h     |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c
index ed6079c..01a2261 100644
--- a/arch/arm/mach-omap2/voltage.c
+++ b/arch/arm/mach-omap2/voltage.c
@@ -730,7 +730,7 @@ static int vp_forceupdate_scale_voltage(struct omap_vdd_info *vdd,
 /* OMAP3 specific voltage init functions */
 
 /*
- * Intializes the voltage controller registers with the PMIC and board
+ * Initializes the voltage controller registers with the PMIC and board
  * specific parameters and voltage setup times for OMAP3.
  */
 static void __init omap3_vc_init(struct omap_vdd_info *vdd)
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h
index 04b269d..892e580 100644
--- a/drivers/gpu/drm/radeon/atombios.h
+++ b/drivers/gpu/drm/radeon/atombios.h
@@ -6770,9 +6770,9 @@ typedef struct _ATOM_PPLIB_SUMO_CLOCK_INFO{
       UCHAR  ucEngineClockHigh; //clockfrequency >> 16. 
       UCHAR  vddcIndex;         //2-bit vddc index;
       UCHAR  leakage;          //please use 8-bit absolute value, not the 6-bit % value 
-      //please initalize to 0
+      //please initialize to 0
       UCHAR  rsv;
-      //please initalize to 0
+      //please initialize to 0
       USHORT rsv1;
       //please initialize to 0s
       ULONG rsv2[2];
diff --git a/drivers/media/video/ir-kbd-i2c.c b/drivers/media/video/ir-kbd-i2c.c
index a221ad6..081716b 100644
--- a/drivers/media/video/ir-kbd-i2c.c
+++ b/drivers/media/video/ir-kbd-i2c.c
@@ -387,7 +387,7 @@ static int ir_probe(struct i2c_client *client, const struct i2c_device_id *id)
 
 	if (!rc) {
 		/*
-		 * If platform_data doesn't specify rc_dev, initilize it
+		 * If platform_data doesn't specify rc_dev, initialize it
 		 * internally
 		 */
 		rc = rc_allocate_device();
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 153ab97..d097654 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -148,7 +148,7 @@ static void msmsdcc_reset_and_restore(struct msmsdcc_host *host)
 		pr_err("%s: Clock deassert failed at %u Hz with err %d\n",
 				mmc_hostname(host->mmc), host->clk_rate, ret);
 
-	pr_info("%s: Controller has been re-initialiazed\n",
+	pr_info("%s: Controller has been re-initialized\n",
 			mmc_hostname(host->mmc));
 
 	/* Restore the contoller state */
diff --git a/drivers/net/bnx2x/bnx2x_cmn.h b/drivers/net/bnx2x/bnx2x_cmn.h
index 03eb4d6..a145913 100644
--- a/drivers/net/bnx2x/bnx2x_cmn.h
+++ b/drivers/net/bnx2x/bnx2x_cmn.h
@@ -324,7 +324,7 @@ int bnx2x_func_start(struct bnx2x *bp);
 void bnx2x_ilt_set_info(struct bnx2x *bp);
 
 /**
- * Inintialize dcbx protocol
+ * Initialize dcbx protocol
  *
  * @param bp
  */
-- 
1.7.2.3


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

* [PATCH 09/10] trivial: fix typos concerning "registration"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (6 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 08/10] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  2011-02-09 10:07 ` [PATCH 10/10] trivial: fix typos concerning "resource" Uwe Kleine-König
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-s5pv210/mach-goni.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c
index e22d511..c18bd42 100644
--- a/arch/arm/mach-s5pv210/mach-goni.c
+++ b/arch/arm/mach-s5pv210/mach-goni.c
@@ -824,14 +824,14 @@ static void __init goni_map_io(void)
 
 static void __init goni_machine_init(void)
 {
-	/* Radio: call before I2C 1 registeration */
+	/* Radio: call before I2C 1 registration */
 	goni_radio_init();
 
 	/* I2C1 */
 	s3c_i2c1_set_platdata(NULL);
 	i2c_register_board_info(1, i2c1_devs, ARRAY_SIZE(i2c1_devs));
 
-	/* TSP: call before I2C 2 registeration */
+	/* TSP: call before I2C 2 registration */
 	goni_tsp_init();
 
 	/* I2C2 */
-- 
1.7.2.3


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

* [PATCH 10/10] trivial: fix typos concerning "resource"
  2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
                   ` (7 preceding siblings ...)
  2011-02-09 10:07 ` [PATCH 09/10] trivial: fix typos concerning "registration" Uwe Kleine-König
@ 2011-02-09 10:07 ` Uwe Kleine-König
  8 siblings, 0 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2011-02-09 10:07 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/powerpc/kvm/book3s.c               |    2 +-
 drivers/hwmon/applesmc.c                |    4 ++--
 drivers/isdn/act2000/act2000_isa.c      |    2 +-
 drivers/isdn/gigaset/bas-gigaset.c      |    2 +-
 drivers/isdn/gigaset/common.c           |    4 ++--
 drivers/isdn/hysdn/hycapi.c             |    2 +-
 drivers/isdn/mISDN/l1oip_core.c         |    2 +-
 drivers/media/video/bt8xx/bttv-driver.c |    4 ++--
 drivers/net/spider_net.c                |    2 +-
 drivers/video/efifb.c                   |    2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c
index badc983..27d98fd 100644
--- a/arch/powerpc/kvm/book3s.c
+++ b/arch/powerpc/kvm/book3s.c
@@ -476,7 +476,7 @@ pfn_t kvmppc_gfn_to_pfn(struct kvm_vcpu *vcpu, gfn_t gfn)
  * emulate 32 bytes dcbz length.
  *
  * The Book3s_64 inventors also realized this case and implemented a special bit
- * in the HID5 register, which is a hypervisor ressource. Thus we can't use it.
+ * in the HID5 register, which is a hypervisor resource. Thus we can't use it.
  *
  * My approach here is to patch the dcbz instruction on executing pages.
  */
diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
index 4c07436..d980338 100644
--- a/drivers/hwmon/applesmc.c
+++ b/drivers/hwmon/applesmc.c
@@ -1089,7 +1089,7 @@ out:
 	return ret;
 }
 
-/* Create accelerometer ressources */
+/* Create accelerometer resources */
 static int applesmc_create_accelerometer(void)
 {
 	struct input_dev *idev;
@@ -1142,7 +1142,7 @@ out:
 	return ret;
 }
 
-/* Release all ressources used by the accelerometer */
+/* Release all resources used by the accelerometer */
 static void applesmc_release_accelerometer(void)
 {
 	if (!smcreg.has_accelerometer)
diff --git a/drivers/isdn/act2000/act2000_isa.c b/drivers/isdn/act2000/act2000_isa.c
index fea5b78..d6600bc 100644
--- a/drivers/isdn/act2000/act2000_isa.c
+++ b/drivers/isdn/act2000/act2000_isa.c
@@ -175,7 +175,7 @@ act2000_isa_config_port(act2000_card * card, unsigned short portbase)
 }
 
 /*
- * Release ressources, used by an adaptor.
+ * Release resources, used by an adaptor.
  */
 void
 act2000_isa_release(act2000_card * card)
diff --git a/drivers/isdn/gigaset/bas-gigaset.c b/drivers/isdn/gigaset/bas-gigaset.c
index 8a3c5cf..3a79745 100644
--- a/drivers/isdn/gigaset/bas-gigaset.c
+++ b/drivers/isdn/gigaset/bas-gigaset.c
@@ -2423,7 +2423,7 @@ static void gigaset_disconnect(struct usb_interface *interface)
 	/* stop driver (common part) */
 	gigaset_stop(cs);
 
-	/* stop delayed work and URBs, free ressources */
+	/* stop delayed work and URBs, free resources */
 	del_timer_sync(&ucs->timer_ctrl);
 	del_timer_sync(&ucs->timer_atrdy);
 	del_timer_sync(&ucs->timer_cmd_in);
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c
index db621db..b8d5b16 100644
--- a/drivers/isdn/gigaset/common.c
+++ b/drivers/isdn/gigaset/common.c
@@ -455,7 +455,7 @@ static void make_invalid(struct cardstate *cs, unsigned mask)
 }
 
 /**
- * gigaset_freecs() - free all associated ressources of a device
+ * gigaset_freecs() - free all associated resources of a device
  * @cs:		device descriptor structure.
  *
  * Stops all tasklets and timers, unregisters the device from all
@@ -1057,7 +1057,7 @@ struct cardstate *gigaset_get_cs_by_tty(struct tty_struct *tty)
 }
 
 /**
- * gigaset_freedriver() - free all associated ressources of a driver
+ * gigaset_freedriver() - free all associated resources of a driver
  * @drv:	driver descriptor structure.
  *
  * Unregisters the driver from the system and deallocates the driver
diff --git a/drivers/isdn/hysdn/hycapi.c b/drivers/isdn/hysdn/hycapi.c
index 6299b06..fca559a 100644
--- a/drivers/isdn/hysdn/hycapi.c
+++ b/drivers/isdn/hysdn/hycapi.c
@@ -691,7 +691,7 @@ int hycapi_init(void)
 hycapi_cleanup(void)
 
 detach the capi-driver to the kernel-capi. Actually this should
-free some more ressources. Do that later.
+free some more resources. Do that later.
 **************************************************************/
 
 void 
diff --git a/drivers/isdn/mISDN/l1oip_core.c b/drivers/isdn/mISDN/l1oip_core.c
index bd526f6..2f84194 100644
--- a/drivers/isdn/mISDN/l1oip_core.c
+++ b/drivers/isdn/mISDN/l1oip_core.c
@@ -46,7 +46,7 @@
 	limitation of B-channels to control bandwidth (1...126)
 	BRI: 1 or 2
 	PRI: 1-30, 31-126 (126, because dchannel ist not counted here)
-	Also limited ressources are used for stack, resulting in less channels.
+	Also limited resources are used for stack, resulting in less channels.
 	It is possible to have more channels than 30 in PRI mode, this must
 	be supported by the application.
 
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index 91399c9..be10ba7 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -940,7 +940,7 @@ static
 void free_btres_lock(struct bttv *btv, struct bttv_fh *fh, int bits)
 {
 	if ((fh->resources & bits) != bits) {
-		/* trying to free ressources not allocated by us ... */
+		/* trying to free resources not allocated by us ... */
 		printk("bttv: BUG! (btres)\n");
 	}
 	fh->resources  &= ~bits;
@@ -4460,7 +4460,7 @@ static void __devexit bttv_remove(struct pci_dev *pci_dev)
 	/* free allocated memory */
 	btcx_riscmem_free(btv->c.pci,&btv->main);
 
-	/* free ressources */
+	/* free resources */
 	free_irq(btv->c.pci->irq,btv);
 	iounmap(btv->bt848_mmio);
 	release_mem_region(pci_resource_start(btv->c.pci,0),
diff --git a/drivers/net/spider_net.c b/drivers/net/spider_net.c
index cb6bcca..c788013 100644
--- a/drivers/net/spider_net.c
+++ b/drivers/net/spider_net.c
@@ -2401,7 +2401,7 @@ spider_net_alloc_card(void)
 }
 
 /**
- * spider_net_undo_pci_setup - releases PCI ressources
+ * spider_net_undo_pci_setup - releases PCI resources
  * @card: card structure
  *
  * spider_net_undo_pci_setup releases the mapped regions
diff --git a/drivers/video/efifb.c b/drivers/video/efifb.c
index 70477c2..d1dc68e 100644
--- a/drivers/video/efifb.c
+++ b/drivers/video/efifb.c
@@ -335,7 +335,7 @@ static int __devinit efifb_probe(struct platform_device *dev)
 	size_vmode = efifb_defined.yres * efifb_fix.line_length;
 
 	/*   size_total -- all video memory we have. Used for
-	 *                 entries, ressource allocation and bounds
+	 *                 entries, resource allocation and bounds
 	 *                 checking. */
 	size_total = screen_info.lfb_size;
 	if (size_total < size_vmode)
-- 
1.7.2.3


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09 10:07 [PATCH 01/10] trivial: fix typos concerning "access" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 02/10] trivial: fix typos concerning "address" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 03/10] trivial: fix typos concerning "adjust" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 04/10] trivial: fix typos concerning "controller" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 05/10] trivial: fix typos concerning "first" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 06/10] trivial: fix typos concerning "function" and "through" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 07/10] trivial: fix typos concerning "implementation" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 08/10] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 09/10] trivial: fix typos concerning "registration" Uwe Kleine-König
2011-02-09 10:07 ` [PATCH 10/10] trivial: fix typos concerning "resource" Uwe Kleine-König

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.