Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spelling fixes

acquired (aquired)
contiguous (contigious)
successful (succesful, succesfull)
surprise (suprise)
whether (weather)
some other misspellings

Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Andreas Mohr and committed by
Adrian Bunk
d6e05edc f18190bd

+88 -88
+1 -1
arch/i386/kernel/cpu/cyrix.c
··· 354 354 * This function only handles the GX processor, and kicks every 355 355 * thing else to the Cyrix init function above - that should 356 356 * cover any processors that might have been branded differently 357 - * after NSC aquired Cyrix. 357 + * after NSC acquired Cyrix. 358 358 * 359 359 * If this breaks your GX1 horribly, please e-mail 360 360 * info-linux@ldcmail.amd.com to tell us.
+1 -1
arch/i386/kernel/i8259.c
··· 175 175 * Lightweight spurious IRQ detection. We do not want 176 176 * to overdo spurious IRQ handling - it's usually a sign 177 177 * of hardware problems, so we only do the checks we can 178 - * do without slowing down good hardware unnecesserily. 178 + * do without slowing down good hardware unnecessarily. 179 179 * 180 180 * Note that IRQ7 and IRQ15 (the two spurious IRQs 181 181 * usually resulting from the 8259A-1|2 PICs) occur
+2 -2
arch/mips/momentum/ocelot_g/gt-irq.c
··· 59 59 * bit_num - Indicates which bit number in the cause register 60 60 * 61 61 * Outputs : 62 - * 1 if succesful, 0 if failure 62 + * 1 if successful, 0 if failure 63 63 */ 64 64 int enable_galileo_irq(int int_cause, int bit_num) 65 65 { ··· 83 83 * bit_num - Indicates which bit number in the cause register 84 84 * 85 85 * Outputs : 86 - * 1 if succesful, 0 if failure 86 + * 1 if successful, 0 if failure 87 87 */ 88 88 int disable_galileo_irq(int int_cause, int bit_num) 89 89 {
+1 -1
arch/powerpc/platforms/cell/spufs/switch.c
··· 2100 2100 * @spu: pointer to SPU iomem structure. 2101 2101 * 2102 2102 * Perform harvest + restore, as we may not be coming 2103 - * from a previous succesful save operation, and the 2103 + * from a previous successful save operation, and the 2104 2104 * hardware state is unknown. 2105 2105 */ 2106 2106 int spu_restore(struct spu_state *new, struct spu *spu)
+1 -1
arch/powerpc/platforms/pseries/eeh_cache.c
··· 287 287 * find the pci device that corresponds to a given address. 288 288 * This routine scans all pci busses to build the cache. 289 289 * Must be run late in boot process, after the pci controllers 290 - * have been scaned for devices (after all device resources are known). 290 + * have been scanned for devices (after all device resources are known). 291 291 */ 292 292 void __init pci_addr_cache_build(void) 293 293 {
+1 -1
arch/s390/kernel/vtime.c
··· 356 356 357 357 set_vtimer(event->expires); 358 358 spin_unlock_irqrestore(&vt_list->lock, flags); 359 - /* release CPU aquired in prepare_vtimer or mod_virt_timer() */ 359 + /* release CPU acquired in prepare_vtimer or mod_virt_timer() */ 360 360 put_cpu(); 361 361 } 362 362
+1 -1
arch/um/drivers/ubd_kern.c
··· 1222 1222 } 1223 1223 } 1224 1224 1225 - /* Succesful return case! */ 1225 + /* Successful return case! */ 1226 1226 if(backing_file_out == NULL) 1227 1227 return(fd); 1228 1228
+1 -1
arch/x86_64/kernel/i8259.c
··· 278 278 * Lightweight spurious IRQ detection. We do not want 279 279 * to overdo spurious IRQ handling - it's usually a sign 280 280 * of hardware problems, so we only do the checks we can 281 - * do without slowing down good hardware unnecesserily. 281 + * do without slowing down good hardware unnecessarily. 282 282 * 283 283 * Note that IRQ7 and IRQ15 (the two spurious IRQs 284 284 * usually resulting from the 8259A-1|2 PICs) occur
+1 -1
block/as-iosched.c
··· 892 892 } 893 893 894 894 /* 895 - * as_can_anticipate indicates weather we should either run arq 895 + * as_can_anticipate indicates whether we should either run arq 896 896 * or keep anticipating a better request. 897 897 */ 898 898 static int as_can_anticipate(struct as_data *ad, struct as_rq *arq)
+2 -2
block/ll_rw_blk.c
··· 2745 2745 return 0; 2746 2746 2747 2747 /* 2748 - * not contigious 2748 + * not contiguous 2749 2749 */ 2750 2750 if (req->sector + req->nr_sectors != next->sector) 2751 2751 return 0; ··· 3415 3415 * 3416 3416 * Description: 3417 3417 * Ends all I/O on a request. It does not handle partial completions, 3418 - * unless the driver actually implements this in its completionc callback 3418 + * unless the driver actually implements this in its completion callback 3419 3419 * through requeueing. Theh actual completion happens out-of-order, 3420 3420 * through a softirq handler. The user must have registered a completion 3421 3421 * callback through blk_queue_softirq_done().
+1 -1
drivers/atm/firestream.c
··· 951 951 it most likely that the chip will notice it. It also prevents us 952 952 from having to wait for completion. On the other hand, we may 953 953 need to wait for completion anyway, to see if it completed 954 - succesfully. */ 954 + successfully. */ 955 955 956 956 switch (atm_vcc->qos.aal) { 957 957 case ATM_AAL2:
+1 -1
drivers/char/agp/amd-k7-agp.c
··· 118 118 return retval; 119 119 } 120 120 121 - /* Since we don't need contigious memory we just try 121 + /* Since we don't need contiguous memory we just try 122 122 * to get the gatt table once 123 123 */ 124 124
+1 -1
drivers/char/agp/ati-agp.c
··· 261 261 #endif 262 262 263 263 /* 264 - *Since we don't need contigious memory we just try 264 + *Since we don't need contiguous memory we just try 265 265 * to get the gatt table once 266 266 */ 267 267
+1 -1
drivers/char/agp/efficeon-agp.c
··· 177 177 178 178 179 179 /* 180 - * Since we don't need contigious memory we just try 180 + * Since we don't need contiguous memory we just try 181 181 * to get the gatt table once 182 182 */ 183 183
+1 -1
drivers/char/rio/riointr.c
··· 546 546 ** run out of space it will be set to the offset of the 547 547 ** next byte to copy from the packet data area. The packet 548 548 ** length field is decremented by the number of bytes that 549 - ** we succesfully removed from the packet. When this reaches 549 + ** we successfully removed from the packet. When this reaches 550 550 ** zero, we reset the offset pointer to be zero, and free 551 551 ** the packet from the front of the queue. 552 552 */
+1 -1
drivers/hwmon/asb100.c
··· 341 341 342 342 /* Note: we save and restore the fan minimum here, because its value is 343 343 determined in part by the fan divisor. This follows the principle of 344 - least suprise; the user doesn't expect the fan minimum to change just 344 + least surprise; the user doesn't expect the fan minimum to change just 345 345 because the divisor changed. */ 346 346 static ssize_t set_fan_div(struct device *dev, const char *buf, 347 347 size_t count, int nr)
+1 -1
drivers/hwmon/lm78.c
··· 358 358 359 359 /* Note: we save and restore the fan minimum here, because its value is 360 360 determined in part by the fan divisor. This follows the principle of 361 - least suprise; the user doesn't expect the fan minimum to change just 361 + least surprise; the user doesn't expect the fan minimum to change just 362 362 because the divisor changed. */ 363 363 static ssize_t set_fan_div(struct device *dev, const char *buf, 364 364 size_t count, int nr)
+1 -1
drivers/hwmon/lm80.c
··· 253 253 254 254 /* Note: we save and restore the fan minimum here, because its value is 255 255 determined in part by the fan divisor. This follows the principle of 256 - least suprise; the user doesn't expect the fan minimum to change just 256 + least surprise; the user doesn't expect the fan minimum to change just 257 257 because the divisor changed. */ 258 258 static ssize_t set_fan_div(struct device *dev, const char *buf, 259 259 size_t count, int nr)
+1 -1
drivers/hwmon/lm87.c
··· 421 421 422 422 /* Note: we save and restore the fan minimum here, because its value is 423 423 determined in part by the fan clock divider. This follows the principle 424 - of least suprise; the user doesn't expect the fan minimum to change just 424 + of least surprise; the user doesn't expect the fan minimum to change just 425 425 because the divider changed. */ 426 426 static ssize_t set_fan_div(struct device *dev, const char *buf, 427 427 size_t count, int nr)
+1 -1
drivers/hwmon/sis5595.c
··· 380 380 381 381 /* Note: we save and restore the fan minimum here, because its value is 382 382 determined in part by the fan divisor. This follows the principle of 383 - least suprise; the user doesn't expect the fan minimum to change just 383 + least surprise; the user doesn't expect the fan minimum to change just 384 384 because the divisor changed. */ 385 385 static ssize_t set_fan_div(struct device *dev, const char *buf, 386 386 size_t count, int nr)
+1 -1
drivers/hwmon/smsc47m1.c
··· 207 207 208 208 /* Note: we save and restore the fan minimum here, because its value is 209 209 determined in part by the fan clock divider. This follows the principle 210 - of least suprise; the user doesn't expect the fan minimum to change just 210 + of least surprise; the user doesn't expect the fan minimum to change just 211 211 because the divider changed. */ 212 212 static ssize_t set_fan_div(struct device *dev, const char *buf, 213 213 size_t count, int nr)
+1 -1
drivers/hwmon/w83627hf.c
··· 781 781 782 782 /* Note: we save and restore the fan minimum here, because its value is 783 783 determined in part by the fan divisor. This follows the principle of 784 - least suprise; the user doesn't expect the fan minimum to change just 784 + least surprise; the user doesn't expect the fan minimum to change just 785 785 because the divisor changed. */ 786 786 static ssize_t 787 787 store_fan_div_reg(struct device *dev, const char *buf, size_t count, int nr)
+1 -1
drivers/hwmon/w83781d.c
··· 630 630 631 631 /* Note: we save and restore the fan minimum here, because its value is 632 632 determined in part by the fan divisor. This follows the principle of 633 - least suprise; the user doesn't expect the fan minimum to change just 633 + least surprise; the user doesn't expect the fan minimum to change just 634 634 because the divisor changed. */ 635 635 static ssize_t 636 636 store_fan_div_reg(struct device *dev, const char *buf, size_t count, int nr)
+1 -1
drivers/hwmon/w83792d.c
··· 463 463 464 464 /* Note: we save and restore the fan minimum here, because its value is 465 465 determined in part by the fan divisor. This follows the principle of 466 - least suprise; the user doesn't expect the fan minimum to change just 466 + least surprise; the user doesn't expect the fan minimum to change just 467 467 because the divisor changed. */ 468 468 static ssize_t 469 469 store_fan_div(struct device *dev, struct device_attribute *attr,
+1 -1
drivers/ide/ide-disk.c
··· 37 37 * Version 1.15 convert all calls to ide_raw_taskfile 38 38 * since args will return register content. 39 39 * Version 1.16 added suspend-resume-checkpower 40 - * Version 1.17 do flush on standy, do flush on ATA < ATA6 40 + * Version 1.17 do flush on standby, do flush on ATA < ATA6 41 41 * fix wcache setup. 42 42 */ 43 43
+1 -1
drivers/ide/ide-io.c
··· 1665 1665 * Initialize a request before we fill it in and send it down to 1666 1666 * ide_do_drive_cmd. Commands must be set up by this function. Right 1667 1667 * now it doesn't do a lot, but if that changes abusers will have a 1668 - * nasty suprise. 1668 + * nasty surprise. 1669 1669 */ 1670 1670 1671 1671 void ide_init_drive_cmd (struct request *rq)
+1 -1
drivers/ieee1394/hosts.c
··· 103 103 * driver specific parts, enable the controller and make it available 104 104 * to the general subsystem using hpsb_add_host(). 105 105 * 106 - * Return Value: a pointer to the &hpsb_host if succesful, %NULL if 106 + * Return Value: a pointer to the &hpsb_host if successful, %NULL if 107 107 * no memory was available. 108 108 */ 109 109 static DEFINE_MUTEX(host_num_alloc);
+1 -1
drivers/ieee1394/ieee1394_core.h
··· 139 139 140 140 /* 141 141 * Hand over received selfid packet to the core. Complement check (second 142 - * quadlet is complement of first) is expected to be done and succesful. 142 + * quadlet is complement of first) is expected to be done and successful. 143 143 */ 144 144 void hpsb_selfid_received(struct hpsb_host *host, quadlet_t sid); 145 145
+1 -1
drivers/isdn/divert/isdn_divert.c
··· 592 592 } /* put_address */ 593 593 594 594 /*************************************/ 595 - /* report a succesfull interrogation */ 595 + /* report a successful interrogation */ 596 596 /*************************************/ 597 597 static int interrogate_success(isdn_ctrl *ic, struct call_struc *cs) 598 598 { char *src = ic->parm.dss1_io.data;
+1 -1
drivers/media/video/bt8xx/bttv-cards.c
··· 4848 4848 * 4849 4849 * The IVC120G security card has 4 i2c controlled TDA8540 matrix 4850 4850 * swichers to provide 16 channels to MUX0. The TDA8540's have 4851 - * 4 indepedant outputs and as such the IVC120G also has the 4851 + * 4 independent outputs and as such the IVC120G also has the 4852 4852 * optional "Monitor Out" bus. This allows the card to be looking 4853 4853 * at one input while the monitor is looking at another. 4854 4854 *
+2 -2
drivers/net/3c501.c
··· 508 508 * speak of. We simply pull the packet out of its PIO buffer (which is slow) 509 509 * and queue it for the kernel. Then we reset the card for the next packet. 510 510 * 511 - * We sometimes get suprise interrupts late both because the SMP IRQ delivery 511 + * We sometimes get surprise interrupts late both because the SMP IRQ delivery 512 512 * is message passing and because the card sometimes seems to deliver late. I 513 513 * think if it is part way through a receive and the mode is changed it carries 514 514 * on receiving and sends us an interrupt. We have to band aid all these cases 515 - * to get a sensible 150kbytes/second performance. Even then you want a small 515 + * to get a sensible 150kBytes/second performance. Even then you want a small 516 516 * TCP window. 517 517 */ 518 518
+1 -1
drivers/net/irda/irport.c
··· 386 386 /* Locking notes : this function may be called from irq context with 387 387 * spinlock, via irport_write_wakeup(), or from non-interrupt without 388 388 * spinlock (from the task timer). Yuck ! 389 - * This is ugly, and unsafe is the spinlock is not already aquired. 389 + * This is ugly, and unsafe is the spinlock is not already acquired. 390 390 * This will be fixed when irda-task get rewritten. 391 391 * Jean II */ 392 392 if (!spin_is_locked(&self->lock)) {
+1 -1
drivers/net/pcmcia/smc91c92_cs.c
··· 1883 1883 /* Set the Window 1 control, configuration and station addr registers. 1884 1884 No point in writing the I/O base register ;-> */ 1885 1885 SMC_SELECT_BANK(1); 1886 - /* Automatically release succesfully transmitted packets, 1886 + /* Automatically release successfully transmitted packets, 1887 1887 Accept link errors, counter and Tx error interrupts. */ 1888 1888 outw(CTL_AUTO_RELEASE | CTL_TE_ENABLE | CTL_CR_ENABLE, 1889 1889 ioaddr + CONTROL);
+1 -1
drivers/net/wireless/ipw2100.c
··· 1485 1485 * 1486 1486 * Sending the PREPARE_FOR_POWER_DOWN will restrict the 1487 1487 * hardware from going into standby mode and will transition 1488 - * out of D0-standy if it is already in that state. 1488 + * out of D0-standby if it is already in that state. 1489 1489 * 1490 1490 * STATUS_PREPARE_POWER_DOWN_COMPLETE will be sent by the 1491 1491 * driver upon completion. Once received, the driver can
+1 -1
drivers/pci/pci.c
··· 369 369 370 370 /* 371 371 * Give firmware a chance to be called, such as ACPI _PRx, _PSx 372 - * Firmware method after natice method ? 372 + * Firmware method after native method ? 373 373 */ 374 374 if (platform_pci_set_power_state) 375 375 platform_pci_set_power_state(dev, state);
+7 -7
drivers/s390/scsi/zfcp_erp.c
··· 167 167 * initiates adapter recovery which is done 168 168 * asynchronously 169 169 * 170 - * returns: 0 - initiated action succesfully 170 + * returns: 0 - initiated action successfully 171 171 * <0 - failed to initiate action 172 172 */ 173 173 int ··· 203 203 * purpose: Wrappper for zfcp_erp_adapter_reopen_internal 204 204 * used to ensure the correct locking 205 205 * 206 - * returns: 0 - initiated action succesfully 206 + * returns: 0 - initiated action successfully 207 207 * <0 - failed to initiate action 208 208 */ 209 209 int ··· 469 469 * initiates Forced Reopen recovery which is done 470 470 * asynchronously 471 471 * 472 - * returns: 0 - initiated action succesfully 472 + * returns: 0 - initiated action successfully 473 473 * <0 - failed to initiate action 474 474 */ 475 475 static int ··· 509 509 * purpose: Wrappper for zfcp_erp_port_forced_reopen_internal 510 510 * used to ensure the correct locking 511 511 * 512 - * returns: 0 - initiated action succesfully 512 + * returns: 0 - initiated action successfully 513 513 * <0 - failed to initiate action 514 514 */ 515 515 int ··· 536 536 * initiates Reopen recovery which is done 537 537 * asynchronously 538 538 * 539 - * returns: 0 - initiated action succesfully 539 + * returns: 0 - initiated action successfully 540 540 * <0 - failed to initiate action 541 541 */ 542 542 static int ··· 605 605 * initiates Reopen recovery which is done 606 606 * asynchronously 607 607 * 608 - * returns: 0 - initiated action succesfully 608 + * returns: 0 - initiated action successfully 609 609 * <0 - failed to initiate action 610 610 */ 611 611 static int ··· 1805 1805 * purpose: Wrappper for zfcp_erp_port_reopen_all_internal 1806 1806 * used to ensure the correct locking 1807 1807 * 1808 - * returns: 0 - initiated action succesfully 1808 + * returns: 0 - initiated action successfully 1809 1809 * <0 - failed to initiate action 1810 1810 */ 1811 1811 int
+1 -1
drivers/scsi/NCR5380.c
··· 500 500 /* 501 501 * Function : int should_disconnect (unsigned char cmd) 502 502 * 503 - * Purpose : decide weather a command would normally disconnect or 503 + * Purpose : decide whether a command would normally disconnect or 504 504 * not, since if it won't disconnect we should go to sleep. 505 505 * 506 506 * Input : cmd - opcode of SCSI command
+1 -1
drivers/scsi/advansys.c
··· 12374 12374 ASC_PRINT1( 12375 12375 "AscInitFromEEP: Failed to re-write EEPROM with %d errors.\n", i); 12376 12376 } else { 12377 - ASC_PRINT("AscInitFromEEP: Succesfully re-wrote EEPROM."); 12377 + ASC_PRINT("AscInitFromEEP: Successfully re-wrote EEPROM.\n"); 12378 12378 } 12379 12379 } 12380 12380 return (warn_code);
+1 -1
drivers/scsi/dc395x.c
··· 3771 3771 * @target: The target for the new device. 3772 3772 * @lun: The lun for the new device. 3773 3773 * 3774 - * Return the new device if succesfull or NULL on failure. 3774 + * Return the new device if successful or NULL on failure. 3775 3775 **/ 3776 3776 static struct DeviceCtlBlk *device_alloc(struct AdapterCtlBlk *acb, 3777 3777 u8 target, u8 lun)
+4 -4
drivers/scsi/ibmmca.c
··· 760 760 while (!got_interrupt(host_index)) 761 761 barrier(); 762 762 763 - /*if command succesful, break */ 763 + /*if command successful, break */ 764 764 if ((stat_result(host_index) == IM_SCB_CMD_COMPLETED) || (stat_result(host_index) == IM_SCB_CMD_COMPLETED_WITH_RETRIES)) 765 765 return 1; 766 766 } ··· 885 885 while (!got_interrupt(host_index)) 886 886 barrier(); 887 887 888 - /*if command succesful, break */ 888 + /*if command successful, break */ 889 889 if (stat_result(host_index) == IM_IMMEDIATE_CMD_COMPLETED) 890 890 return 1; 891 891 } ··· 921 921 return 2; 922 922 } else 923 923 global_command_error_excuse = 0; 924 - /*if command succesful, break */ 924 + /*if command successful, break */ 925 925 if (stat_result(host_index) == IM_IMMEDIATE_CMD_COMPLETED) 926 926 return 1; 927 927 } ··· 959 959 /* did not work, finish */ 960 960 return 1; 961 961 } 962 - /*if command succesful, break */ 962 + /*if command successful, break */ 963 963 if (stat_result(host_index) == IM_IMMEDIATE_CMD_COMPLETED) 964 964 return 1; 965 965 }
+2 -2
drivers/scsi/ips.c
··· 6438 6438 /* VPP failure */ 6439 6439 return (1); 6440 6440 6441 - /* check for succesful flash */ 6441 + /* check for successful flash */ 6442 6442 if (status & 0x30) 6443 6443 /* sequence error */ 6444 6444 return (1); ··· 6550 6550 /* VPP failure */ 6551 6551 return (1); 6552 6552 6553 - /* check for succesful flash */ 6553 + /* check for successful flash */ 6554 6554 if (status & 0x30) 6555 6555 /* sequence error */ 6556 6556 return (1);
+1 -1
drivers/scsi/st.c
··· 2818 2818 (cmdstatp->sense_hdr.sense_key == NO_SENSE || 2819 2819 cmdstatp->sense_hdr.sense_key == RECOVERED_ERROR) && 2820 2820 undone == 0) { 2821 - ioctl_result = 0; /* EOF written succesfully at EOM */ 2821 + ioctl_result = 0; /* EOF written successfully at EOM */ 2822 2822 if (fileno >= 0) 2823 2823 fileno++; 2824 2824 STps->drv_file = fileno;
+1 -1
fs/9p/mux.c
··· 712 712 * v9fs_send_request - send 9P request 713 713 * The function can sleep until the request is scheduled for sending. 714 714 * The function can be interrupted. Return from the function is not 715 - * a guarantee that the request is sent succesfully. Can return errors 715 + * a guarantee that the request is sent successfully. Can return errors 716 716 * that can be retrieved by PTR_ERR macros. 717 717 * 718 718 * @m: mux data
+1 -1
fs/aio.c
··· 641 641 * invoked both for initial i/o submission and 642 642 * subsequent retries via the aio_kick_handler. 643 643 * Expects to be invoked with iocb->ki_ctx->lock 644 - * already held. The lock is released and reaquired 644 + * already held. The lock is released and reacquired 645 645 * as needed during processing. 646 646 * 647 647 * Calls the iocb retry method (already setup for the
+1 -1
fs/jffs2/summary.c
··· 43 43 return -ENOMEM; 44 44 } 45 45 46 - dbg_summary("returned succesfully\n"); 46 + dbg_summary("returned successfully\n"); 47 47 48 48 return 0; 49 49 }
+4 -4
fs/jfs/jfs_extent.c
··· 126 126 127 127 /* allocate the disk blocks for the extent. initially, extBalloc() 128 128 * will try to allocate disk blocks for the requested size (xlen). 129 - * if this fails (xlen contigious free blocks not avaliable), it'll 129 + * if this fails (xlen contiguous free blocks not avaliable), it'll 130 130 * try to allocate a smaller number of blocks (producing a smaller 131 131 * extent), with this smaller number of blocks consisting of the 132 132 * requested number of blocks rounded down to the next smaller ··· 493 493 * 494 494 * initially, we will try to allocate disk blocks for the 495 495 * requested size (nblocks). if this fails (nblocks 496 - * contigious free blocks not avaliable), we'll try to allocate 496 + * contiguous free blocks not avaliable), we'll try to allocate 497 497 * a smaller number of blocks (producing a smaller extent), with 498 498 * this smaller number of blocks consisting of the requested 499 499 * number of blocks rounded down to the next smaller power of 2 ··· 529 529 530 530 /* get the number of blocks to initially attempt to allocate. 531 531 * we'll first try the number of blocks requested unless this 532 - * number is greater than the maximum number of contigious free 532 + * number is greater than the maximum number of contiguous free 533 533 * blocks in the map. in that case, we'll start off with the 534 534 * maximum free. 535 535 */ ··· 586 586 * in place. if this fails, we'll try to move the extent 587 587 * to a new set of blocks. if moving the extent, we initially 588 588 * will try to allocate disk blocks for the requested size 589 - * (nnew). if this fails (nnew contigious free blocks not 589 + * (nnew). if this fails (new contiguous free blocks not 590 590 * avaliable), we'll try to allocate a smaller number of 591 591 * blocks (producing a smaller extent), with this smaller 592 592 * number of blocks consisting of the requested number of
+1 -1
include/asm-i386/system.h
··· 427 427 * does not enforce ordering, since there is no data dependency between 428 428 * the read of "a" and the read of "b". Therefore, on some CPUs, such 429 429 * as Alpha, "y" could be set to 3 and "x" to 0. Use rmb() 430 - * in cases like thiswhere there are no data dependencies. 430 + * in cases like this where there are no data dependencies. 431 431 **/ 432 432 433 433 #define read_barrier_depends() do { } while(0)
+1 -1
include/asm-m32r/system.h
··· 318 318 * does not enforce ordering, since there is no data dependency between 319 319 * the read of "a" and the read of "b". Therefore, on some CPUs, such 320 320 * as Alpha, "y" could be set to 3 and "x" to 0. Use rmb() 321 - * in cases like thiswhere there are no data dependencies. 321 + * in cases like this where there are no data dependencies. 322 322 **/ 323 323 324 324 #define read_barrier_depends() do { } while (0)
+1 -1
include/linux/sunrpc/gss_api.h
··· 126 126 /* Just increments the mechanism's reference count and returns its input: */ 127 127 struct gss_api_mech * gss_mech_get(struct gss_api_mech *); 128 128 129 - /* For every succesful gss_mech_get or gss_mech_get_by_* call there must be a 129 + /* For every successful gss_mech_get or gss_mech_get_by_* call there must be a 130 130 * corresponding call to gss_mech_put. */ 131 131 void gss_mech_put(struct gss_api_mech *); 132 132
+2 -2
lib/kernel_lock.c
··· 14 14 * The 'big kernel semaphore' 15 15 * 16 16 * This mutex is taken and released recursively by lock_kernel() 17 - * and unlock_kernel(). It is transparently dropped and reaquired 17 + * and unlock_kernel(). It is transparently dropped and reacquired 18 18 * over schedule(). It is used to protect legacy code that hasn't 19 19 * been migrated to a proper locking design yet. 20 20 * ··· 92 92 * The 'big kernel lock' 93 93 * 94 94 * This spinlock is taken and released recursively by lock_kernel() 95 - * and unlock_kernel(). It is transparently dropped and reaquired 95 + * and unlock_kernel(). It is transparently dropped and reacquired 96 96 * over schedule(). It is used to protect legacy code that hasn't 97 97 * been migrated to a proper locking design yet. 98 98 *
+1 -1
mm/page_alloc.c
··· 266 266 * satisfies the following equation: 267 267 * P = B & ~(1 << O) 268 268 * 269 - * Assumption: *_mem_map is contigious at least up to MAX_ORDER 269 + * Assumption: *_mem_map is contiguous at least up to MAX_ORDER 270 270 */ 271 271 static inline struct page * 272 272 __page_find_buddy(struct page *page, unsigned long page_idx, unsigned int order)
+2 -2
mm/readahead.c
··· 390 390 * Read 'nr_to_read' pages starting at page 'offset'. If the flag 'block' 391 391 * is set wait till the read completes. Otherwise attempt to read without 392 392 * blocking. 393 - * Returns 1 meaning 'success' if read is succesfull without switching off 394 - * readhaead mode. Otherwise return failure. 393 + * Returns 1 meaning 'success' if read is successful without switching off 394 + * readahead mode. Otherwise return failure. 395 395 */ 396 396 static int 397 397 blockable_page_cache_readahead(struct address_space *mapping, struct file *filp,
+1 -1
net/sunrpc/auth_gss/gss_krb5_mech.c
··· 169 169 } 170 170 171 171 ctx_id->internal_ctx_id = ctx; 172 - dprintk("RPC: Succesfully imported new context.\n"); 172 + dprintk("RPC: Successfully imported new context.\n"); 173 173 return 0; 174 174 175 175 out_err_free_key2:
+1 -1
net/sunrpc/auth_gss/gss_spkm3_mech.c
··· 201 201 202 202 ctx_id->internal_ctx_id = ctx; 203 203 204 - dprintk("Succesfully imported new spkm context.\n"); 204 + dprintk("Successfully imported new spkm context.\n"); 205 205 return 0; 206 206 207 207 out_err_free_key2:
+1 -1
sound/core/seq/seq_memory.h
··· 31 31 struct snd_seq_event_cell *next; /* next cell */ 32 32 }; 33 33 34 - /* design note: the pool is a contigious block of memory, if we dynamicly 34 + /* design note: the pool is a contiguous block of memory, if we dynamicly 35 35 want to add additional cells to the pool be better store this in another 36 36 pool as we need to know the base address of the pool when releasing 37 37 memory. */
+14 -14
sound/oss/sb_ess.c
··· 97 97 * 98 98 * The documentation is an adventure: it's close but not fully accurate. I 99 99 * found out that after a reset some registers are *NOT* reset, though the 100 - * docs say the would be. Interresting ones are 0x7f, 0x7d and 0x7a. They are 101 - * related to the Audio 2 channel. I also was suprised about the consequenses 100 + * docs say the would be. Interesting ones are 0x7f, 0x7d and 0x7a. They are 101 + * related to the Audio 2 channel. I also was surprised about the consequences 102 102 * of writing 0x00 to 0x7f (which should be done by reset): The ES1887 moves 103 103 * into ES1888 mode. This means that it claims IRQ 11, which happens to be my 104 104 * ISDN adapter. Needless to say it no longer worked. I now understand why 105 105 * after rebooting 0x7f already was 0x05, the value of my choice: the BIOS 106 106 * did it. 107 107 * 108 - * Oh, and this is another trap: in ES1887 docs mixer register 0x70 is decribed 109 - * as if it's exactly the same as register 0xa1. This is *NOT* true. The 110 - * description of 0x70 in ES1869 docs is accurate however. 108 + * Oh, and this is another trap: in ES1887 docs mixer register 0x70 is 109 + * described as if it's exactly the same as register 0xa1. This is *NOT* true. 110 + * The description of 0x70 in ES1869 docs is accurate however. 111 111 * Well, the assumption about ES1869 was wrong: register 0x70 is very much 112 - * like register 0xa1, except that bit 7 is allways 1, whatever you want 112 + * like register 0xa1, except that bit 7 is always 1, whatever you want 113 113 * it to be. 114 114 * 115 115 * When using audio 2 mixer register 0x72 seems te be meaningless. Only 0xa2 ··· 117 117 * 118 118 * Software reset not being able to reset all registers is great! Especially 119 119 * the fact that register 0x78 isn't reset is great when you wanna change back 120 - * to single dma operation (simplex): audio 2 is still operation, and uses the 121 - * same dma as audio 1: your ess changes into a funny echo machine. 120 + * to single dma operation (simplex): audio 2 is still operational, and uses 121 + * the same dma as audio 1: your ess changes into a funny echo machine. 122 122 * 123 - * Received the new that ES1688 is detected as a ES1788. Did some thinking: 123 + * Received the news that ES1688 is detected as a ES1788. Did some thinking: 124 124 * the ES1887 detection scheme suggests in step 2 to try if bit 3 of register 125 125 * 0x64 can be changed. This is inaccurate, first I inverted the * check: "If 126 126 * can be modified, it's a 1688", which lead to a correct detection ··· 135 135 * About recognition of ESS chips 136 136 * 137 137 * The distinction of ES688, ES1688, ES1788, ES1887 and ES1888 is described in 138 - * a (preliminary ??) datasheet on ES1887. It's aim is to identify ES1887, but 138 + * a (preliminary ??) datasheet on ES1887. Its aim is to identify ES1887, but 139 139 * during detection the text claims that "this chip may be ..." when a step 140 140 * fails. This scheme is used to distinct between the above chips. 141 141 * It appears however that some PnP chips like ES1868 are recognized as ES1788 ··· 156 156 * 157 157 * The existing ES1688 support didn't take care of the ES1688+ recording 158 158 * levels very well. Whenever a device was selected (recmask) for recording 159 - * it's recording level was loud, and it couldn't be changed. The fact that 159 + * its recording level was loud, and it couldn't be changed. The fact that 160 160 * internal register 0xb4 could take care of RECLEV, didn't work meaning until 161 - * it's value was restored every time the chip was reset; this reset the 161 + * its value was restored every time the chip was reset; this reset the 162 162 * value of 0xb4 too. I guess that's what 4front also had (have?) trouble with. 163 163 * 164 164 * About ES1887 support: ··· 169 169 * the latter case the recording volumes are 0. 170 170 * Now recording levels of inputs can be controlled, by changing the playback 171 171 * levels. Futhermore several devices can be recorded together (which is not 172 - * possible with the ES1688. 172 + * possible with the ES1688). 173 173 * Besides the separate recording level control for each input, the common 174 - * recordig level can also be controlled by RECLEV as described above. 174 + * recording level can also be controlled by RECLEV as described above. 175 175 * 176 176 * Not only ES1887 have this recording mixer. I know the following from the 177 177 * documentation:
+1 -1
sound/pci/cs5535audio/cs5535audio_pcm.c
··· 143 143 if (dma->periods == periods && dma->period_bytes == period_bytes) 144 144 return 0; 145 145 146 - /* the u32 cast is okay because in snd*create we succesfully told 146 + /* the u32 cast is okay because in snd*create we successfully told 147 147 pci alloc that we're only 32 bit capable so the uppper will be 0 */ 148 148 addr = (u32) substream->runtime->dma_addr; 149 149 desc_addr = (u32) dma->desc_buf.addr;