diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-25 02:07:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-25 02:07:46 -0800 |
| commit | ee54706e20576fe56c6f11777e16d2dedce2d962 (patch) | |
| tree | f7cd3a96c1670a280775fa5ea6b606f532c329a3 | |
| parent | e5137db6b604b9feed0545954e8ea0495fee1249 (diff) | |
[PATCH] Spelling fixes: won't
wont -> won't (21 occurrences)
| -rw-r--r-- | arch/ia64/sn/kernel/setup.c | 2 | ||||
| -rw-r--r-- | arch/parisc/kernel/ptrace.c | 2 | ||||
| -rw-r--r-- | drivers/char/n_hdlc.c | 2 | ||||
| -rw-r--r-- | drivers/char/rio/rio_linux.c | 2 | ||||
| -rw-r--r-- | drivers/char/sx.c | 2 | ||||
| -rw-r--r-- | drivers/char/vt.c | 2 | ||||
| -rw-r--r-- | drivers/ieee1394/eth1394.c | 2 | ||||
| -rw-r--r-- | drivers/ieee1394/ohci1394.c | 2 | ||||
| -rw-r--r-- | drivers/md/md.c | 2 | ||||
| -rw-r--r-- | drivers/media/video/zr36120_i2c.c | 2 | ||||
| -rw-r--r-- | drivers/net/cs89x0.c | 2 | ||||
| -rw-r--r-- | drivers/net/eth16i.c | 2 | ||||
| -rw-r--r-- | drivers/net/hp100.c | 2 | ||||
| -rw-r--r-- | drivers/net/wireless/arlan.c | 2 | ||||
| -rw-r--r-- | fs/buffer.c | 2 | ||||
| -rw-r--r-- | fs/nfsd/export.c | 2 | ||||
| -rw-r--r-- | include/asm-ia64/mmzone.h | 2 | ||||
| -rw-r--r-- | include/asm-m68k/io.h | 2 | ||||
| -rw-r--r-- | include/linux/jiffies.h | 2 | ||||
| -rw-r--r-- | sound/oss/ad1816.c | 2 | ||||
| -rw-r--r-- | sound/oss/opl3sa2.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index f9dbaba3a984..f35daeb1b7ab 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c @@ -172,7 +172,7 @@ early_sn_setup(void) /* * Parse enough of the SAL tables to locate the SAL entry point. Since, console - * IO on SN2 is done via SAL calls, early_printk wont work without this. + * IO on SN2 is done via SAL calls, early_printk won't work without this. * * This code duplicates some of the ACPI table parsing that is in efi.c & sal.c. * Any changes to those file may have to be made hereas well. diff --git a/arch/parisc/kernel/ptrace.c b/arch/parisc/kernel/ptrace.c index 2ab7cd2ef50c..213c9a349673 100644 --- a/arch/parisc/kernel/ptrace.c +++ b/arch/parisc/kernel/ptrace.c @@ -242,7 +242,7 @@ long sys_ptrace(long request, pid_t pid, long addr, long data) * * Allow writing to Nullify, Divide-step-correction, * and carry/borrow bits. - * BEWARE, if you set N, and then single step, it wont + * BEWARE, if you set N, and then single step, it won't * stop on the nullified instruction. */ DBG(("sys_ptrace(POKEUSR, %d, %lx, %lx)\n", diff --git a/drivers/char/n_hdlc.c b/drivers/char/n_hdlc.c index 947c077bf9fb..a849d3be3ff1 100644 --- a/drivers/char/n_hdlc.c +++ b/drivers/char/n_hdlc.c @@ -833,7 +833,7 @@ static unsigned int n_hdlc_tty_poll (struct tty_struct *tty, poll_wait(filp, &tty->read_wait, wait); poll_wait(filp, &tty->write_wait, wait); - /* set bits for operations that wont block */ + /* set bits for operations that won't block */ if(n_hdlc->rx_buf_list.head) mask |= POLLIN | POLLRDNORM; /* readable */ if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) diff --git a/drivers/char/rio/rio_linux.c b/drivers/char/rio/rio_linux.c index 418be1ff84b8..de86ff4ba922 100644 --- a/drivers/char/rio/rio_linux.c +++ b/drivers/char/rio/rio_linux.c @@ -464,7 +464,7 @@ static void rio_interrupt (int irq, void *ptr, struct pt_regs *regs) recursive calls will hang the machine in the interrupt routine. - hardware twiddling goes before "recursive". Otherwise when we - poll the card, and a recursive interrupt happens, we wont + poll the card, and a recursive interrupt happens, we won't ack the card, so it might keep on interrupting us. (especially level sensitive interrupt systems like PCI). diff --git a/drivers/char/sx.c b/drivers/char/sx.c index 445a73d134f8..14a9d956a9c1 100644 --- a/drivers/char/sx.c +++ b/drivers/char/sx.c @@ -1216,7 +1216,7 @@ static void sx_interrupt (int irq, void *ptr, struct pt_regs *regs) recursive calls will hang the machine in the interrupt routine. - hardware twiddling goes before "recursive". Otherwise when we - poll the card, and a recursive interrupt happens, we wont + poll the card, and a recursive interrupt happens, we won't ack the card, so it might keep on interrupting us. (especially level sensitive interrupt systems like PCI). diff --git a/drivers/char/vt.c b/drivers/char/vt.c index 68d571493ff8..3be37eb8686e 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -2872,7 +2872,7 @@ void reset_palette(int currcons) * this is done in order to maintain compatibility with the EGA/VGA fonts. It * is upto the actual low-level console-driver convert data into its favorite * format (maybe we should add a `fontoffset' field to the `display' - * structure so we wont have to convert the fontdata all the time. + * structure so we won't have to convert the fontdata all the time. * /Jes */ diff --git a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c index 152e12155d38..9aadf74fdefc 100644 --- a/drivers/ieee1394/eth1394.c +++ b/drivers/ieee1394/eth1394.c @@ -663,7 +663,7 @@ static int ether1394_tx (struct sk_buff *skb, struct net_device *dev) * call to schedule our writes. */ /* XXX: Right now we accept that we don't exactly follow RFC. When - * we do, we will send ARP requests via GASP format, and so we wont + * we do, we will send ARP requests via GASP format, and so we won't * need this hack. */ spin_lock_irqsave (&priv->lock, flags); diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 2a9bb915a002..7b81858b003c 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c @@ -2266,7 +2266,7 @@ static void ohci_irq_handler(int irq, void *dev_id, if (event & OHCI1394_cycleInconsistent) { /* We subscribe to the cycleInconsistent event only to * clear the corresponding event bit... otherwise, - * isochronous cycleMatch DMA wont work. */ + * isochronous cycleMatch DMA won't work. */ DBGMSG(ohci->id, "OHCI1394_cycleInconsistent"); event &= ~OHCI1394_cycleInconsistent; } diff --git a/drivers/md/md.c b/drivers/md/md.c index d731d8b38d29..af325567f3be 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -1731,7 +1731,7 @@ static void autorun_devices(void) mddev_unlock(mddev); } /* on success, candidates will be empty, on error - * it wont... + * it won't... */ ITERATE_RDEV_GENERIC(candidates,rdev,tmp) export_rdev(rdev); diff --git a/drivers/media/video/zr36120_i2c.c b/drivers/media/video/zr36120_i2c.c index 0de59b9f15e6..c70fef75079e 100644 --- a/drivers/media/video/zr36120_i2c.c +++ b/drivers/media/video/zr36120_i2c.c @@ -86,7 +86,7 @@ void attach_inform(struct i2c_bus *bus, int id) if (ztv->tuner_type >= 0) { if (i2c_control_device(&ztv->i2c,I2C_DRIVERID_TUNER,TUNER_SET_TYPE,&ztv->tuner_type)<0) - DEBUG(printk(CARD_INFO "attach_inform; tuner wont be set to type %d\n",CARD,ztv->tuner_type)); + DEBUG(printk(CARD_INFO "attach_inform; tuner won't be set to type %d\n",CARD,ztv->tuner_type)); } break; default: diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index 759b4ec37889..7cdac3742f8f 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c @@ -1112,7 +1112,7 @@ net_open(struct net_device *dev) int i; int ret; -#ifndef CONFIG_SH_HICOSH4 /* uses irq#1, so this wont work */ +#ifndef CONFIG_SH_HICOSH4 /* uses irq#1, so this won't work */ if (dev->irq < 2) { /* Allow interrupts to be generated by the chip */ /* Cirrus' release had this: */ diff --git a/drivers/net/eth16i.c b/drivers/net/eth16i.c index c46a48570f71..9c973bfb4710 100644 --- a/drivers/net/eth16i.c +++ b/drivers/net/eth16i.c @@ -1231,7 +1231,7 @@ static void eth16i_interrupt(int irq, void *dev_id, struct pt_regs *regs) /* Turn off all interrupts from adapter */ outw(ETH16I_INTR_OFF, ioaddr + TX_INTR_REG); - /* eth16i_tx wont be called */ + /* eth16i_tx won't be called */ spin_lock(&lp->lock); status = inw(ioaddr + TX_STATUS_REG); /* Get the status */ diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index c349d910e03a..c9e486c3d7d7 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c @@ -2811,7 +2811,7 @@ static int hp100_login_to_vg_hub(struct net_device *dev, u_short force_relogin) printk("hp100: %s: Problem logging into the HUB.\n", dev->name); if (lp->chip == HP100_CHIPID_LASSEN) { /* Check allowed Register to find out why there is a problem. */ - val = hp100_inw(TRAIN_ALLOW); /* wont work on non-ETR card */ + val = hp100_inw(TRAIN_ALLOW); /* won't work on non-ETR card */ #ifdef HP100_DEBUG_TRAINING printk("hp100: %s: MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), val); #endif diff --git a/drivers/net/wireless/arlan.c b/drivers/net/wireless/arlan.c index e92b7725746f..eebd299c1dd9 100644 --- a/drivers/net/wireless/arlan.c +++ b/drivers/net/wireless/arlan.c @@ -567,7 +567,7 @@ static inline void arlan_command_process(struct net_device *dev) break; times++; } - /* if long command, we wont repeat trying */ ; + /* if long command, we won't repeat trying */ ; if (priv->card_polling_interval > 1) break; times++; diff --git a/fs/buffer.c b/fs/buffer.c index db30b305962a..3c98ba680ac9 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -2584,7 +2584,7 @@ int submit_bh(int rw, struct buffer_head * bh) * BH_Lock state bit), any buffer that appears to be clean when doing a * write request, and any buffer that appears to be up-to-date when doing * read request. Further it marks as clean buffers that are processed for - * writing (the buffer cache wont assume that they are actually clean until + * writing (the buffer cache won't assume that they are actually clean until * the buffer gets unlocked). * * ll_rw_block sets b_end_io to simple completion handler that marks diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 370b10e5fa01..03c01534a522 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c @@ -626,7 +626,7 @@ exp_export(struct nfsctl_export *nxp) exp = exp_get_by_name(clp, nd.mnt, nd.dentry, NULL); - /* must make sure there wont be an ex_fsid clash */ + /* must make sure there won't be an ex_fsid clash */ if ((nxp->ex_flags & NFSEXP_FSID) && (fsid_key = exp_get_fsid_key(clp, nxp->ex_dev)) && !IS_ERR(fsid_key) && diff --git a/include/asm-ia64/mmzone.h b/include/asm-ia64/mmzone.h index 50ce45597d9f..4c68b860bdf3 100644 --- a/include/asm-ia64/mmzone.h +++ b/include/asm-ia64/mmzone.h @@ -44,7 +44,7 @@ * Note that IO addresses are NOT considered valid addresses. * * Note, many platforms can simply check if kaddr exceeds a specific size. - * (However, this wont work on SGI platforms since IO space is embedded + * (However, this won't work on SGI platforms since IO space is embedded * within the range of valid memory addresses & nodes have holes in the * address range between banks). */ diff --git a/include/asm-m68k/io.h b/include/asm-m68k/io.h index 6acb7ffdde15..cf88ccb5a47a 100644 --- a/include/asm-m68k/io.h +++ b/include/asm-m68k/io.h @@ -250,7 +250,7 @@ static inline void isa_delay(void) #define readl(addr) in_le32(addr) #define writel(val,addr) out_le32((addr),(val)) -/* those can be defined for both ISA and PCI - it wont work though */ +/* those can be defined for both ISA and PCI - it won't work though */ #define readb(addr) in_8(addr) #define readw(addr) in_le16(addr) #define writeb(val,addr) out_8((addr),(val)) diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index bb1e0128228c..96dc2be6a496 100644 --- a/include/linux/jiffies.h +++ b/include/linux/jiffies.h @@ -28,7 +28,7 @@ static inline u64 get_jiffies_64(void) * These inlines deal with timer wrapping correctly. You are * strongly encouraged to use them * 1. Because people otherwise forget - * 2. Because if the timer wrap changes in future you wont have to + * 2. Because if the timer wrap changes in future you won't have to * alter your driver code. * * time_after(a,b) returns true if the time a is after time b. diff --git a/sound/oss/ad1816.c b/sound/oss/ad1816.c index c5418fd94040..2291a93a4d89 100644 --- a/sound/oss/ad1816.c +++ b/sound/oss/ad1816.c @@ -1227,7 +1227,7 @@ static void __exit unload_card(ad1816_info *devc) sound_free_dma(devc->dma_capture); } - /* card wont get added if resources could not be allocated + /* card won't get added if resources could not be allocated thus we need not ckeck if allocation was successful */ sound_free_dma (devc->dma_playback); free_irq(devc->irq, devc->osp); diff --git a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c index f749ec1cb9c7..000bf5ba5bf7 100644 --- a/sound/oss/opl3sa2.c +++ b/sound/oss/opl3sa2.c @@ -918,7 +918,7 @@ static int opl3sa2_suspend(struct pm_dev *pdev, unsigned char pm_mode) break; } - /* its supposed to automute before suspending, so we wont bother */ + /* its supposed to automute before suspending, so we won't bother */ opl3sa2_read(p->cfg_port, OPL3SA2_PM, &p->reg); opl3sa2_write(p->cfg_port, OPL3SA2_PM, p->reg | pm_mode); |
