summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/atm/lanai.c2
-rw-r--r--drivers/block/nbd.c2
-rw-r--r--drivers/char/ip2/i2ellis.c2
-rw-r--r--drivers/char/ip2/i2os.h2
-rw-r--r--drivers/char/ip2main.c2
-rw-r--r--drivers/char/nvram.c2
-rw-r--r--drivers/char/rio/riotty.c4
-rw-r--r--drivers/char/rtc.c2
-rw-r--r--drivers/hotplug/cpci_hotplug_pci.c2
-rw-r--r--drivers/hotplug/cpqphp_core.c2
-rw-r--r--drivers/hotplug/cpqphp_pci.c2
-rw-r--r--drivers/ide/pci/sis5513.c4
-rw-r--r--drivers/isdn/eicon/eicon.h2
-rw-r--r--drivers/isdn/hisax/isdnl2.c20
-rw-r--r--drivers/isdn/hisax/l3dss1.c2
-rw-r--r--drivers/isdn/hisax/l3ni1.c2
-rw-r--r--drivers/isdn/hysdn/hysdn_boot.c2
-rw-r--r--drivers/media/radio/radio-zoltrix.c2
-rw-r--r--drivers/mtd/chips/jedec.c2
-rw-r--r--drivers/net/acenic.c2
-rw-r--r--drivers/net/declance.c2
-rw-r--r--drivers/net/e1000/e1000_osdep.h2
-rw-r--r--drivers/net/hamradio/6pack.c8
-rw-r--r--drivers/net/hamradio/scc.c2
-rw-r--r--drivers/net/hamradio/yam.c2
-rw-r--r--drivers/net/rrunner.c2
-rw-r--r--drivers/net/sgiseeq.c2
-rw-r--r--drivers/net/sk98lin/skvpd.c2
-rw-r--r--drivers/net/sk98lin/skxmac2.c4
-rw-r--r--drivers/net/skfp/cfm.c6
-rw-r--r--drivers/net/skfp/ecm.c8
-rw-r--r--drivers/net/skfp/h/osdef1st.h2
-rw-r--r--drivers/net/skfp/pcmplc.c8
-rw-r--r--drivers/net/skfp/rmt.c6
-rw-r--r--drivers/net/skfp/skfddi.c4
-rw-r--r--drivers/net/wan/lmc/lmc_main.c2
-rw-r--r--drivers/net/wan/lmc/lmc_ver.h2
-rw-r--r--drivers/net/wireless/airo.c2
-rw-r--r--drivers/net/wireless/orinoco.h2
-rw-r--r--drivers/sbus/char/aurora.c2
-rw-r--r--drivers/sbus/char/bbc_envctrl.c2
-rw-r--r--drivers/scsi/aacraid/aachba.c4
-rw-r--r--drivers/scsi/aic7xxx/aic79xx_inline.h2
-rw-r--r--drivers/scsi/aic7xxx/aic79xx_osm.h2
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_inline.h2
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_osm.h2
-rw-r--r--drivers/scsi/megaraid.c2
-rw-r--r--drivers/scsi/qla1280.c2
-rw-r--r--drivers/scsi/sym53c8xx_2/sym_glue.c4
-rw-r--r--drivers/scsi/sym53c8xx_2/sym_glue.h2
-rw-r--r--drivers/usb/misc/atmsar.c2
-rw-r--r--drivers/usb/serial/safe_serial.c2
-rw-r--r--drivers/usb/storage/usb.c2
-rw-r--r--drivers/video/skeletonfb.c2
54 files changed, 82 insertions, 82 deletions
diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c
index 8ca6798f0796..e6788148675b 100644
--- a/drivers/atm/lanai.c
+++ b/drivers/atm/lanai.c
@@ -632,7 +632,7 @@ static inline void reset_board(const struct lanai_dev *lanai)
* anytime it wants to consult its table of vccs - for instance
* when handling an incoming PDU. This also explains why we would
* probably want the write_lock while in _change_qos - to prevent
- * handling of PDUs while possibly in an inconsistant state.
+ * handling of PDUs while possibly in an inconsistent state.
* Also, _send would grab the lock for reading.
*
* One problem with this is that _open and _close could no longer
diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
index c71a04f5d457..0f9f7a9de7ba 100644
--- a/drivers/block/nbd.c
+++ b/drivers/block/nbd.c
@@ -24,7 +24,7 @@
* 01-3-11 Make nbd work with new Linux block layer code. It now supports
* plugging like all the other block devices. Also added in MSG_MORE to
* reduce number of partial TCP segments sent. <steve@chygwyn.com>
- * 01-12-6 Fix deadlock condition by making queue locks independant of
+ * 01-12-6 Fix deadlock condition by making queue locks independent of
* the transmit lock. <steve@chygwyn.com>
* 02-10-11 Allow hung xmit to be aborted via SIGKILL & various fixes.
* <Paul.Clements@SteelEye.com> <James.Bottomley@SteelEye.com>
diff --git a/drivers/char/ip2/i2ellis.c b/drivers/char/ip2/i2ellis.c
index 443f414eea68..f834d05ccc97 100644
--- a/drivers/char/ip2/i2ellis.c
+++ b/drivers/char/ip2/i2ellis.c
@@ -773,7 +773,7 @@ iiWriteBuf16(i2eBordStrPtr pB, unsigned char *address, int count)
//
// Writes 'count' bytes from 'address' to the data fifo specified by the board
// structure pointer pB. Should count happen to be odd, an extra pad byte is
-// sent (identity unknown...). This is to be consistant with the 16-bit version.
+// sent (identity unknown...). This is to be consistent with the 16-bit version.
// Uses 8-bit (byte) operations. Is called indirectly through pB->i2eWriteBuf.
//
//******************************************************************************
diff --git a/drivers/char/ip2/i2os.h b/drivers/char/ip2/i2os.h
index 8466d774700e..c83e901ea63f 100644
--- a/drivers/char/ip2/i2os.h
+++ b/drivers/char/ip2/i2os.h
@@ -8,7 +8,7 @@
* PACKAGE: Linux tty Device Driver for IntelliPort II family of multiport
* serial I/O controllers.
*
-* DESCRIPTION: Defines, definitions and includes which are heavily dependant
+* DESCRIPTION: Defines, definitions and includes which are heavily dependent
* on O/S, host, compiler, etc. This file is tailored for:
* Linux v2.0.0 and later
* Gnu gcc c2.7.2
diff --git a/drivers/char/ip2main.c b/drivers/char/ip2main.c
index 244399a6ae04..7ca1e640b7cc 100644
--- a/drivers/char/ip2main.c
+++ b/drivers/char/ip2main.c
@@ -21,7 +21,7 @@
//
// 1.2.14 /\/\|=mhw=|\/\/
// Added bounds checking to ip2_ipl_ioctl to avoid potential terroristic acts.
-// Changed the definition of ip2trace to be more consistant with kernel style
+// Changed the definition of ip2trace to be more consistent with kernel style
// Thanks to Andreas Dilger <adilger@turbolabs.com> for these updates
//
// 1.2.13 /\/\|=mhw=|\/\/
diff --git a/drivers/char/nvram.c b/drivers/char/nvram.c
index d1d8717f31bb..3565715eb561 100644
--- a/drivers/char/nvram.c
+++ b/drivers/char/nvram.c
@@ -11,7 +11,7 @@
* "NVRAM" (NV stands for non-volatile).
*
* The data are supplied as a (seekable) character device, /dev/nvram. The
- * size of this file is dependant on the controller. The usual size is 114,
+ * size of this file is dependent on the controller. The usual size is 114,
* the number of freely available bytes in the memory (i.e., not used by the
* RTC itself).
*
diff --git a/drivers/char/rio/riotty.c b/drivers/char/rio/riotty.c
index 15868bfbb285..3e0de643fe2e 100644
--- a/drivers/char/rio/riotty.c
+++ b/drivers/char/rio/riotty.c
@@ -1287,7 +1287,7 @@ register caddr_t arg;
}
/*
- ttyseth -- set hardware dependant tty settings
+ ttyseth -- set hardware dependent tty settings
*/
void
ttyseth(PortP, s, sg)
@@ -1342,7 +1342,7 @@ struct old_sgttyb *sg;
}
/*
- ttyseth_pv -- set hardware dependant tty settings using either the
+ ttyseth_pv -- set hardware dependent tty settings using either the
POSIX termios structure or the System V termio structure.
sysv = 0 => (POSIX): struct termios *sg
sysv != 0 => (System V): struct termio *sg
diff --git a/drivers/char/rtc.c b/drivers/char/rtc.c
index 1e5f4c6ec5a1..cf6e7b75dbac 100644
--- a/drivers/char/rtc.c
+++ b/drivers/char/rtc.c
@@ -486,7 +486,7 @@ static int rtc_do_ioctl(unsigned int cmd, unsigned long arg, int kernel)
yrs = 73;
}
#endif
- /* These limits and adjustments are independant of
+ /* These limits and adjustments are independent of
* whether the chip is in binary mode or not.
*/
if (yrs > 169) {
diff --git a/drivers/hotplug/cpci_hotplug_pci.c b/drivers/hotplug/cpci_hotplug_pci.c
index da4d0d77b13b..822a7b9353e6 100644
--- a/drivers/hotplug/cpci_hotplug_pci.c
+++ b/drivers/hotplug/cpci_hotplug_pci.c
@@ -341,7 +341,7 @@ static int cpci_configure_dev(struct pci_bus *bus, struct pci_dev *dev)
/*
* Need to explicitly set irq field to 0 so that it'll get assigned
- * by the pcibios platform dependant code called by pci_enable_device.
+ * by the pcibios platform dependent code called by pci_enable_device.
*/
dev->irq = 0;
diff --git a/drivers/hotplug/cpqphp_core.c b/drivers/hotplug/cpqphp_core.c
index 5e641fd1c6e3..15b4f37424e6 100644
--- a/drivers/hotplug/cpqphp_core.c
+++ b/drivers/hotplug/cpqphp_core.c
@@ -42,7 +42,7 @@
#include "cpqphp.h"
#include "cpqphp_nvram.h"
-#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */
/* Global variables */
diff --git a/drivers/hotplug/cpqphp_pci.c b/drivers/hotplug/cpqphp_pci.c
index 1d3bb90efdf2..e8e5328b7666 100644
--- a/drivers/hotplug/cpqphp_pci.c
+++ b/drivers/hotplug/cpqphp_pci.c
@@ -36,7 +36,7 @@
#include <linux/pci.h>
#include "cpqphp.h"
#include "cpqphp_nvram.h"
-#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependant we are... */
+#include "../../arch/i386/pci/pci.h" /* horrible hack showing how processor dependent we are... */
u8 cpqhp_nic_irq;
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c
index c91a7f93c6d5..9812cb5bef09 100644
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -22,7 +22,7 @@
/*
* TODO:
- * - Get ridden of SisHostChipInfo[] completness dependancy.
+ * - Get ridden of SisHostChipInfo[] completness dependency.
* - Study drivers/ide/ide-timing.h.
* - Are there pre-ATA_16 SiS5513 chips ? -> tune init code for them
* or remove ATA_00 define
@@ -64,7 +64,7 @@
/* Miscellaneaous flags */
#define SIS5513_LATENCY 0x01
-/* registers layout and init values are chipset family dependant */
+/* registers layout and init values are chipset family dependent */
/* 1/ define families */
#define ATA_00 0x00
#define ATA_16 0x01
diff --git a/drivers/isdn/eicon/eicon.h b/drivers/isdn/eicon/eicon.h
index f2c6a043a056..4070b06f2380 100644
--- a/drivers/isdn/eicon/eicon.h
+++ b/drivers/isdn/eicon/eicon.h
@@ -305,7 +305,7 @@ typedef struct {
* Per card driver data
*/
typedef struct eicon_card {
- eicon_hwif hwif; /* Hardware dependant interface */
+ eicon_hwif hwif; /* Hardware dependent interface */
DESCRIPTOR *d; /* IDI Descriptor */
u_char ptype; /* Protocol type (1TR6 or Euro) */
u_char bus; /* Bustype (ISA, MCA, PCI) */
diff --git a/drivers/isdn/hisax/isdnl2.c b/drivers/isdn/hisax/isdnl2.c
index be30c6ea972f..87142482cf05 100644
--- a/drivers/isdn/hisax/isdnl2.c
+++ b/drivers/isdn/hisax/isdnl2.c
@@ -1445,7 +1445,7 @@ l2_tei_remove(struct FsmInst *fi, int event, void *arg)
}
static void
-l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg)
+l2_st14_persistent_da(struct FsmInst *fi, int event, void *arg)
{
struct PStack *st = fi->userdata;
@@ -1456,7 +1456,7 @@ l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg)
}
static void
-l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg)
+l2_st5_persistent_da(struct FsmInst *fi, int event, void *arg)
{
struct PStack *st = fi->userdata;
@@ -1469,7 +1469,7 @@ l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg)
}
static void
-l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg)
+l2_st6_persistent_da(struct FsmInst *fi, int event, void *arg)
{
struct PStack *st = fi->userdata;
@@ -1480,7 +1480,7 @@ l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg)
}
static void
-l2_persistant_da(struct FsmInst *fi, int event, void *arg)
+l2_persistent_da(struct FsmInst *fi, int event, void *arg)
{
struct PStack *st = fi->userdata;
@@ -1615,14 +1615,14 @@ static struct FsmNode L2FnList[] __initdata =
{ST_L2_6, EV_L2_FRAME_ERROR, l2_frame_error},
{ST_L2_7, EV_L2_FRAME_ERROR, l2_frame_error_reest},
{ST_L2_8, EV_L2_FRAME_ERROR, l2_frame_error_reest},
- {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistant_da},
+ {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistent_da},
{ST_L2_2, EV_L1_DEACTIVATE, l2_st24_tei_remove},
{ST_L2_3, EV_L1_DEACTIVATE, l2_st3_tei_remove},
- {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistant_da},
- {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistant_da},
- {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistant_da},
- {ST_L2_7, EV_L1_DEACTIVATE, l2_persistant_da},
- {ST_L2_8, EV_L1_DEACTIVATE, l2_persistant_da},
+ {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistent_da},
+ {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistent_da},
+ {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistent_da},
+ {ST_L2_7, EV_L1_DEACTIVATE, l2_persistent_da},
+ {ST_L2_8, EV_L1_DEACTIVATE, l2_persistent_da},
};
#define L2_FN_COUNT (sizeof(L2FnList)/sizeof(struct FsmNode))
diff --git a/drivers/isdn/hisax/l3dss1.c b/drivers/isdn/hisax/l3dss1.c
index 0ba4d72ff48b..75e4706ce9b7 100644
--- a/drivers/isdn/hisax/l3dss1.c
+++ b/drivers/isdn/hisax/l3dss1.c
@@ -2169,7 +2169,7 @@ static void l3dss1_redir_req_early(struct l3_process *pc, u8 pr, void *arg)
/***********************************************/
/* handle special commands for this protocol. */
-/* Examples are call independant services like */
+/* Examples are call independent services like */
/* remote operations with dummy callref. */
/***********************************************/
static int l3dss1_cmd_global(struct PStack *st, isdn_ctrl *ic)
diff --git a/drivers/isdn/hisax/l3ni1.c b/drivers/isdn/hisax/l3ni1.c
index ca1caf72abe0..b9001580be28 100644
--- a/drivers/isdn/hisax/l3ni1.c
+++ b/drivers/isdn/hisax/l3ni1.c
@@ -2024,7 +2024,7 @@ static void l3ni1_redir_req_early(struct l3_process *pc, u8 pr, void *arg)
/***********************************************/
/* handle special commands for this protocol. */
-/* Examples are call independant services like */
+/* Examples are call independent services like */
/* remote operations with dummy callref. */
/***********************************************/
static int l3ni1_cmd_global(struct PStack *st, isdn_ctrl *ic)
diff --git a/drivers/isdn/hysdn/hysdn_boot.c b/drivers/isdn/hysdn/hysdn_boot.c
index 25e4fe68fa3f..bf8756c0954f 100644
--- a/drivers/isdn/hysdn/hysdn_boot.c
+++ b/drivers/isdn/hysdn/hysdn_boot.c
@@ -78,7 +78,7 @@ DecryptBuf(struct boot_data *boot, int cnt)
} /* DecryptBuf */
/********************************************************************************/
-/* pof_handle_data executes the required actions dependant on the active record */
+/* pof_handle_data executes the required actions dependent on the active record */
/* id. If successful 0 is returned, a negative value shows an error. */
/********************************************************************************/
static int
diff --git a/drivers/media/radio/radio-zoltrix.c b/drivers/media/radio/radio-zoltrix.c
index 2c309c5e8ed1..70a3ee406503 100644
--- a/drivers/media/radio/radio-zoltrix.c
+++ b/drivers/media/radio/radio-zoltrix.c
@@ -2,7 +2,7 @@
* (c) 1998 C. van Schaik <carl@leg.uct.ac.za>
*
* BUGS
- * Due to the inconsistancy in reading from the signal flags
+ * Due to the inconsistency in reading from the signal flags
* it is difficult to get an accurate tuned signal.
*
* It seems that the card is not linear to 0 volume. It cuts off
diff --git a/drivers/mtd/chips/jedec.c b/drivers/mtd/chips/jedec.c
index b95e3b58d895..337d0d22bfb0 100644
--- a/drivers/mtd/chips/jedec.c
+++ b/drivers/mtd/chips/jedec.c
@@ -608,7 +608,7 @@ static int flash_erase(struct mtd_info *mtd, struct erase_info *instr)
/* Poll the flash for erasure completion, specs say this can take as long
as 480 seconds to do all the sectors (for a 2 meg flash).
- Erasure time is dependant on chip age, temp and wear.. */
+ Erasure time is dependent on chip age, temp and wear.. */
/* This being a generic routine assumes a 32 bit bus. It does read32s
and bundles interleved chips into the same grouping. This will work
diff --git a/drivers/net/acenic.c b/drivers/net/acenic.c
index bcf04cb0be4a..5d0ef4856b07 100644
--- a/drivers/net/acenic.c
+++ b/drivers/net/acenic.c
@@ -482,7 +482,7 @@ static inline void tasklet_init(struct tasklet_struct *tasklet,
*
* One advantagous side effect of this allocation approach is that the
* entire rx processing can be done without holding any spin lock
- * since the rx rings and registers are totally independant of the tx
+ * since the rx rings and registers are totally independent of the tx
* ring and its registers. This of course includes the kmalloc's of
* new skb's. Thus start_xmit can run in parallel with rx processing
* and the memory allocation on SMP systems.
diff --git a/drivers/net/declance.c b/drivers/net/declance.c
index 98f558dd7f90..e57ccf08b4d6 100644
--- a/drivers/net/declance.c
+++ b/drivers/net/declance.c
@@ -279,7 +279,7 @@ struct lance_private {
lp->tx_old - lp->tx_new-1)
/* The lance control ports are at an absolute address, machine and tc-slot
- * dependant.
+ * dependent.
* DECstations do only 32-bit access and the LANCE uses 16 bit addresses,
* so we have to give the structure an extra member making rap pointing
* at the right address
diff --git a/drivers/net/e1000/e1000_osdep.h b/drivers/net/e1000/e1000_osdep.h
index aa1dd7dd8d01..0d68940f9b98 100644
--- a/drivers/net/e1000/e1000_osdep.h
+++ b/drivers/net/e1000/e1000_osdep.h
@@ -27,7 +27,7 @@
*******************************************************************************/
-/* glue for the OS independant part of e1000
+/* glue for the OS independent part of e1000
* includes register access macros
*/
diff --git a/drivers/net/hamradio/6pack.c b/drivers/net/hamradio/6pack.c
index b4fb6e2e8de3..38b55e119c90 100644
--- a/drivers/net/hamradio/6pack.c
+++ b/drivers/net/hamradio/6pack.c
@@ -113,7 +113,7 @@ struct sixpack {
/* 6pack stuff */
unsigned char tx_delay;
- unsigned char persistance;
+ unsigned char persistence;
unsigned char slottime;
unsigned char duplex;
unsigned char led_state;
@@ -302,7 +302,7 @@ static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len)
switch (p[0]) {
case 1: sp->tx_delay = p[1]; return;
- case 2: sp->persistance = p[1]; return;
+ case 2: sp->persistence = p[1]; return;
case 3: sp->slottime = p[1]; return;
case 4: /* ignored */ return;
case 5: sp->duplex = p[1]; return;
@@ -392,7 +392,7 @@ static void sp_xmit_on_air(unsigned long channel)
random = random * 17 + 41;
- if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistance)) {
+ if (((sp->status1 & SIXP_DCD_MASK) == 0) && (random < sp->persistence)) {
sp->led_state = 0x70;
sp->tty->driver.write(sp->tty, 0, &sp->led_state, 1);
sp->tx_enable = 1;
@@ -469,7 +469,7 @@ static int sp_open(struct net_device *dev)
sp->duplex = 0;
sp->tx_delay = SIXP_TXDELAY;
- sp->persistance = SIXP_PERSIST;
+ sp->persistence = SIXP_PERSIST;
sp->slottime = SIXP_SLOTTIME;
sp->led_state = 0x60;
sp->status = 1;
diff --git a/drivers/net/hamradio/scc.c b/drivers/net/hamradio/scc.c
index 3487fac205e7..f1ed6647615c 100644
--- a/drivers/net/hamradio/scc.c
+++ b/drivers/net/hamradio/scc.c
@@ -1703,7 +1703,7 @@ static int scc_net_tx(struct sk_buff *skb, struct net_device *dev)
/*
* Start transmission if the trx state is idle or
- * t_idle hasn't expired yet. Use dwait/persistance/slottime
+ * t_idle hasn't expired yet. Use dwait/persistence/slottime
* algorithm for normal halfduplex operation.
*/
diff --git a/drivers/net/hamradio/yam.c b/drivers/net/hamradio/yam.c
index d685b95b294c..66348071a670 100644
--- a/drivers/net/hamradio/yam.c
+++ b/drivers/net/hamradio/yam.c
@@ -34,7 +34,7 @@
* 0.5 F6FBB 01.08.98 Shared IRQs, /proc/net and network statistics
* 0.6 F6FBB 25.08.98 Added 1200Bds format
* 0.7 F6FBB 12.09.98 Added to the kernel configuration
- * 0.8 F6FBB 14.10.98 Fixed slottime/persistance timing bug
+ * 0.8 F6FBB 14.10.98 Fixed slottime/persistence timing bug
* OK1ZIA 2.09.01 Fixed "kfree_skb on hard IRQ"
* using dev_kfree_skb_any(). (important in 2.4 kernel)
*
diff --git a/drivers/net/rrunner.c b/drivers/net/rrunner.c
index c04703381230..e5465e5a08ec 100644
--- a/drivers/net/rrunner.c
+++ b/drivers/net/rrunner.c
@@ -386,7 +386,7 @@ static int rr_reset(struct net_device *dev)
writel(0, &regs->CmdRing[i]);
/*
- * Why 32 ? is this not cache line size dependant?
+ * Why 32 ? is this not cache line size dependent?
*/
writel(RBURST_64|WBURST_64, &regs->PciState);
wmb();
diff --git a/drivers/net/sgiseeq.c b/drivers/net/sgiseeq.c
index 73b6b55f7475..a59f1872ed2a 100644
--- a/drivers/net/sgiseeq.c
+++ b/drivers/net/sgiseeq.c
@@ -524,7 +524,7 @@ static int sgiseeq_start_xmit(struct sk_buff *skb, struct net_device *dev)
* 2) Do no allow the HPC to look at a new descriptor until
* we have completely set up it's state. This means, do
* not clear HPCDMA_EOX in the current last descritptor
- * until the one we are adding looks consistant and could
+ * until the one we are adding looks consistent and could
* be processes right now.
* 3) The tx interrupt code must notice when we've added a new
* entry and the HPC got to the end of the chain before we
diff --git a/drivers/net/sk98lin/skvpd.c b/drivers/net/sk98lin/skvpd.c
index f3683e3af4e8..0ac799a0f99e 100644
--- a/drivers/net/sk98lin/skvpd.c
+++ b/drivers/net/sk98lin/skvpd.c
@@ -88,7 +88,7 @@
* Revision 1.9 1998/09/16 07:33:52 malthoff
* remove memcmp() by SK_MEMCMP and
* memcpy() by SK_MEMCPY() to be
- * independant from the 'C' Standard Library.
+ * independent from the 'C' Standard Library.
*
* Revision 1.8 1998/08/19 12:52:35 malthoff
* compiler fix: use SK_VPD_KEY instead of S_VPD.
diff --git a/drivers/net/sk98lin/skxmac2.c b/drivers/net/sk98lin/skxmac2.c
index 32dc2aa38460..67c2fa53361a 100644
--- a/drivers/net/sk98lin/skxmac2.c
+++ b/drivers/net/sk98lin/skxmac2.c
@@ -194,7 +194,7 @@
*
* Revision 1.12 1998/10/14 14:45:04 malthoff
* Remove SKERR_SIRQ_E0xx and SKERR_SIRQ_E0xxMSG by
- * SKERR_HWI_Exx and SKERR_HWI_E0xxMSG to be independant
+ * SKERR_HWI_Exx and SKERR_HWI_E0xxMSG to be independent
* from the Sirq module.
*
* Revision 1.11 1998/10/14 13:59:01 gklug
@@ -826,7 +826,7 @@ int Port) /* Port Index (MAC_1 + n) */
for (i = 0; i < 3; i++) {
/*
* The following 2 statements are together endianess
- * independant. Remember this when changing.
+ * independent. Remember this when changing.
*/
SK_IN16(IoC, (B2_MAC_2 + Port * 8 + i * 2), &SWord);
XM_OUT16(IoC, Port, (XM_SA + i * 2), SWord);
diff --git a/drivers/net/skfp/cfm.c b/drivers/net/skfp/cfm.c
index 7a51b765b4a5..91eb36f3ec3a 100644
--- a/drivers/net/skfp/cfm.c
+++ b/drivers/net/skfp/cfm.c
@@ -21,15 +21,15 @@
*/
/*
- * Hardware independant state machine implemantation
+ * Hardware independent state machine implemantation
* The following external SMT functions are referenced :
*
* queue_event()
*
- * The following external HW dependant functions are referenced :
+ * The following external HW dependent functions are referenced :
* config_mux()
*
- * The following HW dependant events are required :
+ * The following HW dependent events are required :
* NONE
*/
diff --git a/drivers/net/skfp/ecm.c b/drivers/net/skfp/ecm.c
index 9dcca7f5581e..7eaab1c3f9d2 100644
--- a/drivers/net/skfp/ecm.c
+++ b/drivers/net/skfp/ecm.c
@@ -17,23 +17,23 @@
/*
SMT ECM
Entity Coordination Management
- Hardware independant state machine
+ Hardware independent state machine
*/
/*
- * Hardware independant state machine implemantation
+ * Hardware independent state machine implemantation
* The following external SMT functions are referenced :
*
* queue_event()
* smt_timer_start()
* smt_timer_stop()
*
- * The following external HW dependant functions are referenced :
+ * The following external HW dependent functions are referenced :
* sm_pm_bypass_req()
* sm_pm_ls_latch()
* sm_pm_get_ls()
*
- * The following HW dependant events are required :
+ * The following HW dependent events are required :
* NONE
*
*/
diff --git a/drivers/net/skfp/h/osdef1st.h b/drivers/net/skfp/h/osdef1st.h
index a6866248abc0..5359eb53008d 100644
--- a/drivers/net/skfp/h/osdef1st.h
+++ b/drivers/net/skfp/h/osdef1st.h
@@ -13,7 +13,7 @@
******************************************************************************/
/*
- * Operating system-dependant definitions that have to be defined
+ * Operating system-dependent definitions that have to be defined
* before any other header files are included.
*/
diff --git a/drivers/net/skfp/pcmplc.c b/drivers/net/skfp/pcmplc.c
index b19b2a81b6ac..4be8f3a9e8f4 100644
--- a/drivers/net/skfp/pcmplc.c
+++ b/drivers/net/skfp/pcmplc.c
@@ -20,19 +20,19 @@
*/
/*
- * Hardware independant state machine implemantation
+ * Hardware independent state machine implemantation
* The following external SMT functions are referenced :
*
* queue_event()
* smt_timer_start()
* smt_timer_stop()
*
- * The following external HW dependant functions are referenced :
+ * The following external HW dependent functions are referenced :
* sm_pm_control()
* sm_ph_linestate()
* sm_pm_ls_latch()
*
- * The following HW dependant events are required :
+ * The following HW dependent events are required :
* PC_QLS
* PC_ILS
* PC_HLS
@@ -714,7 +714,7 @@ int cmd;
mib = phy->mib ;
/*
- * general transitions independant of state
+ * general transitions independent of state
*/
switch (cmd) {
case PC_STOP :
diff --git a/drivers/net/skfp/rmt.c b/drivers/net/skfp/rmt.c
index 473eb0c9cdfe..5771dc42ced8 100644
--- a/drivers/net/skfp/rmt.c
+++ b/drivers/net/skfp/rmt.c
@@ -20,18 +20,18 @@
*/
/*
- * Hardware independant state machine implemantation
+ * Hardware independent state machine implemantation
* The following external SMT functions are referenced :
*
* queue_event()
* smt_timer_start()
* smt_timer_stop()
*
- * The following external HW dependant functions are referenced :
+ * The following external HW dependent functions are referenced :
* sm_ma_control()
* sm_mac_check_beacon_claim()
*
- * The following HW dependant events are required :
+ * The following HW dependent events are required :
* RM_RING_OP
* RM_RING_NON_OP
* RM_MY_BEACON
diff --git a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c
index 52f9d11ceba6..4a430f99b947 100644
--- a/drivers/net/skfp/skfddi.c
+++ b/drivers/net/skfp/skfddi.c
@@ -33,7 +33,7 @@
* The driver architecture is based on the DEC FDDI driver by
* Lawrence V. Stefani and several ethernet drivers.
* I also used an existing Windows NT miniport driver.
- * All hardware dependant fuctions are handled by the SysKonnect
+ * All hardware dependent fuctions are handled by the SysKonnect
* Hardware Module.
* The only headerfiles that are directly related to this source
* are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h.
@@ -1729,7 +1729,7 @@ u_long dma_master(struct s_smc * smc, void *virt, int len, int flag)
* dma_complete
*
* The hardware module calls this routine when it has completed a DMA
- * transfer. If the operating system dependant module has set up the DMA
+ * transfer. If the operating system dependent module has set up the DMA
* channel via dma_master() (e.g. Windows NT or AIX) it should clean up
* the DMA channel.
* Args
diff --git a/drivers/net/wan/lmc/lmc_main.c b/drivers/net/wan/lmc/lmc_main.c
index 6f65949dd7ea..bf13c8182eb8 100644
--- a/drivers/net/wan/lmc/lmc_main.c
+++ b/drivers/net/wan/lmc/lmc_main.c
@@ -1074,7 +1074,7 @@ int lmc_probe (struct net_device *dev) /*fold00*/
* This prevents taking someone else's device.
*
* Check either the subvendor or the subdevice, some systems reverse
- * the setting in the bois, seems to be version and arch dependant?
+ * the setting in the bois, seems to be version and arch dependent?
* Fix the two variables
*
*/
diff --git a/drivers/net/wan/lmc/lmc_ver.h b/drivers/net/wan/lmc/lmc_ver.h
index 1e9e2f5f7ddb..dd1c592813e4 100644
--- a/drivers/net/wan/lmc/lmc_ver.h
+++ b/drivers/net/wan/lmc/lmc_ver.h
@@ -25,7 +25,7 @@
* made the souce code not only hard to read but version problems hard
* to track down. If I'm overiding a function/etc with something in
* this file it will be prefixed by "LMC_" which will mean look
- * here for the version dependant change that's been done.
+ * here for the version dependent change that's been done.
*
*/
diff --git a/drivers/net/wireless/airo.c b/drivers/net/wireless/airo.c
index d1e1ae8f6c1b..ec86ccb3bfda 100644
--- a/drivers/net/wireless/airo.c
+++ b/drivers/net/wireless/airo.c
@@ -5144,7 +5144,7 @@ static int airo_set_scan(struct net_device *dev,
/*------------------------------------------------------------------*/
/*
- * Translate scan data returned from the card to a card independant
+ * Translate scan data returned from the card to a card independent
* format that the Wireless Tools will understand - Jean II
*/
static inline char *airo_translate_scan(struct net_device *dev,
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h
index 8317270a46da..8608626def40 100644
--- a/drivers/net/wireless/orinoco.h
+++ b/drivers/net/wireless/orinoco.h
@@ -36,7 +36,7 @@ struct orinoco_key {
struct orinoco_private {
- void *card; /* Pointer to card dependant structure */
+ void *card; /* Pointer to card dependent structure */
int (*hard_reset)(struct orinoco_private *);
/* Synchronisation stuff */
diff --git a/drivers/sbus/char/aurora.c b/drivers/sbus/char/aurora.c
index cb00080d2fc9..1a27aa713c88 100644
--- a/drivers/sbus/char/aurora.c
+++ b/drivers/sbus/char/aurora.c
@@ -1046,7 +1046,7 @@ static void aurora_change_speed(struct Aurora_board *bp, struct Aurora_port *por
&bp->r[chip]->r[CD180_MSVR]);
}
- /* Now we must calculate some speed dependant things. */
+ /* Now we must calculate some speed dependent things. */
/* Set baud rate for port. */
tmp = (((bp->oscfreq + baud/2) / baud +
diff --git a/drivers/sbus/char/bbc_envctrl.c b/drivers/sbus/char/bbc_envctrl.c
index de7c9eadb63d..a5ac67cc498f 100644
--- a/drivers/sbus/char/bbc_envctrl.c
+++ b/drivers/sbus/char/bbc_envctrl.c
@@ -30,7 +30,7 @@ static int errno;
*
* The max1617 is capable of being programmed with power-off
* temperature values, one low limit and one high limit. These
- * can be controlled independantly for the cpu or ambient temperature.
+ * can be controlled independently for the cpu or ambient temperature.
* If a limit is violated, the power is simply shut off. The frequency
* with which the max1617 does temperature sampling can be controlled
* as well.
diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c
index 416cf07afb38..8e3ad622cb8b 100644
--- a/drivers/scsi/aacraid/aachba.c
+++ b/drivers/scsi/aacraid/aachba.c
@@ -392,8 +392,8 @@ static char *container_types[] = {
* Arguments: [1] pointer to void [1] int
*
* Purpose: Sets SCSI inquiry data strings for vendor, product
- * and revision level. Allows strings to be set in platform dependant
- * files instead of in OS dependant driver source.
+ * and revision level. Allows strings to be set in platform dependent
+ * files instead of in OS dependent driver source.
*/
static void setinqstr(int devtype, void *data, int tindex)
diff --git a/drivers/scsi/aic7xxx/aic79xx_inline.h b/drivers/scsi/aic7xxx/aic79xx_inline.h
index e41701472bfc..bdca5c17b33f 100644
--- a/drivers/scsi/aic7xxx/aic79xx_inline.h
+++ b/drivers/scsi/aic7xxx/aic79xx_inline.h
@@ -769,7 +769,7 @@ ahd_queue_scb(struct ahd_softc *ahd, struct scb *scb)
ahd_setup_scb_common(ahd, scb);
/*
- * Make sure our data is consistant from the
+ * Make sure our data is consistent from the
* perspective of the adapter.
*/
ahd_sync_scb(ahd, scb, BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.h b/drivers/scsi/aic7xxx/aic79xx_osm.h
index 5913588f86d2..e7c7c0896113 100644
--- a/drivers/scsi/aic7xxx/aic79xx_osm.h
+++ b/drivers/scsi/aic7xxx/aic79xx_osm.h
@@ -321,7 +321,7 @@ struct ahd_cmd {
/*
* A per probed device structure used to deal with some error recovery
* scenarios that the Linux mid-layer code just doesn't know how to
- * handle. The structure allocated for a device only becomes persistant
+ * handle. The structure allocated for a device only becomes persistent
* after a successfully completed inquiry command to the target when
* that inquiry data indicates a lun is present.
*/
diff --git a/drivers/scsi/aic7xxx/aic7xxx_inline.h b/drivers/scsi/aic7xxx/aic7xxx_inline.h
index 53de3904b10b..c38b0cb97d36 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_inline.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_inline.h
@@ -460,7 +460,7 @@ ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb)
ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
/*
- * Make sure our data is consistant from the
+ * Make sure our data is consistent from the
* perspective of the adapter.
*/
ahc_sync_scb(ahc, scb, BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h
index 4baa42a415b6..e400114b9ca7 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_osm.h
+++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h
@@ -334,7 +334,7 @@ struct ahc_cmd {
/*
* A per probed device structure used to deal with some error recovery
* scenarios that the Linux mid-layer code just doesn't know how to
- * handle. The structure allocated for a device only becomes persistant
+ * handle. The structure allocated for a device only becomes persistent
* after a successfully completed inquiry command to the target when
* that inquiry data indicates a lun is present.
*/
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c
index bb942cd73b6e..640ba4d96e69 100644
--- a/drivers/scsi/megaraid.c
+++ b/drivers/scsi/megaraid.c
@@ -443,7 +443,7 @@
* Mon Aug 6 14:59:29 BST 2001 - "Michael Johnson" <johnsom@home.com>
*
* Make the HP print formatting and check for buggy firmware runtime not
- * ifdef dependant.
+ * ifdef dependent.
*
*
* Version 1.17d
diff --git a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c
index 7c781dbfc344..dc61815d69e2 100644
--- a/drivers/scsi/qla1280.c
+++ b/drivers/scsi/qla1280.c
@@ -107,7 +107,7 @@
- Provide compat macros for pci_enable_device(), pci_find_subsys()
and scsi_set_pci_device()
- Call scsi_set_pci_device() for all devices
- - Reduce size of kernel version dependant device probe code
+ - Reduce size of kernel version dependent device probe code
- Move duplicate probe/init code to separate function
- Handle error if qla1280_mem_alloc() fails
- Kill OFFSET() macro and use Linux's PCI definitions instead
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c
index 0356142db1aa..df8fa6f3de3f 100644
--- a/drivers/scsi/sym53c8xx_2/sym_glue.c
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.c
@@ -1843,7 +1843,7 @@ static void sym_free_resources(hcb_p np)
pci_unmap_mem(np->s.ram_va, np->ram_ws);
#endif
/*
- * Free O/S independant resources.
+ * Free O/S independent resources.
*/
sym_hcb_free(np);
@@ -2043,7 +2043,7 @@ sym_attach (Scsi_Host_Template *tpnt, int unit, sym_device *dev)
}
/*
- * Perform O/S independant stuff.
+ * Perform O/S independent stuff.
*/
if (sym_hcb_attach(np, fw, nvram))
goto attach_failed;
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.h b/drivers/scsi/sym53c8xx_2/sym_glue.h
index 94bcef34d906..b711718b9df6 100644
--- a/drivers/scsi/sym53c8xx_2/sym_glue.h
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.h
@@ -188,7 +188,7 @@ typedef struct sym_sccb *sccb_p;
typedef struct sym_shcb *shcb_p;
/*
- * Define a reference to the O/S dependant IO request.
+ * Define a reference to the O/S dependent IO request.
*/
typedef Scsi_Cmnd *cam_ccb_p; /* Generic */
typedef Scsi_Cmnd *cam_scsiio_p;/* SCSI I/O */
diff --git a/drivers/usb/misc/atmsar.c b/drivers/usb/misc/atmsar.c
index 5f6a7f033361..fce7041d51a2 100644
--- a/drivers/usb/misc/atmsar.c
+++ b/drivers/usb/misc/atmsar.c
@@ -45,7 +45,7 @@
* - No more in-buffer rewriting for cloned buffers.
* - Removed the PII specific CFLAGS in the Makefile.
*
- * 0.2.1: - removed dependancy on alloc_tx. tis presented problems when
+ * 0.2.1: - removed dependency on alloc_tx. tis presented problems when
* using this with the br2684 code.
*
* 0.2: - added AAL0 reassembly
diff --git a/drivers/usb/serial/safe_serial.c b/drivers/usb/serial/safe_serial.c
index fd8ae959defb..3cce9b7d1e73 100644
--- a/drivers/usb/serial/safe_serial.c
+++ b/drivers/usb/serial/safe_serial.c
@@ -256,7 +256,7 @@ static void safe_read_bulk_callback (struct urb *urb, struct pt_regs *regs)
}
tty_flip_buffer_push (port->tty);
} else {
- err ("%s - inconsistant lengths %d:%d", __FUNCTION__,
+ err ("%s - inconsistent lengths %d:%d", __FUNCTION__,
actual_length, length);
}
} else {
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
index aa4af2b0a948..5fb910c1a6e2 100644
--- a/drivers/usb/storage/usb.c
+++ b/drivers/usb/storage/usb.c
@@ -706,7 +706,7 @@ static int storage_probe(struct usb_interface *intf,
/*
* Set the handler pointers based on the protocol
- * Again, this data is persistant across reattachments
+ * Again, this data is persistent across reattachments
*/
switch (ss->protocol) {
case US_PR_CB:
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c
index 57b69168e37e..4d0bd916ec75 100644
--- a/drivers/video/skeletonfb.c
+++ b/drivers/video/skeletonfb.c
@@ -513,7 +513,7 @@ void xxxfb_poll(struct fb_info *info, poll_table *wait)
* for a graphics card take a specific amount of time.
* Often we have to wait for the accelerator to finish
* its operation before we can write to the framebuffer
- * so we can have consistant display output.
+ * so we can have consistent display output.
*
* @info: frame buffer structure that represents a single frame buffer
*/