diff -ur a/arch/alpha/lib/ev6-stxcpy.S b/arch/alpha/lib/ev6-stxcpy.S
--- a/arch/alpha/lib/ev6-stxcpy.S	Mon Feb 24 11:05:04 2003
+++ b/arch/alpha/lib/ev6-stxcpy.S	Tue Feb 25 10:07:59 2003
@@ -128,7 +128,7 @@
 	ldq_u	t1, 0(a1)		# L : load first src word
 	and	a0, 7, t0		# E : take care not to load a word ...
 	addq	a1, 8, a1		# E :
-	beq	t0, stxcpy_aligned	# U : ... if we wont need it (stall)
+	beq	t0, stxcpy_aligned	# U : ... if we won't need it (stall)
 
 	ldq_u	t0, 0(a0)	# L :
 	br	stxcpy_aligned	# L0 : Latency=3
diff -ur a/arch/alpha/lib/stxcpy.S b/arch/alpha/lib/stxcpy.S
--- a/arch/alpha/lib/stxcpy.S	Mon Feb 24 11:05:12 2003
+++ b/arch/alpha/lib/stxcpy.S	Tue Feb 25 10:08:01 2003
@@ -108,7 +108,7 @@
 	ldq_u	t1, 0(a1)	# e0    : load first src word
 	and	a0, 7, t0	# .. e1 : take care not to load a word ...
 	addq	a1, 8, a1		# e0    :
-	beq	t0, stxcpy_aligned	# .. e1 : ... if we wont need it
+	beq	t0, stxcpy_aligned	# .. e1 : ... if we won't need it
 	ldq_u	t0, 0(a0)	# e0    :
 	br	stxcpy_aligned	# .. e1 :
 
diff -ur a/arch/arm/kernel/entry-armo.S b/arch/arm/kernel/entry-armo.S
--- a/arch/arm/kernel/entry-armo.S	Mon Feb 24 11:05:14 2003
+++ b/arch/arm/kernel/entry-armo.S	Tue Feb 25 10:08:07 2003
@@ -309,7 +309,7 @@
 		mov	r0, sp
 		str	lr, [sp, #-4]!
 		orr	r1, r2, #0x0c000000
-		teqp	r1, #0			@ change into mode (wont be user mode)
+		teqp	r1, #0			@ change into mode (won't be user mode)
 		mov	r0, r0
 		mov	r1, r8			@ Any register from r8 - r14 can be banked
 		mov	r2, r9
diff -ur a/arch/cris/boot/compressed/head.S b/arch/cris/boot/compressed/head.S
--- a/arch/cris/boot/compressed/head.S	Mon Feb 24 11:05:32 2003
+++ b/arch/cris/boot/compressed/head.S	Tue Feb 25 10:08:09 2003
@@ -55,7 +55,7 @@
 	move.d	0x40800000, sp
 
 	;; Figure out where the compressed piggyback image is
-	;; in the flash (since we wont try to copy it to DRAM
+	;; in the flash (since we won't try to copy it to DRAM
 	;; before unpacking). It is at _edata, but in flash.
 	;; Use (_edata - basse) as offset to the current PC.
 	
diff -ur a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c
--- a/arch/ia64/sn/kernel/setup.c	Mon Feb 24 11:05:14 2003
+++ b/arch/ia64/sn/kernel/setup.c	Tue Feb 25 10:08:11 2003
@@ -172,7 +172,7 @@
 
 	/*
 	 * 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 -ur a/arch/parisc/kernel/ptrace.c b/arch/parisc/kernel/ptrace.c
--- a/arch/parisc/kernel/ptrace.c	Mon Feb 24 11:05:09 2003
+++ b/arch/parisc/kernel/ptrace.c	Tue Feb 25 10:08:13 2003
@@ -242,7 +242,7 @@
 			 *
 			 * 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 -ur a/drivers/char/n_hdlc.c b/drivers/char/n_hdlc.c
--- a/drivers/char/n_hdlc.c	Mon Feb 24 11:05:14 2003
+++ b/drivers/char/n_hdlc.c	Tue Feb 25 10:08:20 2003
@@ -833,7 +833,7 @@
 		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 -ur a/drivers/char/rio/rio_linux.c b/drivers/char/rio/rio_linux.c
--- a/drivers/char/rio/rio_linux.c	Mon Feb 24 11:05:34 2003
+++ b/drivers/char/rio/rio_linux.c	Tue Feb 25 10:08:22 2003
@@ -464,7 +464,7 @@
        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 -ur a/drivers/char/sx.c b/drivers/char/sx.c
--- a/drivers/char/sx.c	Mon Feb 24 11:05:16 2003
+++ b/drivers/char/sx.c	Tue Feb 25 10:08:24 2003
@@ -1216,7 +1216,7 @@
 	     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 -ur a/drivers/char/vt.c b/drivers/char/vt.c
--- a/drivers/char/vt.c	Mon Feb 24 11:05:41 2003
+++ b/drivers/char/vt.c	Tue Feb 25 10:08:28 2003
@@ -2872,7 +2872,7 @@
  *  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 -ur a/drivers/ieee1394/eth1394.c b/drivers/ieee1394/eth1394.c
--- a/drivers/ieee1394/eth1394.c	Mon Feb 24 11:05:35 2003
+++ b/drivers/ieee1394/eth1394.c	Tue Feb 25 10:08:31 2003
@@ -663,7 +663,7 @@
 	 * 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 -ur a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c
--- a/drivers/ieee1394/ohci1394.c	Mon Feb 24 11:05:41 2003
+++ b/drivers/ieee1394/ohci1394.c	Tue Feb 25 10:08:33 2003
@@ -2266,7 +2266,7 @@
 	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 -ur a/drivers/md/md.c b/drivers/md/md.c
--- a/drivers/md/md.c	Mon Feb 24 11:05:14 2003
+++ b/drivers/md/md.c	Tue Feb 25 10:08:35 2003
@@ -1731,7 +1731,7 @@
 			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 -ur a/drivers/media/video/zr36120_i2c.c b/drivers/media/video/zr36120_i2c.c
--- a/drivers/media/video/zr36120_i2c.c	Mon Feb 24 11:06:03 2003
+++ b/drivers/media/video/zr36120_i2c.c	Tue Feb 25 10:08:39 2003
@@ -86,7 +86,7 @@
 		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 -ur a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c
--- a/drivers/net/cs89x0.c	Mon Feb 24 11:05:40 2003
+++ b/drivers/net/cs89x0.c	Tue Feb 25 10:08:40 2003
@@ -1112,7 +1112,7 @@
 	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 -ur a/drivers/net/eth16i.c b/drivers/net/eth16i.c
--- a/drivers/net/eth16i.c	Mon Feb 24 11:05:41 2003
+++ b/drivers/net/eth16i.c	Tue Feb 25 10:08:43 2003
@@ -1231,7 +1231,7 @@
 	/* 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 -ur a/drivers/net/hp100.c b/drivers/net/hp100.c
--- a/drivers/net/hp100.c	Mon Feb 24 11:05:16 2003
+++ b/drivers/net/hp100.c	Tue Feb 25 10:08:45 2003
@@ -2811,7 +2811,7 @@
 			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 -ur a/drivers/net/wireless/arlan.c b/drivers/net/wireless/arlan.c
--- a/drivers/net/wireless/arlan.c	Mon Feb 24 11:05:35 2003
+++ b/drivers/net/wireless/arlan.c	Tue Feb 25 10:08:46 2003
@@ -567,7 +567,7 @@
 				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 -ur a/fs/buffer.c b/fs/buffer.c
--- a/fs/buffer.c	Mon Feb 24 11:05:34 2003
+++ b/fs/buffer.c	Tue Feb 25 10:08:48 2003
@@ -2584,7 +2584,7 @@
  * 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 -ur a/fs/nfsd/export.c b/fs/nfsd/export.c
--- a/fs/nfsd/export.c	Mon Feb 24 11:05:34 2003
+++ b/fs/nfsd/export.c	Tue Feb 25 10:08:50 2003
@@ -626,7 +626,7 @@
 
 	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 -ur a/include/asm-ia64/mmzone.h b/include/asm-ia64/mmzone.h
--- a/include/asm-ia64/mmzone.h	Mon Feb 24 11:06:03 2003
+++ b/include/asm-ia64/mmzone.h	Tue Feb 25 10:08:52 2003
@@ -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 -ur a/include/asm-m68k/io.h b/include/asm-m68k/io.h
--- a/include/asm-m68k/io.h	Mon Feb 24 11:05:35 2003
+++ b/include/asm-m68k/io.h	Tue Feb 25 10:08:54 2003
@@ -250,7 +250,7 @@
 #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 -ur a/include/linux/jiffies.h b/include/linux/jiffies.h
--- a/include/linux/jiffies.h	Mon Feb 24 11:05:05 2003
+++ b/include/linux/jiffies.h	Tue Feb 25 10:08:56 2003
@@ -28,7 +28,7 @@
  *	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 -ur a/sound/oss/ad1816.c b/sound/oss/ad1816.c
--- a/sound/oss/ad1816.c	Mon Feb 24 11:05:43 2003
+++ b/sound/oss/ad1816.c	Tue Feb 25 10:08:59 2003
@@ -1227,7 +1227,7 @@
 			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 -ur a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c
--- a/sound/oss/opl3sa2.c	Mon Feb 24 11:05:04 2003
+++ b/sound/oss/opl3sa2.c	Tue Feb 25 10:09:05 2003
@@ -918,7 +918,7 @@
 		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);
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/