* [PATCH] drivers/scsi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:58 ` Mike Christie
2007-12-17 19:40 ` [PATCH] drivers/serial/: " Joe Perches
` (14 subsequent siblings)
15 siblings, 1 reply; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, Adaptec OEM Raid Solutions, Andrew Vasquez,
Brian King, Dave Jeffery, Hannes Reinecke, James E.J. Bottomley,
James Smart, Mike Christie, Neela Syam Kolli, linux-scsi,
open-iscsi
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/scsi/NCR53C9x.h | 2 +-
drivers/scsi/aic7xxx/aic79xx_inline.h | 2 +-
drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
drivers/scsi/aic7xxx/aic79xx_pci.c | 4 ++--
drivers/scsi/aic7xxx/aic7xxx_inline.h | 2 +-
drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 +-
drivers/scsi/ipr.c | 2 +-
drivers/scsi/ips.c | 2 +-
drivers/scsi/iscsi_tcp.c | 4 ++--
drivers/scsi/lpfc/lpfc.h | 2 +-
drivers/scsi/lpfc/lpfc_mbox.c | 2 +-
drivers/scsi/megaraid/megaraid_mbox.c | 10 +++++-----
drivers/scsi/psi240i.c | 2 +-
drivers/scsi/qla2xxx/qla_gs.c | 2 +-
drivers/scsi/qla4xxx/ql4_def.h | 2 +-
drivers/scsi/qla4xxx/ql4_init.c | 2 +-
drivers/scsi/scsi_tgt_lib.c | 2 +-
drivers/scsi/scsi_transport_sas.c | 2 +-
18 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/drivers/scsi/NCR53C9x.h b/drivers/scsi/NCR53C9x.h
index d85cb73..00a0ba0 100644
--- a/drivers/scsi/NCR53C9x.h
+++ b/drivers/scsi/NCR53C9x.h
@@ -1,6 +1,6 @@
/* NCR53C9x.c: Defines and structures for the NCR53C9x generic driver.
*
- * Originaly esp.h: Defines and structures for the Sparc ESP
+ * Originally esp.h: Defines and structures for the Sparc ESP
* (Enhanced SCSI Processor) driver under Linux.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
diff --git a/drivers/scsi/aic7xxx/aic79xx_inline.h b/drivers/scsi/aic7xxx/aic79xx_inline.h
index 2ceb67f..45e5557 100644
--- a/drivers/scsi/aic7xxx/aic79xx_inline.h
+++ b/drivers/scsi/aic7xxx/aic79xx_inline.h
@@ -417,7 +417,7 @@ ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index)
- (uint8_t *)ahd->qoutfifo);
}
-/*********************** Miscelaneous Support Functions ***********************/
+/*********************** Miscellaneous Support Functions ***********************/
static __inline struct ahd_initiator_tinfo *
ahd_fetch_transinfo(struct ahd_softc *ahd,
char channel, u_int our_id,
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.c b/drivers/scsi/aic7xxx/aic79xx_osm.c
index 2d02040..500b0b7 100644
--- a/drivers/scsi/aic7xxx/aic79xx_osm.c
+++ b/drivers/scsi/aic7xxx/aic79xx_osm.c
@@ -325,7 +325,7 @@ MODULE_PARM_DESC(aic79xx,
" verbose Enable verbose/diagnostic logging\n"
" allow_memio Allow device registers to be memory mapped\n"
" debug Bitmask of debug values to enable\n"
-" no_reset Supress initial bus resets\n"
+" no_reset Suppress initial bus resets\n"
" extended Enable extended geometry on all controllers\n"
" periodic_otag Send an ordered tagged transaction\n"
" periodically to prevent tag starvation.\n"
diff --git a/drivers/scsi/aic7xxx/aic79xx_pci.c b/drivers/scsi/aic7xxx/aic79xx_pci.c
index 7a203a9..dd71995 100644
--- a/drivers/scsi/aic7xxx/aic79xx_pci.c
+++ b/drivers/scsi/aic7xxx/aic79xx_pci.c
@@ -977,7 +977,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
| AHD_FAINT_LED_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
@@ -1004,7 +1004,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG;
/*
- * IO Cell paramter setup.
+ * IO Cell parameter setup.
*/
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);
diff --git a/drivers/scsi/aic7xxx/aic7xxx_inline.h b/drivers/scsi/aic7xxx/aic7xxx_inline.h
index 8e1954c..cba2f23 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_inline.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_inline.h
@@ -229,7 +229,7 @@ ahc_name(struct ahc_softc *ahc)
return (ahc->name);
}
-/*********************** Miscelaneous Support Functions ***********************/
+/*********************** Miscellaneous Support Functions ***********************/
static __inline void ahc_update_residual(struct ahc_softc *ahc,
struct scb *scb);
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c
index 390b0fc..50058e8 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_osm.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c
@@ -347,7 +347,7 @@ MODULE_PARM_DESC(aic7xxx,
" debug Bitmask of debug values to enable\n"
" no_probe Toggle EISA/VLB controller probing\n"
" probe_eisa_vl Toggle EISA/VLB controller probing\n"
-" no_reset Supress initial bus resets\n"
+" no_reset Suppress initial bus resets\n"
" extended Enable extended geometry on all controllers\n"
" periodic_otag Send an ordered tagged transaction\n"
" periodically to prevent tag starvation.\n"
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index 0841df0..df6f8c9 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -7052,7 +7052,7 @@ static pci_ers_result_t ipr_pci_error_detected(struct pci_dev *pdev,
* where it can accept new commands.
* Return value:
- * 0 on sucess / -EIO on failure
+ * 0 on success / -EIO on failure
**/
static int __devinit ipr_probe_ioa_part2(struct ipr_ioa_cfg *ioa_cfg)
{
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index 5c5a9b2..901e14b 100644
--- a/drivers/scsi/ips.c
+++ b/drivers/scsi/ips.c
@@ -1313,7 +1313,7 @@ ips_intr_copperhead(ips_ha_t * ha)
cstatus.value = (*ha->func.statupd) (ha);
if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) {
- /* Spurious Interupt ? */
+ /* Spurious Interrupt ? */
continue;
}
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index 57ce225..3cc21f5 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -1121,7 +1121,7 @@ iscsi_send(struct iscsi_conn *conn, struct iscsi_buf *buf, int size, int flags)
* iscsi_sendhdr - send PDU Header via tcp_sendpage()
* @conn: iscsi connection
* @buf: buffer to write from
- * @datalen: lenght of data to be sent after the header
+ * @datalen: length of data to be sent after the header
*
* Notes:
* (Tx, Fast Path)
@@ -1724,7 +1724,7 @@ send_hdr:
* XMSTATE_BIT_SOL_DATA - send solicit data
*
*iscsi_tcp_ctask_xmit
- * XMSTATE_BIT_IMM_DATA - xmit managment data (??)
+ * XMSTATE_BIT_IMM_DATA - xmit management data (??)
**/
static int
iscsi_tcp_ctask_xmit(struct iscsi_conn *conn, struct iscsi_cmd_task *ctask)
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index ba3ecab..29971ab 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -317,7 +317,7 @@ struct lpfc_vport {
#define WORKER_MBOX_TMO 0x100 /* hba: MBOX timeout */
#define WORKER_HB_TMO 0x200 /* hba: Heart beat timeout */
-#define WORKER_FABRIC_BLOCK_TMO 0x400 /* hba: fabric block timout */
+#define WORKER_FABRIC_BLOCK_TMO 0x400 /* hba: fabric block timeout */
#define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */
#define WORKER_RAMP_UP_QUEUE 0x1000 /* hba: Increase Q depth */
diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c
index a592733..43f894e 100644
--- a/drivers/scsi/lpfc/lpfc_mbox.c
+++ b/drivers/scsi/lpfc/lpfc_mbox.c
@@ -858,7 +858,7 @@ lpfc_mbox_get(struct lpfc_hba * phba)
void
lpfc_mbox_cmpl_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
{
- /* This function expects to be called from interupt context */
+ /* This function expects to be called from interrupt context */
spin_lock(&phba->hbalock);
list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
spin_unlock(&phba->hbalock);
diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c
index c892310..7117087 100644
--- a/drivers/scsi/megaraid/megaraid_mbox.c
+++ b/drivers/scsi/megaraid/megaraid_mbox.c
@@ -3465,12 +3465,12 @@ megaraid_mbox_setup_device_map(adapter_t *adapter)
/*
* START: Interface for the common management module
*
- * This is the module, which interfaces with the common mangement module to
+ * This is the module, which interfaces with the common management module to
* provide support for ioctl and sysfs
*/
/**
- * megaraid_cmm_register - register with the mangement module
+ * megaraid_cmm_register - register with the management module
* @adapter : HBA soft state
*
* Register with the management module, which allows applications to issue
@@ -3558,7 +3558,7 @@ megaraid_cmm_register(adapter_t *adapter)
/**
- * megaraid_cmm_unregister - un-register with the mangement module
+ * megaraid_cmm_unregister - un-register with the management module
* @adapter : HBA soft state
*
* Un-register with the management module.
@@ -3580,7 +3580,7 @@ megaraid_cmm_unregister(adapter_t *adapter)
* @kioc : CMM interface packet
* @action : command action
*
- * This routine is invoked whenever the Common Mangement Module (CMM) has a
+ * This routine is invoked whenever the Common Management Module (CMM) has a
* command for us. The 'action' parameter specifies if this is a new command
* or otherwise.
*/
@@ -3945,7 +3945,7 @@ megaraid_sysfs_get_ldmap_timeout(unsigned long data)
*
* This routine will be called whenever user reads the logical drive
* attributes, go get the current logical drive mapping table from the
- * firmware. We use the managment API's to issue commands to the controller.
+ * firmware. We use the management API's to issue commands to the controller.
*
* NOTE: The commands issuance functionality is not generalized and
* implemented in context of "get ld map" command only. If required, the
diff --git a/drivers/scsi/psi240i.c b/drivers/scsi/psi240i.c
index 899e89d..3a8489c 100644
--- a/drivers/scsi/psi240i.c
+++ b/drivers/scsi/psi240i.c
@@ -507,7 +507,7 @@ static int Psi240i_QueueCommand(struct scsi_cmnd *SCpnt,
*
* Parameters: psetup - Pointer to memory image of setup information.
* base - base address of memory.
- * length - lenght of data space in bytes.
+ * length - length of data space in bytes.
* port - I/O address of data port.
*
* Returns: Nothing.
diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c
index eb0784c..6226d88 100644
--- a/drivers/scsi/qla2xxx/qla_gs.c
+++ b/drivers/scsi/qla2xxx/qla_gs.c
@@ -1094,7 +1094,7 @@ qla2x00_sns_rnn_id(scsi_qla_host_t *ha)
}
/**
- * qla2x00_mgmt_svr_login() - Login to fabric Managment Service.
+ * qla2x00_mgmt_svr_login() - Login to fabric Management Service.
* @ha: HA context
*
* Returns 0 on success.
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
index accaf69..d6be076 100644
--- a/drivers/scsi/qla4xxx/ql4_def.h
+++ b/drivers/scsi/qla4xxx/ql4_def.h
@@ -121,7 +121,7 @@
#define MAX_REQS_SERVICED_PER_INTR 16
#define ISCSI_IPADDR_SIZE 4 /* IP address size */
-#define ISCSI_ALIAS_SIZE 32 /* ISCSI Alais name size */
+#define ISCSI_ALIAS_SIZE 32 /* ISCSI Alias name size */
#define ISCSI_NAME_SIZE 0xE0 /* ISCSI Name size */
#define LSDW(x) ((u32)((u64)(x)))
diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c
index d692c71..8e7dd55 100644
--- a/drivers/scsi/qla4xxx/ql4_init.c
+++ b/drivers/scsi/qla4xxx/ql4_init.c
@@ -1097,7 +1097,7 @@ static int qla4xxx_start_firmware(struct scsi_qla_host *ha)
}
config_chip = 1;
- /* Reset clears the semaphore, so aquire again */
+ /* Reset clears the semaphore, so acquire again */
if (ql4xxx_lock_drvr_wait(ha) != QLA_SUCCESS)
return QLA_ERROR;
}
diff --git a/drivers/scsi/scsi_tgt_lib.c b/drivers/scsi/scsi_tgt_lib.c
index a91761c..1085c92 100644
--- a/drivers/scsi/scsi_tgt_lib.c
+++ b/drivers/scsi/scsi_tgt_lib.c
@@ -320,7 +320,7 @@ int scsi_tgt_queue_command(struct scsi_cmnd *cmd, u64 itn_id,
EXPORT_SYMBOL_GPL(scsi_tgt_queue_command);
/*
- * This is run from a interrpt handler normally and the unmap
+ * This is run from a interrupt handler normally and the unmap
* needs process context so we must queue
*/
static void scsi_tgt_cmd_done(struct scsi_cmnd *cmd)
diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c
index 3120f4b..64d0fe5 100644
--- a/drivers/scsi/scsi_transport_sas.c
+++ b/drivers/scsi/scsi_transport_sas.c
@@ -6,7 +6,7 @@
*
* The SAS transport class contains common code to deal with SAS HBAs,
* an aproximated representation of SAS topologies in the driver model,
- * and various sysfs attributes to expose these topologies and managment
+ * and various sysfs attributes to expose these topologies and management
* interfaces to userspace.
*
* In addition to the basic SCSI core objects this transport class
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/serial/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] drivers/scsi/: Spelling fixes Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/spi/: " Joe Perches
` (13 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/serial/mux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/mux.c b/drivers/serial/mux.c
index 8321101..e940317 100644
--- a/drivers/serial/mux.c
+++ b/drivers/serial/mux.c
@@ -582,7 +582,7 @@ static struct parisc_driver serial_mux_driver = {
};
/**
- * mux_init - Serial MUX initalization procedure.
+ * mux_init - Serial MUX initialization procedure.
*
* Register the Serial MUX driver.
*/
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/spi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] drivers/scsi/: Spelling fixes Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/serial/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/ssb/: " Joe Perches
` (12 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, David Brownell, spi-devel-general
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/spi/spi_imx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c
index 2cd8573..639963e 100644
--- a/drivers/spi/spi_imx.c
+++ b/drivers/spi/spi_imx.c
@@ -157,7 +157,7 @@
#define SPI_FIFO_BYTE_WIDTH (2)
#define SPI_FIFO_OVERFLOW_MARGIN (2)
-/* DMA burst lenght for half full/empty request trigger */
+/* DMA burst length for half full/empty request trigger */
#define SPI_DMA_BLR (SPI_FIFO_DEPTH * SPI_FIFO_BYTE_WIDTH / 2)
/* Dummy char output to achieve reads.
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/ssb/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (2 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] drivers/spi/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/usb/: " Joe Perches
` (11 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, Michael Buesch, netdev
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/ssb/b43_pci_bridge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ssb/b43_pci_bridge.c b/drivers/ssb/b43_pci_bridge.c
index f145d8a..310b84f 100644
--- a/drivers/ssb/b43_pci_bridge.c
+++ b/drivers/ssb/b43_pci_bridge.c
@@ -1,7 +1,7 @@
/*
* Broadcom 43xx PCI-SSB bridge module
*
- * This technically is a seperate PCI driver module, but
+ * This technically is a separate PCI driver module, but
* because of its small size we include it in the SSB core
* instead of creating a standalone module.
*
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/usb/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (3 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] drivers/ssb/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/video/: " Joe Perches
` (10 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, David Brownell, Greg Kroah-Hartman, Li Yang,
Oliver Neukum, Thomas Winischhofer, linux-usb, linuxppc-dev
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/usb/atm/ueagle-atm.c | 2 +-
drivers/usb/class/cdc-acm.c | 2 +-
drivers/usb/gadget/at91_udc.h | 2 +-
drivers/usb/gadget/fsl_usb2_udc.c | 2 +-
drivers/usb/gadget/omap_udc.c | 2 +-
drivers/usb/host/ehci-fsl.c | 2 +-
drivers/usb/host/ehci-sched.c | 2 +-
drivers/usb/host/r8a66597.h | 2 +-
drivers/usb/misc/sisusbvga/sisusb.c | 2 +-
drivers/usb/misc/usbtest.c | 2 +-
drivers/usb/serial/io_edgeport.c | 8 ++++----
drivers/usb/serial/mos7840.c | 8 ++++----
12 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c
index 389c5b1..e087dc6 100644
--- a/drivers/usb/atm/ueagle-atm.c
+++ b/drivers/usb/atm/ueagle-atm.c
@@ -999,7 +999,7 @@ static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot)
bi.dwAddress = swab32(blockidx->PageAddress);
uea_dbg(INS_TO_USBDEV(sc),
- "sending block %u for DSP page %u size %u adress %x\n",
+ "sending block %u for DSP page %u size %u address %x\n",
blockno, pageno, blocksize, le32_to_cpu(blockidx->PageAddress));
/* send block info through the IDMA pipe */
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index 912d97a..bac0a11 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -904,7 +904,7 @@ next_desc:
}
if (data_interface_num != call_interface_num)
- dev_dbg(&intf->dev,"Seperate call control interface. That is not fully supported.\n");
+ dev_dbg(&intf->dev,"Separate call control interface. That is not fully supported.\n");
skip_normal_probe:
diff --git a/drivers/usb/gadget/at91_udc.h b/drivers/usb/gadget/at91_udc.h
index 7e34e2f..ede7ab0 100644
--- a/drivers/usb/gadget/at91_udc.h
+++ b/drivers/usb/gadget/at91_udc.h
@@ -53,7 +53,7 @@
#define AT91_UDP_RXRSM (1 << 9) /* USB Resume Interrupt Status */
#define AT91_UDP_EXTRSM (1 << 10) /* External Resume Interrupt Status [AT91RM9200 only] */
#define AT91_UDP_SOFINT (1 << 11) /* Start of Frame Interrupt Status */
-#define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrpt Status */
+#define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrupt Status */
#define AT91_UDP_WAKEUP (1 << 13) /* USB Wakeup Interrupt Status [AT91RM9200 only] */
#define AT91_UDP_ICR 0x20 /* Interrupt Clear Register */
diff --git a/drivers/usb/gadget/fsl_usb2_udc.c b/drivers/usb/gadget/fsl_usb2_udc.c
index 9bb7f64..0ac5567 100644
--- a/drivers/usb/gadget/fsl_usb2_udc.c
+++ b/drivers/usb/gadget/fsl_usb2_udc.c
@@ -1896,7 +1896,7 @@ static int fsl_proc_read(char *page, char **start, off_t off, int count,
spin_lock_irqsave(&udc->lock, flags);
- /* ------basic driver infomation ---- */
+ /* ------basic driver information ---- */
t = scnprintf(next, size,
DRIVER_DESC "\n"
"%s version: %s\n"
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c
index d377154..907b92e 100644
--- a/drivers/usb/gadget/omap_udc.c
+++ b/drivers/usb/gadget/omap_udc.c
@@ -1001,7 +1001,7 @@ omap_ep_queue(struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags)
/* STATUS for zero length DATA stages is
* always an IN ... even for IN transfers,
- * a wierd case which seem to stall OMAP.
+ * a weird case which seem to stall OMAP.
*/
UDC_EP_NUM_REG = (UDC_EP_SEL|UDC_EP_DIR);
UDC_CTRL_REG = UDC_CLR_EP;
diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index b7b7bfb..271d4c9 100644
--- a/drivers/usb/host/ehci-fsl.c
+++ b/drivers/usb/host/ehci-fsl.c
@@ -25,7 +25,7 @@
#include "ehci-fsl.h"
-/* FIXME: Power Managment is un-ported so temporarily disable it */
+/* FIXME: Power Management is un-ported so temporarily disable it */
#undef CONFIG_PM
/* PCI-based HCs are common, but plenty of non-PCI HCs are used too */
diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c
index 80d99bc..dce305b 100644
--- a/drivers/usb/host/ehci-sched.c
+++ b/drivers/usb/host/ehci-sched.c
@@ -211,7 +211,7 @@ static inline void carryover_tt_bandwidth(unsigned short tt_usecs[8])
* low/fullspeed transfer can "carry over" from one uframe to the next,
* since the TT just performs downstream transfers in sequence.
*
- * For example two seperate 100 usec transfers can start in the same uframe,
+ * For example two separate 100 usec transfers can start in the same uframe,
* and the second one would "carry over" 75 usecs into the next uframe.
*/
static void
diff --git a/drivers/usb/host/r8a66597.h b/drivers/usb/host/r8a66597.h
index fe9ceb0..5738825 100644
--- a/drivers/usb/host/r8a66597.h
+++ b/drivers/usb/host/r8a66597.h
@@ -405,7 +405,7 @@
struct r8a66597_pipe_info {
u16 pipenum;
- u16 address; /* R8A66597 HCD usb addres */
+ u16 address; /* R8A66597 HCD usb address */
u16 epnum;
u16 maxpacket;
u16 type;
diff --git a/drivers/usb/misc/sisusbvga/sisusb.c b/drivers/usb/misc/sisusbvga/sisusb.c
index 9244d06..e68ae84 100644
--- a/drivers/usb/misc/sisusbvga/sisusb.c
+++ b/drivers/usb/misc/sisusbvga/sisusb.c
@@ -323,7 +323,7 @@ sisusb_bulkin_msg(struct sisusb_usb_data *sisusb, unsigned int pipe, void *data,
usb_kill_urb(urb);
retval = -ETIMEDOUT;
} else {
- /* URB completed within timout */
+ /* URB completed within timeout */
retval = urb->status;
readbytes = urb->actual_length;
}
diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c
index ea31621..2083a75 100644
--- a/drivers/usb/misc/usbtest.c
+++ b/drivers/usb/misc/usbtest.c
@@ -1310,7 +1310,7 @@ static int ctrl_out (struct usbtest_dev *dev,
len += vary;
/* [real world] the "zero bytes IN" case isn't really used.
- * hardware can easily trip up in this wierd case, since its
+ * hardware can easily trip up in this weird case, since its
* status stage is IN, not OUT like other ep0in transfers.
*/
if (len > length)
diff --git a/drivers/usb/serial/io_edgeport.c b/drivers/usb/serial/io_edgeport.c
index a5d2e11..3428ccc 100644
--- a/drivers/usb/serial/io_edgeport.c
+++ b/drivers/usb/serial/io_edgeport.c
@@ -959,7 +959,7 @@ static int edge_open (struct usb_serial_port *port, struct file * filp)
*
* This function will block the close until one of the following:
* 1. Response to our Chase comes from Edgeport
- * 2. A timout of 10 seconds without activity has expired
+ * 2. A timeout of 10 seconds without activity has expired
* (1K of Edgeport data @ 2400 baud ==> 4 sec to empty)
*
************************************************************************/
@@ -999,7 +999,7 @@ static void block_until_chase_response(struct edgeport_port *edge_port)
return;
}
} else {
- // Reset timout value back to 10 seconds
+ // Reset timeout value back to 10 seconds
dbg("%s - Last %d, Current %d", __FUNCTION__, lastCredits, edge_port->txCredits);
loop = 10;
}
@@ -1014,7 +1014,7 @@ static void block_until_chase_response(struct edgeport_port *edge_port)
* This function will block the close until one of the following:
* 1. TX count are 0
* 2. The edgeport has stopped
- * 3. A timout of 3 seconds without activity has expired
+ * 3. A timeout of 3 seconds without activity has expired
*
************************************************************************/
static void block_until_tx_empty (struct edgeport_port *edge_port)
@@ -1050,7 +1050,7 @@ static void block_until_tx_empty (struct edgeport_port *edge_port)
return;
}
} else {
- // Reset timout value back to seconds
+ // Reset timeout value back to seconds
loop = 30;
}
}
diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c
index c29c912..869ecd3 100644
--- a/drivers/usb/serial/mos7840.c
+++ b/drivers/usb/serial/mos7840.c
@@ -1133,7 +1133,7 @@ static int mos7840_chars_in_buffer(struct usb_serial_port *port)
* This function will block the close until one of the following:
* 1. TX count are 0
* 2. The mos7840 has stopped
- * 3. A timout of 3 seconds without activity has expired
+ * 3. A timeout of 3 seconds without activity has expired
*
************************************************************************/
static void mos7840_block_until_tx_empty(struct moschip_port *mos7840_port)
@@ -1161,7 +1161,7 @@ static void mos7840_block_until_tx_empty(struct moschip_port *mos7840_port)
dbg("%s - TIMEOUT", __FUNCTION__);
return;
} else {
- /* Reset timout value back to seconds */
+ /* Reset timeout value back to seconds */
wait = 30;
}
}
@@ -1275,7 +1275,7 @@ static void mos7840_close(struct usb_serial_port *port, struct file *filp)
*
* This function will block the close until one of the following:
* 1. Response to our Chase comes from mos7840
- * 2. A timout of 10 seconds without activity has expired
+ * 2. A timeout of 10 seconds without activity has expired
* (1K of mos7840 data @ 2400 baud ==> 4 sec to empty)
*
************************************************************************/
@@ -1304,7 +1304,7 @@ static void mos7840_block_until_chase_response(struct moschip_port
dbg("%s - TIMEOUT", __FUNCTION__);
return;
} else {
- /* Reset timout value back to seconds */
+ /* Reset timeout value back to seconds */
wait = 10;
}
}
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/video/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (4 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] drivers/usb/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/watchdog/: " Joe Perches
` (9 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, Benjamin Herrenschmidt, Knut Petersen,
Sylvain Meyer
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/video/aty/radeon_pm.c | 2 +-
drivers/video/cyblafb.c | 2 +-
drivers/video/intelfb/intelfb.h | 2 +-
drivers/video/omap/lcdc.c | 2 +-
drivers/video/sm501fb.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c
index 83ee3e7..675abda 100644
--- a/drivers/video/aty/radeon_pm.c
+++ b/drivers/video/aty/radeon_pm.c
@@ -2561,7 +2561,7 @@ static void radeon_set_suspend(struct radeonfb_info *rinfo, int suspend)
pci_read_config_dword(rinfo->pdev, i * 4,
&rinfo->cfg_save[i]);
- /* Switch PCI power managment to D2. */
+ /* Switch PCI power management to D2. */
pci_disable_device(rinfo->pdev);
for (;;) {
pci_read_config_word(
diff --git a/drivers/video/cyblafb.c b/drivers/video/cyblafb.c
index e23324d..9704b73 100644
--- a/drivers/video/cyblafb.c
+++ b/drivers/video/cyblafb.c
@@ -1156,7 +1156,7 @@ static struct fb_ops cyblafb_ops __devinitdata = {
// need altered timings to display correctly. So I decided that it is much
// better to provide a limited optimized set of modes plus the option of
// using the mode in effect at startup time (might be selected using the
-// vga=??? paramter). After that the user might use fbset to select any
+// vga=??? parameter). After that the user might use fbset to select any
// mode he likes, check_var will not try to alter geometry parameters as
// it would be necessary otherwise.
//
diff --git a/drivers/video/intelfb/intelfb.h b/drivers/video/intelfb/intelfb.h
index 2fe3f7d..8367961 100644
--- a/drivers/video/intelfb/intelfb.h
+++ b/drivers/video/intelfb/intelfb.h
@@ -111,7 +111,7 @@
#define FIXED_MODE(d) ((d)->fixed_mode)
-/*** Driver paramters ***/
+/*** Driver parameters ***/
#define RINGBUFFER_SIZE KB(64)
#define HW_CURSOR_SIZE KB(4)
diff --git a/drivers/video/omap/lcdc.c b/drivers/video/omap/lcdc.c
index 9085188..fb19ed4 100644
--- a/drivers/video/omap/lcdc.c
+++ b/drivers/video/omap/lcdc.c
@@ -312,7 +312,7 @@ static irqreturn_t lcdc_irq_handler(int irq, void *dev_id)
/*
* Change to a new video mode. We defer this to a later time to avoid any
* flicker and not to mess up the current LCD DMA context. For this we disable
- * the LCD controler, which will generate a DONE irq after the last frame has
+ * the LCD controller, which will generate a DONE irq after the last frame has
* been transferred. Then it'll be safe to reconfigure both the LCD controller
* as well as the LCD DMA.
*/
diff --git a/drivers/video/sm501fb.c b/drivers/video/sm501fb.c
index 1be95a6..58f200c 100644
--- a/drivers/video/sm501fb.c
+++ b/drivers/video/sm501fb.c
@@ -48,7 +48,7 @@ enum sm501_controller {
HEAD_PANEL = 1,
};
-/* SM501 memory adress */
+/* SM501 memory address */
struct sm501_mem {
unsigned long size;
unsigned long sm_addr;
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] drivers/watchdog/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (5 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] drivers/video/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] fs/: " Joe Perches
` (8 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/watchdog/shwdt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/watchdog/shwdt.c b/drivers/watchdog/shwdt.c
index cecbedd..61dde86 100644
--- a/drivers/watchdog/shwdt.c
+++ b/drivers/watchdog/shwdt.c
@@ -52,7 +52,7 @@
* overflow periods respectively.
*
* Also, since we can't really expect userspace to be responsive enough
- * before the overflow happens, we maintain two seperate timers .. One in
+ * before the overflow happens, we maintain two separate timers .. One in
* the kernel for clearing out WOVF every 2ms or so (again, this depends on
* HZ == 1000), and another for monitoring userspace writes to the WDT device.
*
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] fs/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (6 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] drivers/watchdog/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-frv/: " Joe Perches
` (7 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, Christoph Hellwig, Hans Reiser, Kurt Hackel,
Mark Fasheh, Sergey S. Kostyliov, Steven Whitehouse,
cluster-devel, ocfs2-devel, reiserfs-devel
Signed-off-by: Joe Perches <joe@perches.com>
---
fs/befs/btree.c | 2 +-
fs/befs/datastream.c | 2 +-
fs/freevxfs/vxfs_dir.h | 2 +-
fs/freevxfs/vxfs_immed.c | 2 +-
fs/gfs2/recovery.c | 2 +-
fs/ocfs2/alloc.c | 2 +-
fs/ocfs2/dir.c | 2 +-
fs/ocfs2/ocfs1_fs_compat.h | 2 +-
fs/ocfs2/suballoc.c | 2 +-
fs/reiserfs/bitmap.c | 6 +++---
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/fs/befs/btree.c b/fs/befs/btree.c
index af5bb93..4202db7 100644
--- a/fs/befs/btree.c
+++ b/fs/befs/btree.c
@@ -232,7 +232,7 @@ befs_bt_read_node(struct super_block *sb, befs_data_stream * ds,
* @key: Key string to lookup in btree
* @value: Value stored with @key
*
- * On sucess, returns BEFS_OK and sets *@value to the value stored
+ * On success, returns BEFS_OK and sets *@value to the value stored
* with @key (usually the disk block number of an inode).
*
* On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND.
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
index aacb4da..11088f4 100644
--- a/fs/befs/datastream.c
+++ b/fs/befs/datastream.c
@@ -236,7 +236,7 @@ befs_count_blocks(struct super_block * sb, befs_data_stream * ds)
as in the indirect region code).
When/if blockno is found, if blockno is inside of a block
- run as stored on disk, we offset the start and lenght members
+ run as stored on disk, we offset the start and length members
of the block run, so that blockno is the start and len is
still valid (the run ends in the same place).
diff --git a/fs/freevxfs/vxfs_dir.h b/fs/freevxfs/vxfs_dir.h
index 3c96d6e..aaf1fb0 100644
--- a/fs/freevxfs/vxfs_dir.h
+++ b/fs/freevxfs/vxfs_dir.h
@@ -41,7 +41,7 @@
* VxFS directory block header.
*
* This entry is the head of every filesystem block in a directory.
- * It is used for free space managment and additionally includes
+ * It is used for free space management and additionally includes
* a hash for speeding up directory search (lookup).
*
* The hash may be empty and in fact we do not use it all in the
diff --git a/fs/freevxfs/vxfs_immed.c b/fs/freevxfs/vxfs_immed.c
index 24b5a77..8a5959a 100644
--- a/fs/freevxfs/vxfs_immed.c
+++ b/fs/freevxfs/vxfs_immed.c
@@ -54,7 +54,7 @@ const struct inode_operations vxfs_immed_symlink_iops = {
};
/*
- * Adress space operations for immed files and directories.
+ * Address space operations for immed files and directories.
*/
const struct address_space_operations vxfs_immed_aops = {
.readpage = vxfs_immed_readpage,
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index beb6c7a..b1cdfa7 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -450,7 +450,7 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd)
fs_info(sdp, "jid=%u: Trying to acquire journal lock...\n",
jd->jd_jid);
- /* Aquire the journal lock so we can do recovery */
+ /* Acquire the journal lock so we can do recovery */
error = gfs2_glock_nq_num(sdp, jd->jd_jid, &gfs2_journal_glops,
LM_ST_EXCLUSIVE,
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c
index ce62c15..602bf0b 100644
--- a/fs/ocfs2/alloc.c
+++ b/fs/ocfs2/alloc.c
@@ -3326,7 +3326,7 @@ static int ocfs2_insert_path(struct inode *inode,
if (insert->ins_split != SPLIT_NONE) {
/*
* We could call ocfs2_insert_at_leaf() for some types
- * of splits, but it's easier to just let one seperate
+ * of splits, but it's easier to just let one separate
* function sort it all out.
*/
ocfs2_split_record(inode, left_path, right_path,
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 63b28fd..63fd06e 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -1215,7 +1215,7 @@ static int ocfs2_expand_inline_dir(struct inode *dir, struct buffer_head *di_bh,
down_write(&oi->ip_alloc_sem);
/*
- * Prepare for worst case allocation scenario of two seperate
+ * Prepare for worst case allocation scenario of two separate
* extents.
*/
if (alloc == 2)
diff --git a/fs/ocfs2/ocfs1_fs_compat.h b/fs/ocfs2/ocfs1_fs_compat.h
index 0b499bc..dfb313b 100644
--- a/fs/ocfs2/ocfs1_fs_compat.h
+++ b/fs/ocfs2/ocfs1_fs_compat.h
@@ -77,7 +77,7 @@ struct ocfs1_disk_lock
{
/*00*/ __u32 curr_master;
__u8 file_lock;
- __u8 compat_pad[3]; /* Not in orignal definition. Used to
+ __u8 compat_pad[3]; /* Not in original definition. Used to
make the already existing alignment
explicit */
__u64 last_write_time;
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c
index 8f09f52..201f594 100644
--- a/fs/ocfs2/suballoc.c
+++ b/fs/ocfs2/suballoc.c
@@ -648,7 +648,7 @@ bail:
* sync-data inodes."
*
* Note: OCFS2 already does this differently for metadata vs data
- * allocations, as those bitmaps are seperate and undo access is never
+ * allocations, as those bitmaps are separate and undo access is never
* called on a metadata group descriptor.
*/
static int ocfs2_test_bg_bit_allocatable(struct buffer_head *bg_bh,
diff --git a/fs/reiserfs/bitmap.c b/fs/reiserfs/bitmap.c
index 16b331d..f491ceb 100644
--- a/fs/reiserfs/bitmap.c
+++ b/fs/reiserfs/bitmap.c
@@ -272,7 +272,7 @@ static inline int block_group_used(struct super_block *s, u32 id)
/* If we don't have cached information on this bitmap block, we're
* going to have to load it later anyway. Loading it here allows us
- * to make a better decision. This favors long-term performace gain
+ * to make a better decision. This favors long-term performance gain
* with a better on-disk layout vs. a short term gain of skipping the
* read and potentially having a bad placement. */
if (info->free_count == UINT_MAX) {
@@ -663,7 +663,7 @@ static inline void new_hashed_relocation(reiserfs_blocknr_hint_t * hint)
/*
* Relocation based on dirid, hashing them into a given bitmap block
- * files. Formatted nodes are unaffected, a seperate policy covers them
+ * files. Formatted nodes are unaffected, a separate policy covers them
*/
static void dirid_groups(reiserfs_blocknr_hint_t * hint)
{
@@ -688,7 +688,7 @@ static void dirid_groups(reiserfs_blocknr_hint_t * hint)
/*
* Relocation based on oid, hashing them into a given bitmap block
- * files. Formatted nodes are unaffected, a seperate policy covers them
+ * files. Formatted nodes are unaffected, a separate policy covers them
*/
static void oid_groups(reiserfs_blocknr_hint_t * hint)
{
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] include/asm-frv/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (7 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] fs/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-m68knommu/: " Joe Perches
` (6 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, David Howells
Signed-off-by: Joe Perches <joe@perches.com>
---
include/asm-frv/cacheflush.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-frv/cacheflush.h b/include/asm-frv/cacheflush.h
index 0250040..432a69e 100644
--- a/include/asm-frv/cacheflush.h
+++ b/include/asm-frv/cacheflush.h
@@ -29,7 +29,7 @@
#define flush_dcache_mmap_unlock(mapping) do {} while(0)
/*
- * physically-indexed cache managment
+ * physically-indexed cache management
* - see arch/frv/lib/cache.S
*/
extern void frv_dcache_writeback(unsigned long start, unsigned long size);
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] include/asm-m68knommu/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (8 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] include/asm-frv/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-24 11:04 ` Greg Ungerer
2007-12-17 19:40 ` [PATCH] include/linux/: " Joe Perches
` (5 subsequent siblings)
15 siblings, 1 reply; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, Greg Ungerer
Signed-off-by: Joe Perches <joe@perches.com>
---
include/asm-m68knommu/bitops.h | 2 +-
include/asm-m68knommu/commproc.h | 2 +-
include/asm-m68knommu/delay.h | 2 +-
include/asm-m68knommu/m5249sim.h | 4 ++--
include/asm-m68knommu/m5307sim.h | 12 ++++++------
include/asm-m68knommu/m5407sim.h | 12 ++++++------
include/asm-m68knommu/m68360_regs.h | 2 +-
include/asm-m68knommu/mcfuart.h | 2 +-
8 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h
index f8dfb7b..89b928f 100644
--- a/include/asm-m68knommu/bitops.h
+++ b/include/asm-m68knommu/bitops.h
@@ -262,7 +262,7 @@ static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned lon
* tmp = __swab32(*(p++));
* tmp |= ~0UL >> (32-offset);
*
- * but this would decrease preformance, so we change the
+ * but this would decrease performance, so we change the
* shift:
*/
tmp = *(p++);
diff --git a/include/asm-m68knommu/commproc.h b/include/asm-m68knommu/commproc.h
index 0161ebb..36e870b 100644
--- a/include/asm-m68knommu/commproc.h
+++ b/include/asm-m68knommu/commproc.h
@@ -715,7 +715,7 @@ extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id);
#define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */
#define CICR_SCB_SCC2 ((uint)0x00040000) /* SCC2 @ SCCb */
#define CICR_SCA_SCC1 ((uint)0x00000000) /* SCC1 @ SCCa */
-#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrrupt */
+#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */
#define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
#define CICR_IEN ((uint)0x00000080) /* Int. enable */
#define CICR_SPS ((uint)0x00000001) /* SCC Spread */
diff --git a/include/asm-m68knommu/delay.h b/include/asm-m68knommu/delay.h
index 04a20fd..55cbd62 100644
--- a/include/asm-m68knommu/delay.h
+++ b/include/asm-m68knommu/delay.h
@@ -68,7 +68,7 @@ static inline void _udelay(unsigned long usecs)
/*
* Moved the udelay() function into library code, no longer inlined.
* I had to change the algorithm because we are overflowing now on
- * the faster ColdFire parts. The code is a little biger, so it makes
+ * the faster ColdFire parts. The code is a little bigger, so it makes
* sense to library it.
*/
extern void udelay(unsigned long usecs);
diff --git a/include/asm-m68knommu/m5249sim.h b/include/asm-m68knommu/m5249sim.h
index 399814f..366eb86 100644
--- a/include/asm-m68knommu/m5249sim.h
+++ b/include/asm-m68knommu/m5249sim.h
@@ -43,10 +43,10 @@
#define MCFSIM_CSAR1 0x8c /* CS 1 Address reg (r/w) */
#define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
#define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
#define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
#define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
#define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
#define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
diff --git a/include/asm-m68knommu/m5307sim.h b/include/asm-m68knommu/m5307sim.h
index d3ce550..5886728 100644
--- a/include/asm-m68knommu/m5307sim.h
+++ b/include/asm-m68knommu/m5307sim.h
@@ -64,22 +64,22 @@
#define MCFSIM_CSMR7 0xda /* CS 7 Mask reg (r/w) */
#define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
#else
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
#define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
#define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
#define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
#define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
-#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
+#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
#define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
#define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
-#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
+#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
#define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
#define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
-#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
+#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
#define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
#define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
-#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
+#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
#define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
#define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
#endif /* CONFIG_OLDMASK */
diff --git a/include/asm-m68knommu/m5407sim.h b/include/asm-m68knommu/m5407sim.h
index 75dcdac..cc22c4a 100644
--- a/include/asm-m68knommu/m5407sim.h
+++ b/include/asm-m68knommu/m5407sim.h
@@ -48,22 +48,22 @@
#define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
#define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
-#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
+#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
#define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
#define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
-#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
+#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
#define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
#define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
-#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
+#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
#define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
#define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
-#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
+#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
#define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
#define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
-#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
+#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
#define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
#define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
-#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
+#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
#define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
#define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
diff --git a/include/asm-m68knommu/m68360_regs.h b/include/asm-m68knommu/m68360_regs.h
index a3f8cc8..d57217c 100644
--- a/include/asm-m68knommu/m68360_regs.h
+++ b/include/asm-m68knommu/m68360_regs.h
@@ -138,7 +138,7 @@
#define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */
#define CICR_SCD_SCC4 ((uint)0x00c00000) /* SCC4 @ SCCd */
-#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrrupt */
+#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */
#define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
#define CICR_VBA_MASK ((uint)0x000000e0) /* Vector Base Address */
#define CICR_SPS ((uint)0x00000001) /* SCC Spread */
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h
index 873d080..873876d 100644
--- a/include/asm-m68knommu/mcfuart.h
+++ b/include/asm-m68knommu/mcfuart.h
@@ -72,7 +72,7 @@ struct mcf_platform_uart {
#define MCFUART_UTB 0x0c /* Transmit Buffer (w) */
#define MCFUART_UIPCR 0x10 /* Input Port Change (r) */
#define MCFUART_UACR 0x10 /* Auxiliary Control (w) */
-#define MCFUART_UISR 0x14 /* Interrup Status (r) */
+#define MCFUART_UISR 0x14 /* Interrupt Status (r) */
#define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */
#define MCFUART_UBG1 0x18 /* Baud Rate MSB (r/w) */
#define MCFUART_UBG2 0x1c /* Baud Rate LSB (r/w) */
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH] include/linux/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (9 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] include/asm-m68knommu/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
2007-12-17 21:56 ` [PATCH] drivers/scsi/: " Andrew Vasquez
` (4 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, Arnaldo Carvalho de Melo, Dan Williams, Len Brown,
Matthew Wilcox, Pavel Machek, Rafael J. Wysocki, Shannon Nelson,
linux-fsdevel, linux-pm
Signed-off-by: Joe Perches <joe@perches.com>
---
include/linux/chio.h | 2 +-
include/linux/cyclades.h | 2 +-
include/linux/cycx_x25.h | 2 +-
include/linux/dmaengine.h | 2 +-
include/linux/ethtool.h | 2 +-
include/linux/fs.h | 2 +-
include/linux/hdreg.h | 2 +-
include/linux/llc.h | 4 ++--
include/linux/pm.h | 2 +-
include/linux/pnp.h | 2 +-
include/linux/reiserfs_fs_sb.h | 2 +-
include/linux/sm501-regs.h | 2 +-
include/linux/spinlock_api_up.h | 2 +-
include/linux/wireless.h | 2 +-
14 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/include/linux/chio.h b/include/linux/chio.h
index a404c11..519248d 100644
--- a/include/linux/chio.h
+++ b/include/linux/chio.h
@@ -108,7 +108,7 @@ struct changer_element_status {
/*
* CHIOGELEM
- * get more detailed status informtion for a single element
+ * get more detailed status information for a single element
*/
struct changer_get_element {
int cge_type; /* type/unit */
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h
index 8f3dcd3..504cb2c 100644
--- a/include/linux/cyclades.h
+++ b/include/linux/cyclades.h
@@ -177,7 +177,7 @@ struct CUSTOM_REG {
__u32 fpga_version; /* FPGA Version Number Register */
__u32 cpu_start; /* CPU start Register (write) */
__u32 cpu_stop; /* CPU stop Register (write) */
- __u32 misc_reg; /* Miscelaneous Register */
+ __u32 misc_reg; /* Miscellaneous Register */
__u32 idt_mode; /* IDT mode Register */
__u32 uart_irq_status; /* UART IRQ status Register */
__u32 clear_timer0_irq; /* Clear timer interrupt Register */
diff --git a/include/linux/cycx_x25.h b/include/linux/cycx_x25.h
index f7a9065..362bf19 100644
--- a/include/linux/cycx_x25.h
+++ b/include/linux/cycx_x25.h
@@ -81,7 +81,7 @@ struct cycx_x25_cmd {
* @n2win - level 2 window (values: 1 thru 7)
* @n3win - level 3 window (values: 1 thru 7)
* @nvc - # of logical channels (values: 1 thru 64)
- * @pktlen - level 3 packet lenght - log base 2 of size
+ * @pktlen - level 3 packet length - log base 2 of size
* @locaddr - my address
* @remaddr - remote address
* @t1 - time, in seconds
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h
index a3b6035..608a731 100644
--- a/include/linux/dmaengine.h
+++ b/include/linux/dmaengine.h
@@ -29,7 +29,7 @@
#include <linux/dma-mapping.h>
/**
- * enum dma_state - resource PNP/power managment state
+ * enum dma_state - resource PNP/power management state
* @DMA_RESOURCE_SUSPEND: DMA device going into low power state
* @DMA_RESOURCE_RESUME: DMA device returning to full power
* @DMA_RESOURCE_AVAILABLE: DMA device available to the system
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index 71d4ada..fcbe8b6 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -309,7 +309,7 @@ int ethtool_op_set_flags(struct net_device *dev, u32 data);
* get_ringparam: Report ring sizes
* set_ringparam: Set ring sizes
* get_pauseparam: Report pause parameters
- * set_pauseparam: Set pause paramters
+ * set_pauseparam: Set pause parameters
* get_rx_csum: Report whether receive checksums are turned on or off
* set_rx_csum: Turn receive checksum on or off
* get_tx_csum: Report whether transmit checksums are turned on or off
diff --git a/include/linux/fs.h b/include/linux/fs.h
index b3ec4a4..d8e2ebb 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1305,7 +1305,7 @@ struct super_operations {
* being set. find_inode() uses this to prevent returning
* nearly-dead inodes.
* I_SYNC Similar to I_LOCK, but limited in scope to writeback
- * of inode dirty data. Having a seperate lock for this
+ * of inode dirty data. Having a separate lock for this
* purpose reduces latency and prevents some filesystem-
* specific deadlocks.
*
diff --git a/include/linux/hdreg.h b/include/linux/hdreg.h
index 818c6af..88d753f 100644
--- a/include/linux/hdreg.h
+++ b/include/linux/hdreg.h
@@ -358,7 +358,7 @@ typedef struct hd_drive_hob_hdr {
#define SETFEATURES_EN_RLA 0xAA /* Enable read look-ahead feature */
#define SETFEATURES_PREFETCH 0xAB /* Sets drive prefetch value */
#define SETFEATURES_EN_REST 0xAC /* ATA-1 */
-#define SETFEATURES_4B_RW_LONG 0xBB /* Set Lenght of 4 bytes */
+#define SETFEATURES_4B_RW_LONG 0xBB /* Set Length of 4 bytes */
#define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */
#define SETFEATURES_EN_RPOD 0xCC /* Enable reverting to power on defaults */
#define SETFEATURES_DIS_RI 0xDD /* Disable release interrupt ATAPI */
diff --git a/include/linux/llc.h b/include/linux/llc.h
index 09f2e6d..7733585 100644
--- a/include/linux/llc.h
+++ b/include/linux/llc.h
@@ -49,9 +49,9 @@ enum llc_sockopts {
/* LLC SAP types. */
#define LLC_SAP_NULL 0x00 /* NULL SAP. */
-#define LLC_SAP_LLC 0x02 /* LLC Sublayer Managment. */
+#define LLC_SAP_LLC 0x02 /* LLC Sublayer Management. */
#define LLC_SAP_SNA 0x04 /* SNA Path Control. */
-#define LLC_SAP_PNM 0x0E /* Proway Network Managment. */
+#define LLC_SAP_PNM 0x0E /* Proway Network Management. */
#define LLC_SAP_IP 0x06 /* TCP/IP. */
#define LLC_SAP_BSPAN 0x42 /* Bridge Spanning Tree Proto */
#define LLC_SAP_MMS 0x4E /* Manufacturing Message Srv. */
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 09a309b..2dbba10 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -95,7 +95,7 @@ struct pm_dev
};
/* Functions above this comment are list-based old-style power
- * managment. Please avoid using them. */
+ * management. Please avoid using them. */
/*
* Callbacks for platform drivers to implement.
diff --git a/include/linux/pnp.h b/include/linux/pnp.h
index 0a0426c..3c648a0 100644
--- a/include/linux/pnp.h
+++ b/include/linux/pnp.h
@@ -126,7 +126,7 @@ struct pnp_resource_table {
};
/*
- * Device Managemnt
+ * Device Management
*/
struct pnp_card {
diff --git a/include/linux/reiserfs_fs_sb.h b/include/linux/reiserfs_fs_sb.h
index 10fa0c8..db5ef9b 100644
--- a/include/linux/reiserfs_fs_sb.h
+++ b/include/linux/reiserfs_fs_sb.h
@@ -185,7 +185,7 @@ struct reiserfs_journal {
unsigned long j_trans_id;
unsigned long j_mount_id;
unsigned long j_start; /* start of current waiting commit (index into j_ap_blocks) */
- unsigned long j_len; /* lenght of current waiting commit */
+ unsigned long j_len; /* length of current waiting commit */
unsigned long j_len_alloc; /* number of buffers requested by journal_begin() */
atomic_t j_wcount; /* count of writers for current commit */
unsigned long j_bcount; /* batch count. allows turning X transactions into 1 */
diff --git a/include/linux/sm501-regs.h b/include/linux/sm501-regs.h
index df7620d..64236b7 100644
--- a/include/linux/sm501-regs.h
+++ b/include/linux/sm501-regs.h
@@ -171,7 +171,7 @@
/* USB slave/gadget data port base */
#define SM501_USB_GADGET_DATA (0x070000)
-/* Display contoller/video engine base */
+/* Display controller/video engine base */
#define SM501_DC (0x080000)
/* common defines for the SM501 address registers */
diff --git a/include/linux/spinlock_api_up.h b/include/linux/spinlock_api_up.h
index 67faa04..04e1d31 100644
--- a/include/linux/spinlock_api_up.h
+++ b/include/linux/spinlock_api_up.h
@@ -21,7 +21,7 @@
/*
* In the UP-nondebug case there's no real locking going on, so the
* only thing we have to do is to keep the preempt counts and irq
- * flags straight, to supress compiler warnings of unused lock
+ * flags straight, to suppress compiler warnings of unused lock
* variables, and to add the proper checker annotations:
*/
#define __LOCK(lock) \
diff --git a/include/linux/wireless.h b/include/linux/wireless.h
index 0987aa7..f1bb36a 100644
--- a/include/linux/wireless.h
+++ b/include/linux/wireless.h
@@ -1066,7 +1066,7 @@ struct iw_priv_args
*/
struct iw_event
{
- __u16 len; /* Real lenght of this stuff */
+ __u16 len; /* Real length of this stuff */
__u16 cmd; /* Wireless IOCTL */
union iwreq_data u; /* IOCTL fixed payload */
};
--
1.5.3.7.949.g2221a6
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: [PATCH] drivers/scsi/: Spelling fixes
2007-12-17 19:40 ` [PATCH] drivers/scsi/: Spelling fixes Joe Perches
@ 2007-12-17 19:58 ` Mike Christie
0 siblings, 0 replies; 19+ messages in thread
From: Mike Christie @ 2007-12-17 19:58 UTC (permalink / raw)
To: Joe Perches
Cc: linux-kernel, Andrew Morton, Adaptec OEM Raid Solutions,
Andrew Vasquez, Brian King, Dave Jeffery, Hannes Reinecke,
James E.J. Bottomley, James Smart, Neela Syam Kolli, linux-scsi,
open-iscsi
Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
> index 57ce225..3cc21f5 100644
> --- a/drivers/scsi/iscsi_tcp.c
> +++ b/drivers/scsi/iscsi_tcp.c
> @@ -1121,7 +1121,7 @@ iscsi_send(struct iscsi_conn *conn, struct iscsi_buf *buf, int size, int flags)
> * iscsi_sendhdr - send PDU Header via tcp_sendpage()
> * @conn: iscsi connection
> * @buf: buffer to write from
> - * @datalen: lenght of data to be sent after the header
> + * @datalen: length of data to be sent after the header
> *
> * Notes:
> * (Tx, Fast Path)
> @@ -1724,7 +1724,7 @@ send_hdr:
> * XMSTATE_BIT_SOL_DATA - send solicit data
> *
> *iscsi_tcp_ctask_xmit
> - * XMSTATE_BIT_IMM_DATA - xmit managment data (??)
> + * XMSTATE_BIT_IMM_DATA - xmit management data (??)
> **/
> static int
> iscsi_tcp_ctask_xmit(struct iscsi_conn *conn, struct iscsi_cmd_task *ctask)
Olaf rewrote this code and it will not exist when James merges the
patches, so you can drop the iscsi bits.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH] drivers/scsi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (10 preceding siblings ...)
2007-12-17 19:40 ` [PATCH] include/linux/: " Joe Perches
@ 2007-12-17 21:56 ` Andrew Vasquez
2007-12-17 22:05 ` James Smart
2007-12-17 22:20 ` [PATCH] include/asm-frv/: " David Howells
` (3 subsequent siblings)
15 siblings, 1 reply; 19+ messages in thread
From: Andrew Vasquez @ 2007-12-17 21:56 UTC (permalink / raw)
To: Joe Perches
Cc: linux-kernel, Andrew Morton, Adaptec OEM Raid Solutions,
Andrew Vasquez, Brian King, Dave Jeffery, Hannes Reinecke,
James E.J. Bottomley, James Smart, Mike Christie,
Neela Syam Kolli, linux-scsi, open-iscsi
On Mon, 17 Dec 2007, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/scsi/NCR53C9x.h | 2 +-
> drivers/scsi/aic7xxx/aic79xx_inline.h | 2 +-
> drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
> drivers/scsi/aic7xxx/aic79xx_pci.c | 4 ++--
> drivers/scsi/aic7xxx/aic7xxx_inline.h | 2 +-
> drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 +-
> drivers/scsi/ipr.c | 2 +-
> drivers/scsi/ips.c | 2 +-
> drivers/scsi/iscsi_tcp.c | 4 ++--
> drivers/scsi/lpfc/lpfc.h | 2 +-
> drivers/scsi/lpfc/lpfc_mbox.c | 2 +-
> drivers/scsi/megaraid/megaraid_mbox.c | 10 +++++-----
> drivers/scsi/psi240i.c | 2 +-
> drivers/scsi/qla2xxx/qla_gs.c | 2 +-
qla2xxx bits:
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH] drivers/scsi/: Spelling fixes
2007-12-17 21:56 ` [PATCH] drivers/scsi/: " Andrew Vasquez
@ 2007-12-17 22:05 ` James Smart
0 siblings, 0 replies; 19+ messages in thread
From: James Smart @ 2007-12-17 22:05 UTC (permalink / raw)
To: Andrew Vasquez
Cc: Joe Perches, linux-kernel, Andrew Morton,
Adaptec OEM Raid Solutions, Andrew Vasquez, Brian King,
Dave Jeffery, Hannes Reinecke, James E.J. Bottomley,
Mike Christie, Neela Syam Kolli, linux-scsi, open-iscsi
On Mon, 17 Dec 2007, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/scsi/NCR53C9x.h | 2 +-
> drivers/scsi/aic7xxx/aic79xx_inline.h | 2 +-
> drivers/scsi/aic7xxx/aic79xx_osm.c | 2 +-
> drivers/scsi/aic7xxx/aic79xx_pci.c | 4 ++--
> drivers/scsi/aic7xxx/aic7xxx_inline.h | 2 +-
> drivers/scsi/aic7xxx/aic7xxx_osm.c | 2 +-
> drivers/scsi/ipr.c | 2 +-
> drivers/scsi/ips.c | 2 +-
> drivers/scsi/iscsi_tcp.c | 4 ++--
> drivers/scsi/lpfc/lpfc.h | 2 +-
> drivers/scsi/lpfc/lpfc_mbox.c | 2 +-
> drivers/scsi/megaraid/megaraid_mbox.c | 10 +++++-----
> drivers/scsi/psi240i.c | 2 +-
> drivers/scsi/qla2xxx/qla_gs.c | 2 +-
For the lpfc bits:
Acked-by: James Smart <james.smart@emulex.com>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH] include/asm-frv/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (11 preceding siblings ...)
2007-12-17 21:56 ` [PATCH] drivers/scsi/: " Andrew Vasquez
@ 2007-12-17 22:20 ` David Howells
2007-12-17 22:48 ` [PATCH] drivers/scsi/: " Darrick J. Wong
` (2 subsequent siblings)
15 siblings, 0 replies; 19+ messages in thread
From: David Howells @ 2007-12-17 22:20 UTC (permalink / raw)
To: Joe Perches; +Cc: dhowells, linux-kernel, Andrew Morton
Joe Perches <joe@perches.com> wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David Howells <dhowells@redhat.com>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH] drivers/scsi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (12 preceding siblings ...)
2007-12-17 22:20 ` [PATCH] include/asm-frv/: " David Howells
@ 2007-12-17 22:48 ` Darrick J. Wong
2007-12-18 2:27 ` David Somayajulu
2007-12-18 13:55 ` Salyzyn, Mark
15 siblings, 0 replies; 19+ messages in thread
From: Darrick J. Wong @ 2007-12-17 22:48 UTC (permalink / raw)
To: Joe Perches
Cc: linux-kernel, Andrew Morton, Adaptec OEM Raid Solutions,
Andrew Vasquez, Brian King, Dave Jeffery, Hannes Reinecke,
James E.J. Bottomley, James Smart, Mike Christie,
Neela Syam Kolli, linux-scsi, open-iscsi
On Mon, Dec 17, 2007 at 11:40:14AM -0800, Joe Perches wrote:
> drivers/scsi/scsi_transport_sas.c | 2 +-
SAS bits are
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH] drivers/scsi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (13 preceding siblings ...)
2007-12-17 22:48 ` [PATCH] drivers/scsi/: " Darrick J. Wong
@ 2007-12-18 2:27 ` David Somayajulu
2007-12-18 13:55 ` Salyzyn, Mark
15 siblings, 0 replies; 19+ messages in thread
From: David Somayajulu @ 2007-12-18 2:27 UTC (permalink / raw)
To: Joe Perches, linux-kernel
Cc: Andrew Morton, Adaptec OEM Raid Solutions, Linux Driver,
Brian King, Dave Jeffery, Hannes Reinecke, James E.J. Bottomley,
James Smart, Mike Christie, Neela Syam Kolli, open-iscsi
On Mon, 17 Dec 2007, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> drivers/scsi/qla4xxx/ql4_def.h | 2 +-
> drivers/scsi/qla4xxx/ql4_init.c | 2 +-
Acked-by: David Somayajulu <david.somayajulu@qlogic.com>
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: [PATCH] drivers/scsi/: Spelling fixes
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
` (14 preceding siblings ...)
2007-12-18 2:27 ` David Somayajulu
@ 2007-12-18 13:55 ` Salyzyn, Mark
15 siblings, 0 replies; 19+ messages in thread
From: Salyzyn, Mark @ 2007-12-18 13:55 UTC (permalink / raw)
To: Joe Perches, linux-kernel
Cc: Andrew Morton, AACRAID, Andrew Vasquez, Brian King, IpsLinux,
Hannes Reinecke, James E.J. Bottomley, James Smart, Mike Christie,
Neela Syam Kolli, linux-scsi, open-iscsi
ACK ips line change.
Sincerely -- Mark Salyzyn
> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org
> [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Joe Perches
> Sent: Monday, December 17, 2007 2:40 PM
> To: linux-kernel@vger.kernel.org
> Cc: Andrew Morton; AACRAID; Andrew Vasquez; Brian King;
> IpsLinux; Hannes Reinecke; James E.J. Bottomley; James Smart;
> Mike Christie; Neela Syam Kolli; linux-scsi@vger.kernel.org;
> open-iscsi@googlegroups.com
> Subject: [PATCH] drivers/scsi/: Spelling fixes
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
. . .
> drivers/scsi/ips.c | 2 +-
. . .
> diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
> index 5c5a9b2..901e14b 100644
> --- a/drivers/scsi/ips.c
> +++ b/drivers/scsi/ips.c
> @@ -1313,7 +1313,7 @@ ips_intr_copperhead(ips_ha_t * ha)
> cstatus.value = (*ha->func.statupd) (ha);
>
> if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) {
> - /* Spurious Interupt ? */
> + /* Spurious Interrupt ? */
> continue;
> }
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH] include/asm-m68knommu/: Spelling fixes
2007-12-17 19:40 ` [PATCH] include/asm-m68knommu/: " Joe Perches
@ 2007-12-24 11:04 ` Greg Ungerer
0 siblings, 0 replies; 19+ messages in thread
From: Greg Ungerer @ 2007-12-24 11:04 UTC (permalink / raw)
To: Joe Perches; +Cc: linux-kernel, Andrew Morton
Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
> ---
> include/asm-m68knommu/bitops.h | 2 +-
> include/asm-m68knommu/commproc.h | 2 +-
> include/asm-m68knommu/delay.h | 2 +-
> include/asm-m68knommu/m5249sim.h | 4 ++--
> include/asm-m68knommu/m5307sim.h | 12 ++++++------
> include/asm-m68knommu/m5407sim.h | 12 ++++++------
> include/asm-m68knommu/m68360_regs.h | 2 +-
> include/asm-m68knommu/mcfuart.h | 2 +-
> 8 files changed, 19 insertions(+), 19 deletions(-)
>
> diff --git a/include/asm-m68knommu/bitops.h b/include/asm-m68knommu/bitops.h
> index f8dfb7b..89b928f 100644
> --- a/include/asm-m68knommu/bitops.h
> +++ b/include/asm-m68knommu/bitops.h
> @@ -262,7 +262,7 @@ static __inline__ unsigned long ext2_find_next_zero_bit(void *addr, unsigned lon
> * tmp = __swab32(*(p++));
> * tmp |= ~0UL >> (32-offset);
> *
> - * but this would decrease preformance, so we change the
> + * but this would decrease performance, so we change the
> * shift:
> */
> tmp = *(p++);
> diff --git a/include/asm-m68knommu/commproc.h b/include/asm-m68knommu/commproc.h
> index 0161ebb..36e870b 100644
> --- a/include/asm-m68knommu/commproc.h
> +++ b/include/asm-m68knommu/commproc.h
> @@ -715,7 +715,7 @@ extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id);
> #define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */
> #define CICR_SCB_SCC2 ((uint)0x00040000) /* SCC2 @ SCCb */
> #define CICR_SCA_SCC1 ((uint)0x00000000) /* SCC1 @ SCCa */
> -#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrrupt */
> +#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */
> #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
> #define CICR_IEN ((uint)0x00000080) /* Int. enable */
> #define CICR_SPS ((uint)0x00000001) /* SCC Spread */
> diff --git a/include/asm-m68knommu/delay.h b/include/asm-m68knommu/delay.h
> index 04a20fd..55cbd62 100644
> --- a/include/asm-m68knommu/delay.h
> +++ b/include/asm-m68knommu/delay.h
> @@ -68,7 +68,7 @@ static inline void _udelay(unsigned long usecs)
> /*
> * Moved the udelay() function into library code, no longer inlined.
> * I had to change the algorithm because we are overflowing now on
> - * the faster ColdFire parts. The code is a little biger, so it makes
> + * the faster ColdFire parts. The code is a little bigger, so it makes
> * sense to library it.
> */
> extern void udelay(unsigned long usecs);
> diff --git a/include/asm-m68knommu/m5249sim.h b/include/asm-m68knommu/m5249sim.h
> index 399814f..366eb86 100644
> --- a/include/asm-m68knommu/m5249sim.h
> +++ b/include/asm-m68knommu/m5249sim.h
> @@ -43,10 +43,10 @@
> #define MCFSIM_CSAR1 0x8c /* CS 1 Address reg (r/w) */
> #define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
> #define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
> -#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
> +#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
> #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
> #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
> -#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
> +#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
> #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
> #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
>
> diff --git a/include/asm-m68knommu/m5307sim.h b/include/asm-m68knommu/m5307sim.h
> index d3ce550..5886728 100644
> --- a/include/asm-m68knommu/m5307sim.h
> +++ b/include/asm-m68knommu/m5307sim.h
> @@ -64,22 +64,22 @@
> #define MCFSIM_CSMR7 0xda /* CS 7 Mask reg (r/w) */
> #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
> #else
> -#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
> +#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
> #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
> #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
> -#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
> +#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
> #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
> #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
> -#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
> +#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
> #define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
> #define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
> -#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
> +#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
> #define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
> #define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
> -#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
> +#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
> #define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
> #define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
> -#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
> +#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
> #define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
> #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
> #endif /* CONFIG_OLDMASK */
> diff --git a/include/asm-m68knommu/m5407sim.h b/include/asm-m68knommu/m5407sim.h
> index 75dcdac..cc22c4a 100644
> --- a/include/asm-m68knommu/m5407sim.h
> +++ b/include/asm-m68knommu/m5407sim.h
> @@ -48,22 +48,22 @@
> #define MCFSIM_CSMR1 0x90 /* CS 1 Mask reg (r/w) */
> #define MCFSIM_CSCR1 0x96 /* CS 1 Control reg (r/w) */
>
> -#define MCFSIM_CSAR2 0x98 /* CS 2 Adress reg (r/w) */
> +#define MCFSIM_CSAR2 0x98 /* CS 2 Address reg (r/w) */
> #define MCFSIM_CSMR2 0x9c /* CS 2 Mask reg (r/w) */
> #define MCFSIM_CSCR2 0xa2 /* CS 2 Control reg (r/w) */
> -#define MCFSIM_CSAR3 0xa4 /* CS 3 Adress reg (r/w) */
> +#define MCFSIM_CSAR3 0xa4 /* CS 3 Address reg (r/w) */
> #define MCFSIM_CSMR3 0xa8 /* CS 3 Mask reg (r/w) */
> #define MCFSIM_CSCR3 0xae /* CS 3 Control reg (r/w) */
> -#define MCFSIM_CSAR4 0xb0 /* CS 4 Adress reg (r/w) */
> +#define MCFSIM_CSAR4 0xb0 /* CS 4 Address reg (r/w) */
> #define MCFSIM_CSMR4 0xb4 /* CS 4 Mask reg (r/w) */
> #define MCFSIM_CSCR4 0xba /* CS 4 Control reg (r/w) */
> -#define MCFSIM_CSAR5 0xbc /* CS 5 Adress reg (r/w) */
> +#define MCFSIM_CSAR5 0xbc /* CS 5 Address reg (r/w) */
> #define MCFSIM_CSMR5 0xc0 /* CS 5 Mask reg (r/w) */
> #define MCFSIM_CSCR5 0xc6 /* CS 5 Control reg (r/w) */
> -#define MCFSIM_CSAR6 0xc8 /* CS 6 Adress reg (r/w) */
> +#define MCFSIM_CSAR6 0xc8 /* CS 6 Address reg (r/w) */
> #define MCFSIM_CSMR6 0xcc /* CS 6 Mask reg (r/w) */
> #define MCFSIM_CSCR6 0xd2 /* CS 6 Control reg (r/w) */
> -#define MCFSIM_CSAR7 0xd4 /* CS 7 Adress reg (r/w) */
> +#define MCFSIM_CSAR7 0xd4 /* CS 7 Address reg (r/w) */
> #define MCFSIM_CSMR7 0xd8 /* CS 7 Mask reg (r/w) */
> #define MCFSIM_CSCR7 0xde /* CS 7 Control reg (r/w) */
>
> diff --git a/include/asm-m68knommu/m68360_regs.h b/include/asm-m68knommu/m68360_regs.h
> index a3f8cc8..d57217c 100644
> --- a/include/asm-m68knommu/m68360_regs.h
> +++ b/include/asm-m68knommu/m68360_regs.h
> @@ -138,7 +138,7 @@
> #define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */
> #define CICR_SCD_SCC4 ((uint)0x00c00000) /* SCC4 @ SCCd */
>
> -#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrrupt */
> +#define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */
> #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */
> #define CICR_VBA_MASK ((uint)0x000000e0) /* Vector Base Address */
> #define CICR_SPS ((uint)0x00000001) /* SCC Spread */
> diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h
> index 873d080..873876d 100644
> --- a/include/asm-m68knommu/mcfuart.h
> +++ b/include/asm-m68knommu/mcfuart.h
> @@ -72,7 +72,7 @@ struct mcf_platform_uart {
> #define MCFUART_UTB 0x0c /* Transmit Buffer (w) */
> #define MCFUART_UIPCR 0x10 /* Input Port Change (r) */
> #define MCFUART_UACR 0x10 /* Auxiliary Control (w) */
> -#define MCFUART_UISR 0x14 /* Interrup Status (r) */
> +#define MCFUART_UISR 0x14 /* Interrupt Status (r) */
> #define MCFUART_UIMR 0x14 /* Interrupt Mask (w) */
> #define MCFUART_UBG1 0x18 /* Baud Rate MSB (r/w) */
> #define MCFUART_UBG2 0x1c /* Baud Rate LSB (r/w) */
--
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: gerg@snapgear.com
SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2007-12-24 11:04 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918893.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] drivers/scsi/: Spelling fixes Joe Perches
2007-12-17 19:58 ` Mike Christie
2007-12-17 19:40 ` [PATCH] drivers/serial/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/spi/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/ssb/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/usb/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/video/: " Joe Perches
2007-12-17 19:40 ` [PATCH] drivers/watchdog/: " Joe Perches
2007-12-17 19:40 ` [PATCH] fs/: " Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-frv/: " Joe Perches
2007-12-17 19:40 ` [PATCH] include/asm-m68knommu/: " Joe Perches
2007-12-24 11:04 ` Greg Ungerer
2007-12-17 19:40 ` [PATCH] include/linux/: " Joe Perches
2007-12-17 21:56 ` [PATCH] drivers/scsi/: " Andrew Vasquez
2007-12-17 22:05 ` James Smart
2007-12-17 22:20 ` [PATCH] include/asm-frv/: " David Howells
2007-12-17 22:48 ` [PATCH] drivers/scsi/: " Darrick J. Wong
2007-12-18 2:27 ` David Somayajulu
2007-12-18 13:55 ` Salyzyn, Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox