Commit ee54706e authored by Michael Hayes's avatar Michael Hayes Committed by Linus Torvalds

[PATCH] Spelling fixes: won't

    wont -> won't (21 occurrences)
parent e5137db6
...@@ -172,7 +172,7 @@ early_sn_setup(void) ...@@ -172,7 +172,7 @@ early_sn_setup(void)
/* /*
* Parse enough of the SAL tables to locate the SAL entry point. Since, console * 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. * 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. * Any changes to those file may have to be made hereas well.
......
...@@ -242,7 +242,7 @@ long sys_ptrace(long request, pid_t pid, long addr, long data) ...@@ -242,7 +242,7 @@ long sys_ptrace(long request, pid_t pid, long addr, long data)
* *
* Allow writing to Nullify, Divide-step-correction, * Allow writing to Nullify, Divide-step-correction,
* and carry/borrow bits. * 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. * stop on the nullified instruction.
*/ */
DBG(("sys_ptrace(POKEUSR, %d, %lx, %lx)\n", DBG(("sys_ptrace(POKEUSR, %d, %lx, %lx)\n",
......
...@@ -833,7 +833,7 @@ static unsigned int n_hdlc_tty_poll (struct tty_struct *tty, ...@@ -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->read_wait, wait);
poll_wait(filp, &tty->write_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) if(n_hdlc->rx_buf_list.head)
mask |= POLLIN | POLLRDNORM; /* readable */ mask |= POLLIN | POLLRDNORM; /* readable */
if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) if (test_bit(TTY_OTHER_CLOSED, &tty->flags))
......
...@@ -464,7 +464,7 @@ static void rio_interrupt (int irq, void *ptr, struct pt_regs *regs) ...@@ -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. recursive calls will hang the machine in the interrupt routine.
- hardware twiddling goes before "recursive". Otherwise when we - 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 ack the card, so it might keep on interrupting us. (especially
level sensitive interrupt systems like PCI). level sensitive interrupt systems like PCI).
......
...@@ -1216,7 +1216,7 @@ static void sx_interrupt (int irq, void *ptr, struct pt_regs *regs) ...@@ -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. recursive calls will hang the machine in the interrupt routine.
- hardware twiddling goes before "recursive". Otherwise when we - 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 ack the card, so it might keep on interrupting us. (especially
level sensitive interrupt systems like PCI). level sensitive interrupt systems like PCI).
......
...@@ -2872,7 +2872,7 @@ void reset_palette(int currcons) ...@@ -2872,7 +2872,7 @@ void reset_palette(int currcons)
* this is done in order to maintain compatibility with the EGA/VGA fonts. It * 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 * is upto the actual low-level console-driver convert data into its favorite
* format (maybe we should add a `fontoffset' field to the `display' * 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 * /Jes
*/ */
......
...@@ -663,7 +663,7 @@ static int ether1394_tx (struct sk_buff *skb, struct net_device *dev) ...@@ -663,7 +663,7 @@ static int ether1394_tx (struct sk_buff *skb, struct net_device *dev)
* call to schedule our writes. */ * call to schedule our writes. */
/* XXX: Right now we accept that we don't exactly follow RFC. When /* 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. */ * need this hack. */
spin_lock_irqsave (&priv->lock, flags); spin_lock_irqsave (&priv->lock, flags);
......
...@@ -2266,7 +2266,7 @@ static void ohci_irq_handler(int irq, void *dev_id, ...@@ -2266,7 +2266,7 @@ static void ohci_irq_handler(int irq, void *dev_id,
if (event & OHCI1394_cycleInconsistent) { if (event & OHCI1394_cycleInconsistent) {
/* We subscribe to the cycleInconsistent event only to /* We subscribe to the cycleInconsistent event only to
* clear the corresponding event bit... otherwise, * clear the corresponding event bit... otherwise,
* isochronous cycleMatch DMA wont work. */ * isochronous cycleMatch DMA won't work. */
DBGMSG(ohci->id, "OHCI1394_cycleInconsistent"); DBGMSG(ohci->id, "OHCI1394_cycleInconsistent");
event &= ~OHCI1394_cycleInconsistent; event &= ~OHCI1394_cycleInconsistent;
} }
......
...@@ -1731,7 +1731,7 @@ static void autorun_devices(void) ...@@ -1731,7 +1731,7 @@ static void autorun_devices(void)
mddev_unlock(mddev); mddev_unlock(mddev);
} }
/* on success, candidates will be empty, on error /* on success, candidates will be empty, on error
* it wont... * it won't...
*/ */
ITERATE_RDEV_GENERIC(candidates,rdev,tmp) ITERATE_RDEV_GENERIC(candidates,rdev,tmp)
export_rdev(rdev); export_rdev(rdev);
......
...@@ -86,7 +86,7 @@ void attach_inform(struct i2c_bus *bus, int id) ...@@ -86,7 +86,7 @@ void attach_inform(struct i2c_bus *bus, int id)
if (ztv->tuner_type >= 0) if (ztv->tuner_type >= 0)
{ {
if (i2c_control_device(&ztv->i2c,I2C_DRIVERID_TUNER,TUNER_SET_TYPE,&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; break;
default: default:
......
...@@ -1112,7 +1112,7 @@ net_open(struct net_device *dev) ...@@ -1112,7 +1112,7 @@ net_open(struct net_device *dev)
int i; int i;
int ret; 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) { if (dev->irq < 2) {
/* Allow interrupts to be generated by the chip */ /* Allow interrupts to be generated by the chip */
/* Cirrus' release had this: */ /* Cirrus' release had this: */
......
...@@ -1231,7 +1231,7 @@ static void eth16i_interrupt(int irq, void *dev_id, struct pt_regs *regs) ...@@ -1231,7 +1231,7 @@ static void eth16i_interrupt(int irq, void *dev_id, struct pt_regs *regs)
/* Turn off all interrupts from adapter */ /* Turn off all interrupts from adapter */
outw(ETH16I_INTR_OFF, ioaddr + TX_INTR_REG); outw(ETH16I_INTR_OFF, ioaddr + TX_INTR_REG);
/* eth16i_tx wont be called */ /* eth16i_tx won't be called */
spin_lock(&lp->lock); spin_lock(&lp->lock);
status = inw(ioaddr + TX_STATUS_REG); /* Get the status */ status = inw(ioaddr + TX_STATUS_REG); /* Get the status */
......
...@@ -2811,7 +2811,7 @@ static int hp100_login_to_vg_hub(struct net_device *dev, u_short force_relogin) ...@@ -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); printk("hp100: %s: Problem logging into the HUB.\n", dev->name);
if (lp->chip == HP100_CHIPID_LASSEN) { if (lp->chip == HP100_CHIPID_LASSEN) {
/* Check allowed Register to find out why there is a problem. */ /* 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 #ifdef HP100_DEBUG_TRAINING
printk("hp100: %s: MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), val); printk("hp100: %s: MAC Configuration requested: 0x%04x, HUB allowed: 0x%04x\n", dev->name, hp100_inw(TRAIN_REQUEST), val);
#endif #endif
......
...@@ -567,7 +567,7 @@ static inline void arlan_command_process(struct net_device *dev) ...@@ -567,7 +567,7 @@ static inline void arlan_command_process(struct net_device *dev)
break; break;
times++; times++;
} }
/* if long command, we wont repeat trying */ ; /* if long command, we won't repeat trying */ ;
if (priv->card_polling_interval > 1) if (priv->card_polling_interval > 1)
break; break;
times++; times++;
......
...@@ -2584,7 +2584,7 @@ int submit_bh(int rw, struct buffer_head * bh) ...@@ -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 * 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 * 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 * 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). * the buffer gets unlocked).
* *
* ll_rw_block sets b_end_io to simple completion handler that marks * ll_rw_block sets b_end_io to simple completion handler that marks
......
...@@ -626,7 +626,7 @@ exp_export(struct nfsctl_export *nxp) ...@@ -626,7 +626,7 @@ exp_export(struct nfsctl_export *nxp)
exp = exp_get_by_name(clp, nd.mnt, nd.dentry, NULL); 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) && if ((nxp->ex_flags & NFSEXP_FSID) &&
(fsid_key = exp_get_fsid_key(clp, nxp->ex_dev)) && (fsid_key = exp_get_fsid_key(clp, nxp->ex_dev)) &&
!IS_ERR(fsid_key) && !IS_ERR(fsid_key) &&
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
* Note that IO addresses are NOT considered valid addresses. * Note that IO addresses are NOT considered valid addresses.
* *
* Note, many platforms can simply check if kaddr exceeds a specific size. * 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 * within the range of valid memory addresses & nodes have holes in the
* address range between banks). * address range between banks).
*/ */
......
...@@ -250,7 +250,7 @@ static inline void isa_delay(void) ...@@ -250,7 +250,7 @@ static inline void isa_delay(void)
#define readl(addr) in_le32(addr) #define readl(addr) in_le32(addr)
#define writel(val,addr) out_le32((addr),(val)) #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 readb(addr) in_8(addr)
#define readw(addr) in_le16(addr) #define readw(addr) in_le16(addr)
#define writeb(val,addr) out_8((addr),(val)) #define writeb(val,addr) out_8((addr),(val))
......
...@@ -28,7 +28,7 @@ static inline u64 get_jiffies_64(void) ...@@ -28,7 +28,7 @@ static inline u64 get_jiffies_64(void)
* These inlines deal with timer wrapping correctly. You are * These inlines deal with timer wrapping correctly. You are
* strongly encouraged to use them * strongly encouraged to use them
* 1. Because people otherwise forget * 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. * alter your driver code.
* *
* time_after(a,b) returns true if the time a is after time b. * time_after(a,b) returns true if the time a is after time b.
......
...@@ -1227,7 +1227,7 @@ static void __exit unload_card(ad1816_info *devc) ...@@ -1227,7 +1227,7 @@ static void __exit unload_card(ad1816_info *devc)
sound_free_dma(devc->dma_capture); 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 */ thus we need not ckeck if allocation was successful */
sound_free_dma (devc->dma_playback); sound_free_dma (devc->dma_playback);
free_irq(devc->irq, devc->osp); free_irq(devc->irq, devc->osp);
......
...@@ -918,7 +918,7 @@ static int opl3sa2_suspend(struct pm_dev *pdev, unsigned char pm_mode) ...@@ -918,7 +918,7 @@ static int opl3sa2_suspend(struct pm_dev *pdev, unsigned char pm_mode)
break; 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_read(p->cfg_port, OPL3SA2_PM, &p->reg);
opl3sa2_write(p->cfg_port, OPL3SA2_PM, p->reg | pm_mode); opl3sa2_write(p->cfg_port, OPL3SA2_PM, p->reg | pm_mode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment