Commit 0455392a authored by Michael Hayes's avatar Michael Hayes Committed by Linus Torvalds

[PATCH] Spelling fixes: immediately

    immediatly -> immediately
parent d1e76fee
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/* /*
* Converts an ECOFF or ELF object file into a bootable file. The * Converts an ECOFF or ELF object file into a bootable file. The
* object file must be a OMAGIC file (i.e., data and bss follow immediatly * object file must be a OMAGIC file (i.e., data and bss follow immediately
* behind the text). See DEC "Assembly Language Programmer's Guide" * behind the text). See DEC "Assembly Language Programmer's Guide"
* documentation for details. The SRM boot process is documented in * documentation for details. The SRM boot process is documented in
* the Alpha AXP Architecture Reference Manual, Second Edition by * the Alpha AXP Architecture Reference Manual, Second Edition by
......
...@@ -1766,7 +1766,7 @@ will look differently: ...@@ -1766,7 +1766,7 @@ will look differently:
B= Break character (0x00) with framing error. B= Break character (0x00) with framing error.
E= Error byte with parity error received after B characters. E= Error byte with parity error received after B characters.
F= "Faked" valid byte received immediatly after B characters. F= "Faked" valid byte received immediately after B characters.
V= Valid byte V= Valid byte
1. 1.
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
* is currently at that time unused, be careful if you want change * is currently at that time unused, be careful if you want change
* something here. %d0 and %d1 is always usable, sometimes %d2 (or * something here. %d0 and %d1 is always usable, sometimes %d2 (or
* only the lower half) most function have to return the %a0 * only the lower half) most function have to return the %a0
* unmodified, so that the caller can immediatly reuse it. * unmodified, so that the caller can immediately reuse it.
*/ */
.globl fp_ill, fp_end .globl fp_ill, fp_end
......
...@@ -109,7 +109,7 @@ __secondary_hold_spinloop: ...@@ -109,7 +109,7 @@ __secondary_hold_spinloop:
.llong 0x0 .llong 0x0
/* Secondary processors write this value with their cpu # */ /* Secondary processors write this value with their cpu # */
/* after they enter the spin loop immediatly below. */ /* after they enter the spin loop immediately below. */
.globl __secondary_hold_acknowledge .globl __secondary_hold_acknowledge
__secondary_hold_acknowledge: __secondary_hold_acknowledge:
.llong 0x0 .llong 0x0
......
...@@ -1081,7 +1081,7 @@ static void finish_fdc(void) ...@@ -1081,7 +1081,7 @@ static void finish_fdc(void)
MotorOn = 1; MotorOn = 1;
START_TIMEOUT(); START_TIMEOUT();
/* we must wait for the IRQ here, because the ST-DMA is /* we must wait for the IRQ here, because the ST-DMA is
* released immediatly afterwards and the interrupt may be * released immediately afterwards and the interrupt may be
* delivered to the wrong driver. * delivered to the wrong driver.
*/ */
} }
......
...@@ -406,7 +406,7 @@ static void issue_command(int command, unsigned char *cmdb, int len) ...@@ -406,7 +406,7 @@ static void issue_command(int command, unsigned char *cmdb, int len)
outw(command, MFM_COMMAND); outw(command, MFM_COMMAND);
status = inw(MFM_STATUS); status = inw(MFM_STATUS);
DBG("issue_command: status immediatly after command issue: %02X:\n ", status >> 8); DBG("issue_command: status immediately after command issue: %02X:\n ", status >> 8);
} }
static void wait_for_completion(void) static void wait_for_completion(void)
......
...@@ -428,7 +428,7 @@ extern unsigned char scc_shadow[2][16]; ...@@ -428,7 +428,7 @@ extern unsigned char scc_shadow[2][16];
* for that purpose. They assume that a local variable 'port' is * for that purpose. They assume that a local variable 'port' is
* declared and pointing to the port's scc_struct entry. The * declared and pointing to the port's scc_struct entry. The
* variants with "_NB" appended should be used if no other SCC * variants with "_NB" appended should be used if no other SCC
* accesses follow immediatly (within 0.5 usecs). They just skip the * accesses follow immediately (within 0.5 usecs). They just skip the
* final delay nops. * final delay nops.
* *
* Please note that accesses to SCC registers should only take place * Please note that accesses to SCC registers should only take place
......
...@@ -880,7 +880,7 @@ void tpam_recv_U3DataInd(tpam_card *card, struct sk_buff *skb) { ...@@ -880,7 +880,7 @@ void tpam_recv_U3DataInd(tpam_card *card, struct sk_buff *skb) {
memcpy(skb_put(result, len), data, len); memcpy(skb_put(result, len), data, len);
} }
/* In loop mode, resend the data immediatly */ /* In loop mode, resend the data immediately */
if (card->loopmode) { if (card->loopmode) {
struct sk_buff *loopskb; struct sk_buff *loopskb;
......
...@@ -3629,7 +3629,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd, ...@@ -3629,7 +3629,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd,
("%s: ioctl VIDIOCCAPTURE: %d\n", zr->name, ("%s: ioctl VIDIOCCAPTURE: %d\n", zr->name,
v)); v));
/* If there is nothing to do, return immediatly */ /* If there is nothing to do, return immediately */
if ((v && zr->v4l_overlay_active) if ((v && zr->v4l_overlay_active)
|| (!v && !zr->v4l_overlay_active)) || (!v && !zr->v4l_overlay_active))
...@@ -4048,7 +4048,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd, ...@@ -4048,7 +4048,7 @@ static int do_zoran_ioctl(struct zoran *zr, unsigned int cmd,
zr->params = bp; zr->params = bp;
/* Make changes of input and norm go into effect immediatly */ /* Make changes of input and norm go into effect immediately */
/* We switch overlay off and on since a change in the norm /* We switch overlay off and on since a change in the norm
needs different VFE settings */ needs different VFE settings */
......
...@@ -264,7 +264,7 @@ struct s_smc *smc ; ...@@ -264,7 +264,7 @@ struct s_smc *smc ;
* para start start time * para start start time
* duration time to wait * duration time to wait
* *
* NOTE: The fuction will return immediatly, if the timer is not * NOTE: The fuction will return immediately, if the timer is not
* started * started
************************/ ************************/
void hwt_wait_time(smc,start,duration) void hwt_wait_time(smc,start,duration)
......
...@@ -1024,7 +1024,7 @@ static struct net_device *lmc_probe1 (struct net_device *dev, unsigned long ioad ...@@ -1024,7 +1024,7 @@ static struct net_device *lmc_probe1 (struct net_device *dev, unsigned long ioad
} }
/* This is the entry point. This is what is called immediatly. */ /* This is the entry point. This is what is called immediately. */
/* This goes out and finds the card */ /* This goes out and finds the card */
int lmc_probe_fake(struct net_device *dev) /*fold00*/ int lmc_probe_fake(struct net_device *dev) /*fold00*/
......
...@@ -467,7 +467,7 @@ dasd_diag_dump_sense(dasd_device_t *device, dasd_ccw_req_t * req, ...@@ -467,7 +467,7 @@ dasd_diag_dump_sense(dasd_device_t *device, dasd_ccw_req_t * req,
* the diag_bio_t for each block has 16 bytes. * the diag_bio_t for each block has 16 bytes.
* That makes: * That makes:
* (8192 - 96 - 8) / 16 = 505.5 blocks at maximum. * (8192 - 96 - 8) / 16 = 505.5 blocks at maximum.
* We want to fit two into the available memory so that we can immediatly * We want to fit two into the available memory so that we can immediately
* start the next request if one finishes off. That makes 252.75 blocks * start the next request if one finishes off. That makes 252.75 blocks
* for one request. Give a little safety and the result is 240. * for one request. Give a little safety and the result is 240.
*/ */
......
...@@ -1427,7 +1427,7 @@ dasd_eckd_dump_sense(struct dasd_device_t *device, dasd_ccw_req_t * req, ...@@ -1427,7 +1427,7 @@ dasd_eckd_dump_sense(struct dasd_device_t *device, dasd_ccw_req_t * req,
* addition we have one define extent ccw + 16 bytes of data and one * addition we have one define extent ccw + 16 bytes of data and one
* locate record ccw + 16 bytes of data. That makes: * locate record ccw + 16 bytes of data. That makes:
* (8192 - 24 - 136 - 8 - 16 - 8 - 16) / 16 = 499 blocks at maximum. * (8192 - 24 - 136 - 8 - 16 - 8 - 16) / 16 = 499 blocks at maximum.
* We want to fit two into the available memory so that we can immediatly * We want to fit two into the available memory so that we can immediately
* start the next request if one finishes off. That makes 249.5 blocks * start the next request if one finishes off. That makes 249.5 blocks
* for one request. Give a little safety and the result is 240. * for one request. Give a little safety and the result is 240.
*/ */
......
...@@ -389,7 +389,7 @@ dasd_fba_dump_sense(struct dasd_device_t *device, dasd_ccw_req_t * req, ...@@ -389,7 +389,7 @@ dasd_fba_dump_sense(struct dasd_device_t *device, dasd_ccw_req_t * req,
* locate record ccw for each block (stupid devices!) + 16 bytes of data. * locate record ccw for each block (stupid devices!) + 16 bytes of data.
* That makes: * That makes:
* (8192 - 24 - 136 - 8 - 16) / 40 = 200.2 blocks at maximum. * (8192 - 24 - 136 - 8 - 16) / 40 = 200.2 blocks at maximum.
* We want to fit two into the available memory so that we can immediatly * We want to fit two into the available memory so that we can immediately
* start the next request if one finishes off. That makes 100.1 blocks * start the next request if one finishes off. That makes 100.1 blocks
* for one request. Give a little safety and the result is 96. * for one request. Give a little safety and the result is 96.
*/ */
......
...@@ -312,10 +312,10 @@ raw3215_timeout(unsigned long __data) ...@@ -312,10 +312,10 @@ raw3215_timeout(unsigned long __data)
} }
/* /*
* Function to conditionally start an IO. A read is started immediatly, * Function to conditionally start an IO. A read is started immediately,
* a write is only started immediatly if the flush flag is on or the * a write is only started immediately if the flush flag is on or the
* amount of data is bigger than RAW3215_MIN_WRITE. If a write is not * amount of data is bigger than RAW3215_MIN_WRITE. If a write is not
* done immediatly a timer is started with a delay of RAW3215_TIMEOUT. * done immediately a timer is started with a delay of RAW3215_TIMEOUT.
*/ */
static inline void static inline void
raw3215_try_io(struct raw3215_info *raw) raw3215_try_io(struct raw3215_info *raw)
......
...@@ -192,7 +192,7 @@ sclp_write(struct sclp_buffer *buffer, ...@@ -192,7 +192,7 @@ sclp_write(struct sclp_buffer *buffer,
* under VM (Why does VM interpret \n but the native machine doesn't ?) * under VM (Why does VM interpret \n but the native machine doesn't ?)
* *
* Depending on i/o-control setting the message is always written * Depending on i/o-control setting the message is always written
* immediatly or we wait for a final new line maybe coming with the * immediately or we wait for a final new line maybe coming with the
* next message. Besides we avoid a buffer overrun by writing its * next message. Besides we avoid a buffer overrun by writing its
* content. * content.
* *
......
...@@ -288,7 +288,7 @@ ccw_device_online(struct ccw_device *cdev) ...@@ -288,7 +288,7 @@ ccw_device_online(struct ccw_device *cdev)
} }
/* Is Set Path Group supported? */ /* Is Set Path Group supported? */
if (!cdev->private->flags.pgid_supp) { if (!cdev->private->flags.pgid_supp) {
/* No, set state online immediatly. */ /* No, set state online immediately. */
ccw_device_done(cdev, DEV_STATE_ONLINE); ccw_device_done(cdev, DEV_STATE_ONLINE);
return 0; return 0;
} }
...@@ -333,7 +333,7 @@ ccw_device_offline(struct ccw_device *cdev) ...@@ -333,7 +333,7 @@ ccw_device_offline(struct ccw_device *cdev)
return -EBUSY; return -EBUSY;
/* Is Set Path Group supported? */ /* Is Set Path Group supported? */
if (!cdev->private->flags.pgid_supp) { if (!cdev->private->flags.pgid_supp) {
/* No, set state offline immediatly. */ /* No, set state offline immediately. */
ccw_device_done(cdev, DEV_STATE_OFFLINE); ccw_device_done(cdev, DEV_STATE_OFFLINE);
return 0; return 0;
} }
......
...@@ -1206,7 +1206,7 @@ __lcs_start_xmit(struct lcs_card *card, struct sk_buff *skb, ...@@ -1206,7 +1206,7 @@ __lcs_start_xmit(struct lcs_card *card, struct sk_buff *skb,
card->stats.tx_packets++; card->stats.tx_packets++;
dev_kfree_skb(skb); dev_kfree_skb(skb);
if (card->tx_emitted <= 0) if (card->tx_emitted <= 0)
/* If this is the first tx buffer emit it immediatly. */ /* If this is the first tx buffer emit it immediately. */
__lcs_emit_txbuffer(card); __lcs_emit_txbuffer(card);
return 0; return 0;
} }
......
...@@ -165,7 +165,7 @@ struct r3964_block_header ...@@ -165,7 +165,7 @@ struct r3964_block_header
{ {
unsigned int length; /* length in chars without header */ unsigned int length; /* length in chars without header */
unsigned char *data; /* usually data is located unsigned char *data; /* usually data is located
immediatly behind this struct */ immediately behind this struct */
unsigned int locks; /* only used in rx_buffer */ unsigned int locks; /* only used in rx_buffer */
struct r3964_block_header *next; struct r3964_block_header *next;
......
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