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

[PATCH] Spelling fixes: can't

    cant -> can't (28 occurrences)
parent 460f573a
......@@ -132,7 +132,7 @@
* Items worth noticing:
*
* No Etrax100 port 1 workarounds (does only compile on 2.4 anyway now)
* RS485 is not ported (why cant it be done in userspace as on x86 ?)
* RS485 is not ported (why can't it be done in userspace as on x86 ?)
* Statistics done through async_icount - if any more stats are needed,
* that's the place to put them or in an arch-dep version of it.
* timeout_interrupt and the other fast timeout stuff not ported yet
......
......@@ -218,7 +218,7 @@ build_efi_memmap(void *md, int mdsize)
}
/*
* Check for the node 0 hole. Since banks cant
* Check for the node 0 hole. Since banks can't
* span the hole, we only need to check if the end of
* the range is the end of the hole.
*/
......
......@@ -49,7 +49,7 @@ ieee754sp ieee754sp_fdp(ieee754dp x)
case IEEE754_CLASS_ZERO:
return ieee754sp_zero(xs);
case IEEE754_CLASS_DNORM:
/* cant possibly be sp representable */
/* can't possibly be sp representable */
SETCX(IEEE754_UNDERFLOW);
return ieee754sp_xcpt(ieee754sp_zero(xs), "fdp", x);
case IEEE754_CLASS_NORM:
......
......@@ -49,7 +49,7 @@ ieee754sp ieee754sp_fdp(ieee754dp x)
case IEEE754_CLASS_ZERO:
return ieee754sp_zero(xs);
case IEEE754_CLASS_DNORM:
/* cant possibly be sp representable */
/* can't possibly be sp representable */
SETCX(IEEE754_UNDERFLOW);
return ieee754sp_xcpt(ieee754sp_zero(xs), "fdp", x);
case IEEE754_CLASS_NORM:
......
......@@ -4505,7 +4505,7 @@ void mgslpc_sppp_rx_done(MGSLPC_INFO *info, char *buf, int size)
if (debug_level >= DEBUG_LEVEL_INFO)
printk("mgslpc_sppp_rx_done(%s)\n",info->netname);
if (skb == NULL) {
printk(KERN_NOTICE "%s: cant alloc skb, dropping packet\n",
printk(KERN_NOTICE "%s: can't alloc skb, dropping packet\n",
info->netname);
info->netstats.rx_dropped++;
return;
......
......@@ -737,10 +737,10 @@ int
RIOCookMode(struct ttystatics *tp)
{
/*
** We cant handle tm.c_mstate != 0 on SCO
** We cant handle mapping
** We cant handle non-ttwrite line disc.
** We cant handle lflag XCASE
** We can't handle tm.c_mstate != 0 on SCO
** We can't handle mapping
** We can't handle non-ttwrite line disc.
** We can't handle lflag XCASE
** We can handle oflag OPOST & (OCRNL, ONLCR, TAB3)
*/
......
......@@ -8103,7 +8103,7 @@ void mgsl_sppp_rx_done(struct mgsl_struct *info, char *buf, int size)
if (debug_level >= DEBUG_LEVEL_INFO)
printk("mgsl_sppp_rx_done(%s)\n",info->netname);
if (skb == NULL) {
printk(KERN_NOTICE "%s: cant alloc skb, dropping packet\n",
printk(KERN_NOTICE "%s: can't alloc skb, dropping packet\n",
info->netname);
info->netstats.rx_dropped++;
return;
......
......@@ -1829,7 +1829,7 @@ static void sppp_rx_done(SLMP_INFO *info, char *buf, int size)
if (debug_level >= DEBUG_LEVEL_INFO)
printk("sppp_rx_done(%s)\n",info->netname);
if (skb == NULL) {
printk(KERN_NOTICE "%s: cant alloc skb, dropping packet\n",
printk(KERN_NOTICE "%s: can't alloc skb, dropping packet\n",
info->netname);
info->netstats.rx_dropped++;
return;
......
......@@ -15,7 +15,7 @@
*/
/* What ever you think about the ACI, version 0x07 is not very well!
* I cant get frequency, 'tuner status', 'tuner flags' or mute/mono
* I can't get frequency, 'tuner status', 'tuner flags' or mute/mono
* conditions... Robert
*/
......@@ -93,7 +93,7 @@ static int pcm20_getflags(struct pcm20_device *dev, __u32 *flags, __u16 *signal)
} else {
/* stereo */
*flags=VIDEO_TUNER_STEREO_ON;
/* I cant see stereo, when forced to mono */
/* I can't see stereo, when forced to mono */
dev->stereo=1;
}
......
......@@ -217,7 +217,7 @@ static int blkmtd_readpage(mtd_raw_dev_data_t *rawdevice, struct page *page)
DEBUG(3, "blkmtd: readpage: getting kiovec\n");
err = alloc_kiovec(1, &iobuf);
if (err) {
printk("blkmtd: cant allocate kiobuf\n");
printk("blkmtd: can't allocate kiobuf\n");
SetPageError(page);
return err;
}
......@@ -226,7 +226,7 @@ static int blkmtd_readpage(mtd_raw_dev_data_t *rawdevice, struct page *page)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,4)
blocks = kmalloc(KIO_MAX_SECTORS * sizeof(*blocks));
if(blocks == NULL) {
printk("blkmtd: cant allocate iobuf blocks\n");
printk("blkmtd: can't allocate iobuf blocks\n");
free_kiovec(1, &iobuf);
SetPageError(page);
return -ENOMEM;
......@@ -306,7 +306,7 @@ static int write_queue_task(void *data)
daemonize("blkmtdd");
if(alloc_kiovec(1, &iobuf)) {
printk("blkmtd: write_queue_task cant allocate kiobuf\n");
printk("blkmtd: write_queue_task can't allocate kiobuf\n");
return 0;
}
......@@ -314,7 +314,7 @@ static int write_queue_task(void *data)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,4)
blocks = kmalloc(KIO_MAX_SECTORS * sizeof(unsigned long));
if(blocks == NULL) {
printk("blkmtd: write_queue_task cant allocate iobuf blocks\n");
printk("blkmtd: write_queue_task can't allocate iobuf blocks\n");
free_kiovec(1, &iobuf);
return 0;
}
......@@ -794,7 +794,7 @@ static int blkmtd_write(struct mtd_info *mtd, loff_t to, size_t len,
page = grab_cache_page(&rawdevice->as, pagenr);
DEBUG(3, "blkmtd: write: got page %d from page cache\n", pagenr);
if(!page) {
printk("blkmtd: write: cant grab cache page %d\n", pagenr);
printk("blkmtd: write: can't grab cache page %d\n", pagenr);
err = -EIO;
goto write_err;
}
......@@ -1090,7 +1090,7 @@ static int __init init_blkmtd(void)
file = filp_open(device, mode, 0);
if(IS_ERR(file)) {
printk("blkmtd: error, cant open device %s\n", device);
printk("blkmtd: error, can't open device %s\n", device);
DEBUG(2, "blkmtd: filp_open returned %ld\n", PTR_ERR(file));
return 1;
}
......@@ -1144,7 +1144,7 @@ static int __init init_blkmtd(void)
DEBUG(1, "blkmtd: size = %ld\n", (long int)size);
if(size == 0) {
printk("blkmtd: cant determine size\n");
printk("blkmtd: can't determine size\n");
blkdev_put(bdev, BDEV_RAW);
return 1;
}
......
......@@ -2868,7 +2868,7 @@ static void hp100_cascade_reset(struct net_device *dev, u_short enable)
hp100_andb(~HP100_PCI_RESET, PCICTRL2);
hp100_orb(HP100_PCI_RESET, PCICTRL2);
/* Wait for min. 300 ns */
/* we cant use jiffies here, because it may be */
/* we can't use jiffies here, because it may be */
/* that we have disabled the timer... */
udelay(400);
hp100_andb(~HP100_PCI_RESET, PCICTRL2);
......
......@@ -806,7 +806,7 @@ static int konicawc_probe(struct usb_interface *intf, const struct usb_device_id
while(i--) {
usb_free_urb(cam->sts_urb[i]);
}
err("cant allocate urbs");
err("can't allocate urbs");
return -ENOMEM;
}
}
......
......@@ -541,7 +541,7 @@ befs_utf2nls(struct super_block *sb, const char *in,
wchar_t uni;
int unilen, utflen;
char *result;
int maxlen = in_len; /* The utf8->nls conversion cant make more chars */
int maxlen = in_len; /* The utf8->nls conversion can't make more chars */
befs_debug(sb, "---> utf2nls()");
......
......@@ -125,7 +125,7 @@
#if 0
* The following is to fool mkdep into generating the correct
* dependencies. Without this, it cant figure out that this
* dependencies. Without this, it can't figure out that this
* file does indeed depend on the cpu-*.h files.
#include <asm/cpu-single.h>
#include <asm/cpu-multi26.h>
......
......@@ -60,7 +60,7 @@
#define gcrOnMFMErr -400 /* GCR (400/800K) on HD media */
#define verErr -84 /* verify failed */
#define fmt2Err -83 /* cant get enough sync during format */
#define fmt2Err -83 /* can't get enough sync during format */
#define fmt1Err -82 /* can't find sector 0 after track format */
#define sectNFErr -81 /* can't find sector */
#define seekErr -80 /* drive error during seek */
......
......@@ -59,7 +59,7 @@
#define IF_IFACE_X21 0x1002 /* X.21 serial interface */
#define IF_IFACE_T1 0x1003 /* T1 telco serial interface */
#define IF_IFACE_E1 0x1004 /* E1 telco serial interface */
#define IF_IFACE_SYNC_SERIAL 0x1005 /* cant'b be set by software */
#define IF_IFACE_SYNC_SERIAL 0x1005 /* can't be set by software */
/* For definitions see hdlc.h */
#define IF_PROTO_HDLC 0x2000 /* raw HDLC protocol */
......
......@@ -804,7 +804,7 @@ ac97_recmask_io(struct ess_card *card, int read, int mask)
if (read) return val;
/* oss can have many inputs, maestro cant. try
/* oss can have many inputs, maestro can't. try
to pick the 'new' one */
if (mask != val) mask &= ~val;
......
......@@ -181,7 +181,7 @@ void cs46xx_dsp_remove_scb (cs46xx_t *chip, dsp_scb_descriptor_t * scb)
(ins->scbs + scb->index) == scb), return );
#if 0
/* cant remove a SCB with childs before
/* can't remove a SCB with childs before
removing childs first */
snd_assert ( (scb->sub_list_ptr == ins->the_null_scb &&
scb->next_scb_ptr == ins->the_null_scb),
......
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