summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-24 05:02:54 -0800
committerDavid Woodhouse <dwmw2@infradead.org>2003-02-24 05:02:54 -0800
commitcb7a73fdaa2fe77bbef825e0f953e2e0ad7c56df (patch)
tree649e02b34856838a52b3d2d2977423b844084b0d
parent5419be6f55efa93959119a929cf625282e3f163f (diff)
[PATCH] Spelling fixes for relevent -> relevant
This patch provides spelling fixes for the following: relevent -> relevant irrelevent -> irrelevant
-rw-r--r--arch/arm/kernel/entry-armo.S2
-rw-r--r--arch/arm/kernel/entry-armv.S8
-rw-r--r--arch/arm/mm/proc-arm6_7.S2
-rw-r--r--arch/v850/kernel/ma.c2
-rw-r--r--arch/v850/kernel/rte_ma1_cb.c2
-rw-r--r--drivers/acpi/hardware/hwregs.c2
-rw-r--r--drivers/char/rio/list.h2
-rw-r--r--drivers/char/rio/rioparam.c2
-rw-r--r--drivers/char/rio/rioroute.c2
-rw-r--r--drivers/i2c/i2c-algo-ibm_ocp.c2
-rw-r--r--drivers/isdn/hisax/rawhdlc.c2
-rw-r--r--drivers/serial/sa1100.c2
-rw-r--r--fs/adfs/dir_f.c2
-rw-r--r--fs/afs/vnode.c2
-rw-r--r--kernel/futex.c2
15 files changed, 18 insertions, 18 deletions
diff --git a/arch/arm/kernel/entry-armo.S b/arch/arm/kernel/entry-armo.S
index c204f080a304..f081ad9af786 100644
--- a/arch/arm/kernel/entry-armo.S
+++ b/arch/arm/kernel/entry-armo.S
@@ -426,7 +426,7 @@ Ldata_do: mov r3, sp
mov r2, #0
tst r4, #1 << 20 @ Check to see if it is a write instruction
orreq r2, r2, #FAULT_CODE_WRITE @ Indicate write instruction
- mov r1, r4, lsr #22 @ Now branch to the relevent processing routine
+ mov r1, r4, lsr #22 @ Now branch to the relevant processing routine
and r1, r1, #15 << 2
add pc, pc, r1
movs pc, lr
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S
index 72245e91600c..c300acd5a385 100644
--- a/arch/arm/kernel/entry-armv.S
+++ b/arch/arm/kernel/entry-armv.S
@@ -1026,7 +1026,7 @@ vector_IRQ: @
mrs lr, spsr
str lr, [r13, #4] @ save spsr_IRQ
@
- @ now branch to the relevent MODE handling routine
+ @ now branch to the relevant MODE handling routine
@
mov r13, #PSR_I_BIT | MODE_SVC
msr spsr_c, r13 @ switch to SVC_32 mode
@@ -1067,7 +1067,7 @@ vector_data: @
mrs lr, spsr
str lr, [r13, #4]
@
- @ now branch to the relevent MODE handling routine
+ @ now branch to the relevant MODE handling routine
@
mov r13, #PSR_I_BIT | MODE_SVC
msr spsr_c, r13 @ switch to SVC_32 mode
@@ -1109,7 +1109,7 @@ vector_prefetch:
mrs lr, spsr
str lr, [r13, #4] @ save spsr_ABT
@
- @ now branch to the relevent MODE handling routine
+ @ now branch to the relevant MODE handling routine
@
mov r13, #PSR_I_BIT | MODE_SVC
msr spsr_c, r13 @ switch to SVC_32 mode
@@ -1150,7 +1150,7 @@ vector_undefinstr:
mrs lr, spsr
str lr, [r13, #4] @ save spsr_UND
@
- @ now branch to the relevent MODE handling routine
+ @ now branch to the relevant MODE handling routine
@
mov r13, #PSR_I_BIT | MODE_SVC
msr spsr_c, r13 @ switch to SVC_32 mode
diff --git a/arch/arm/mm/proc-arm6_7.S b/arch/arm/mm/proc-arm6_7.S
index 2c5bf39ab0a4..76b6eed5366c 100644
--- a/arch/arm/mm/proc-arm6_7.S
+++ b/arch/arm/mm/proc-arm6_7.S
@@ -97,7 +97,7 @@ ENTRY(cpu_arm7_data_abort)
tst r4, r4, lsr #21 @ C = bit 20
sbc r1, r1, r1 @ r1 = C - 1
and r2, r4, #15 << 24
- add pc, pc, r2, lsr #22 @ Now branch to the relevent processing routine
+ add pc, pc, r2, lsr #22 @ Now branch to the relevant processing routine
movs pc, lr
b Ldata_unknown
diff --git a/arch/v850/kernel/ma.c b/arch/v850/kernel/ma.c
index 15a5c8fec137..0a44ed532823 100644
--- a/arch/v850/kernel/ma.c
+++ b/arch/v850/kernel/ma.c
@@ -61,7 +61,7 @@ void ma_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud)
specific chips may have more). */
if (chan < 2) {
unsigned bits = 0x3 << (chan * 3);
- /* Specify that the relevent pins on the chip should do
+ /* Specify that the relevant pins on the chip should do
serial I/O, not direct I/O. */
MA_PORT4_PMC |= bits;
/* Specify that we're using the UART, not the CSI device. */
diff --git a/arch/v850/kernel/rte_ma1_cb.c b/arch/v850/kernel/rte_ma1_cb.c
index d4fb14e9b6a4..f22edc1af8fb 100644
--- a/arch/v850/kernel/rte_ma1_cb.c
+++ b/arch/v850/kernel/rte_ma1_cb.c
@@ -93,7 +93,7 @@ void __init mach_init_irqs (void)
/* Turn on the timer. */
NB85E_TIMER_C_TMCC0 (tc) |= NB85E_TIMER_C_TMCC0_CAE;
- /* Make sure the relevent port0/port1 pins are assigned
+ /* Make sure the relevant port0/port1 pins are assigned
interrupt duty. We used INTP001-INTP011 (don't screw with
INTP000 because the monitor uses it). */
MA_PORT0_PMC |= 0x4; /* P02 (INTP001) in IRQ mode. */
diff --git a/drivers/acpi/hardware/hwregs.c b/drivers/acpi/hardware/hwregs.c
index fcc144d58db4..00d844228185 100644
--- a/drivers/acpi/hardware/hwregs.c
+++ b/drivers/acpi/hardware/hwregs.c
@@ -370,7 +370,7 @@ acpi_set_register (
/*
* Status Registers are different from the rest. Clear by
- * writing 1, writing 0 has no effect. So, the only relevent
+ * writing 1, writing 0 has no effect. So, the only relevant
* information is the single bit we're interested in, all others should
* be written as 0 so they will be left unchanged
*/
diff --git a/drivers/char/rio/list.h b/drivers/char/rio/list.h
index ae7368d0fd86..a4f7f1f56255 100644
--- a/drivers/char/rio/list.h
+++ b/drivers/char/rio/list.h
@@ -111,7 +111,7 @@ static char *_rio_list_h_sccs = "@(#)list.h 1.9" ;
/*
** can_remove_receive( PacketP, PortP ) returns non-zero if PKT_IN_USE is set
** for the next packet on the queue. It will also set PacketP to point to the
-** relevent packet, [having cleared the PKT_IN_USE bit]. If PKT_IN_USE is clear,
+** relevant packet, [having cleared the PKT_IN_USE bit]. If PKT_IN_USE is clear,
** then can_remove_receive() returns 0.
*/
#if defined(MIPS) || defined(nx6000) || defined(drs6000) || defined(UWsparc)
diff --git a/drivers/char/rio/rioparam.c b/drivers/char/rio/rioparam.c
index 069172fec3e8..3b4aa82f162c 100644
--- a/drivers/char/rio/rioparam.c
+++ b/drivers/char/rio/rioparam.c
@@ -714,7 +714,7 @@ PKT *PktP;
/*
** can_remove_receive(PktP,P) returns non-zero if PKT_IN_USE is set
** for the next packet on the queue. It will also set PktP to point to the
-** relevent packet, [having cleared the PKT_IN_USE bit]. If PKT_IN_USE is clear,
+** relevant packet, [having cleared the PKT_IN_USE bit]. If PKT_IN_USE is clear,
** then can_remove_receive() returns 0.
*/
int
diff --git a/drivers/char/rio/rioroute.c b/drivers/char/rio/rioroute.c
index ef28ba34247c..e47e580896a8 100644
--- a/drivers/char/rio/rioroute.c
+++ b/drivers/char/rio/rioroute.c
@@ -521,7 +521,7 @@ int RIORouteRup( struct rio_info *p, uint Rup, struct Host *HostP, PKT *PacketP
/*
** If either of the modules on this unit is read-only or write-only
** or none-xprint, then we need to transfer that info over to the
- ** relevent ports.
+ ** relevant ports.
*/
if ( HostP->Mapping[ThisUnit].SysPort != NO_PORT )
{
diff --git a/drivers/i2c/i2c-algo-ibm_ocp.c b/drivers/i2c/i2c-algo-ibm_ocp.c
index 288ac0aac284..63f2b96f37b6 100644
--- a/drivers/i2c/i2c-algo-ibm_ocp.c
+++ b/drivers/i2c/i2c-algo-ibm_ocp.c
@@ -758,7 +758,7 @@ static int iic_xfer(struct i2c_adapter *i2c_adap,
// Check to see if the bus is busy
//
ret = iic_inb(adap, iic->extsts);
- // Mask off the irrelevent bits
+ // Mask off the irrelevant bits
ret = ret & 0x70;
// When the bus is free, the BCS bits in the EXTSTS register are 0b100
if(ret != 0x40) return IIC_ERR_LOST_ARB;
diff --git a/drivers/isdn/hisax/rawhdlc.c b/drivers/isdn/hisax/rawhdlc.c
index abf82e12035f..4092bf67d58c 100644
--- a/drivers/isdn/hisax/rawhdlc.c
+++ b/drivers/isdn/hisax/rawhdlc.c
@@ -34,7 +34,7 @@
* end-of-frame would occur), so the transmitter performs
* "bit-stuffing" - inserting a zero bit after every five one bits,
* irregardless of the original bit after the five ones. Byte
- * ordering is irrelevent at this point - the data is treated as a
+ * ordering is irrelevant at this point - the data is treated as a
* string of bits, not bytes. Since no more than 5 ones may now occur
* in a row, the flag sequence, with its 6 ones, is unique.
*
diff --git a/drivers/serial/sa1100.c b/drivers/serial/sa1100.c
index e06be8ade214..90ef26344579 100644
--- a/drivers/serial/sa1100.c
+++ b/drivers/serial/sa1100.c
@@ -327,7 +327,7 @@ static void sa1100_int(int irq, void *dev_id, struct pt_regs *regs)
sa1100_rx_chars(sport, regs);
}
- /* Clear the relevent break bits */
+ /* Clear the relevant break bits */
if (status & (UTSR0_RBB | UTSR0_REB))
UART_PUT_UTSR0(sport, status & (UTSR0_RBB | UTSR0_REB));
diff --git a/fs/adfs/dir_f.c b/fs/adfs/dir_f.c
index b1028793967f..cee4bb9552d9 100644
--- a/fs/adfs/dir_f.c
+++ b/fs/adfs/dir_f.c
@@ -259,7 +259,7 @@ adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj)
/*
* get a directory entry. Note that the caller is responsible
- * for holding the relevent locks.
+ * for holding the relevant locks.
*/
int
__adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj)
diff --git a/fs/afs/vnode.c b/fs/afs/vnode.c
index ab2d7b241fc3..8fe1cc583413 100644
--- a/fs/afs/vnode.c
+++ b/fs/afs/vnode.c
@@ -272,7 +272,7 @@ int afs_vnode_fetch_data(afs_vnode_t *vnode, struct afs_rxfs_fetch_descriptor *d
/*****************************************************************************/
/*
* break any outstanding callback on a vnode
- * - only relevent to server that issued it
+ * - only relevant to server that issued it
*/
int afs_vnode_give_up_callback(afs_vnode_t *vnode)
{
diff --git a/kernel/futex.c b/kernel/futex.c
index 4cade10892db..81f57f45a93a 100644
--- a/kernel/futex.c
+++ b/kernel/futex.c
@@ -39,7 +39,7 @@
/*
* We use this hashed waitqueue instead of a normal wait_queue_t, so
- * we can wake only the relevent ones (hashed queues may be shared):
+ * we can wake only the relevant ones (hashed queues may be shared):
*/
struct futex_q {
struct list_head list;