Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial

+50 -349
+1 -1
Documentation/filesystems/proc.txt
··· 418 418 Dirty: Memory which is waiting to get written back to the disk 419 419 Writeback: Memory which is actively being written back to the disk 420 420 Mapped: files which have been mmaped, such as libraries 421 - Slab: in-kernel data structures cache 421 + Slab: in-kernel data structures cache 422 422 CommitLimit: Based on the overcommit ratio ('vm.overcommit_ratio'), 423 423 this is the total amount of memory currently available to 424 424 be allocated on the system. This limit is only adhered to
+1 -1
Documentation/i2o/ioctl
··· 185 185 ENOMEM Kernel memory allocation error 186 186 187 187 A return value of 0 does not mean that the value was actually 188 - properly retreived. The user should check the result list 188 + properly retrieved. The user should check the result list 189 189 to determine the specific status of the transaction. 190 190 191 191 VIII. Downloading Software
+1 -1
Documentation/networking/sk98lin.txt
··· 245 245 This parameters is only relevant if auto-negotiation for this port is 246 246 not set to "Sense". If auto-negotiation is set to "On", all three values 247 247 are possible. If it is set to "Off", only "Full" and "Half" are allowed. 248 - This parameter is usefull if your link partner does not support all 248 + This parameter is useful if your link partner does not support all 249 249 possible combinations. 250 250 251 251 Flow Control
+2 -2
Documentation/power/swsusp.txt
··· 212 212 213 213 cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null 214 214 215 - after resume. swapoff -a; swapon -a may also be usefull. 215 + after resume. swapoff -a; swapon -a may also be useful. 216 216 217 217 Q: What happens to devices during swsusp? They seem to be resumed 218 218 during system suspend? ··· 323 323 A: No, it should work okay, as long as your app does not mlock() 324 324 it. Just prepare big enough swap partition. 325 325 326 - Q: What information is usefull for debugging suspend-to-disk problems? 326 + Q: What information is useful for debugging suspend-to-disk problems? 327 327 328 328 A: Well, last messages on the screen are always useful. If something 329 329 is broken, it is usually some kernel driver, therefore trying with as
-7
MAINTAINERS
··· 546 546 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 547 547 S: Maintained 548 548 549 - BUSLOGIC SCSI DRIVER 550 - P: Leonard N. Zubkoff 551 - M: Leonard N. Zubkoff <lnz@dandelion.com> 552 - L: linux-scsi@vger.kernel.org 553 - W: http://www.dandelion.com/Linux/ 554 - S: Maintained 555 - 556 549 COMMON INTERNET FILE SYSTEM (CIFS) 557 550 P: Steve French 558 551 M: sfrench@samba.org
+1 -1
Makefile
··· 251 251 # If it is set to "silent_", nothing wil be printed at all, since 252 252 # the variable $(silent_cmd_cc_o_c) doesn't exist. 253 253 # 254 - # A simple variant is to prefix commands with $(Q) - that's usefull 254 + # A simple variant is to prefix commands with $(Q) - that's useful 255 255 # for commands that shall be hidden in non-verbose mode. 256 256 # 257 257 # $(Q)ln $@ :<
+1 -1
arch/arm/mach-omap1/board-perseus2.c
··· 184 184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0); 185 185 186 186 /* 187 - * Ethernet support trough the debug board 187 + * Ethernet support through the debug board 188 188 * CS1 timings setup 189 189 */ 190 190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
-63
arch/i386/kernel/cpu/changelog
··· 1 - /* 2 - * Enhanced CPU type detection by Mike Jagdis, Patrick St. Jean 3 - * and Martin Mares, November 1997. 4 - * 5 - * Force Cyrix 6x86(MX) and M II processors to report MTRR capability 6 - * and Cyrix "coma bug" recognition by 7 - * Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> February 1999. 8 - * 9 - * Force Centaur C6 processors to report MTRR capability. 10 - * Bart Hartgers <bart@etpmod.phys.tue.nl>, May 1999. 11 - * 12 - * Intel Mobile Pentium II detection fix. Sean Gilley, June 1999. 13 - * 14 - * IDT Winchip tweaks, misc clean ups. 15 - * Dave Jones <davej@suse.de>, August 1999 16 - * 17 - * Better detection of Centaur/IDT WinChip models. 18 - * Bart Hartgers <bart@etpmod.phys.tue.nl>, August 1999. 19 - * 20 - * Cleaned up cache-detection code 21 - * Dave Jones <davej@suse.de>, October 1999 22 - * 23 - * Added proper L2 cache detection for Coppermine 24 - * Dragan Stancevic <visitor@valinux.com>, October 1999 25 - * 26 - * Added the original array for capability flags but forgot to credit 27 - * myself :) (~1998) Fixed/cleaned up some cpu_model_info and other stuff 28 - * Jauder Ho <jauderho@carumba.com>, January 2000 29 - * 30 - * Detection for Celeron coppermine, identify_cpu() overhauled, 31 - * and a few other clean ups. 32 - * Dave Jones <davej@suse.de>, April 2000 33 - * 34 - * Pentium III FXSR, SSE support 35 - * General FPU state handling cleanups 36 - * Gareth Hughes <gareth@valinux.com>, May 2000 37 - * 38 - * Added proper Cascades CPU and L2 cache detection for Cascades 39 - * and 8-way type cache happy bunch from Intel:^) 40 - * Dragan Stancevic <visitor@valinux.com>, May 2000 41 - * 42 - * Forward port AMD Duron errata T13 from 2.2.17pre 43 - * Dave Jones <davej@suse.de>, August 2000 44 - * 45 - * Forward port lots of fixes/improvements from 2.2.18pre 46 - * Cyrix III, Pentium IV support. 47 - * Dave Jones <davej@suse.de>, October 2000 48 - * 49 - * Massive cleanup of CPU detection and bug handling; 50 - * Transmeta CPU detection, 51 - * H. Peter Anvin <hpa@zytor.com>, November 2000 52 - * 53 - * VIA C3 Support. 54 - * Dave Jones <davej@suse.de>, March 2001 55 - * 56 - * AMD Athlon/Duron/Thunderbird bluesmoke support. 57 - * Dave Jones <davej@suse.de>, April 2001. 58 - * 59 - * CacheSize bug workaround updates for AMD, Intel & VIA Cyrix. 60 - * Dave Jones <davej@suse.de>, September, October 2001. 61 - * 62 - */ 63 -
-229
arch/i386/kernel/cpu/mtrr/changelog
··· 1 - ChangeLog 2 - 3 - Prehistory Martin Tischh�user <martin@ikcbarka.fzk.de> 4 - Initial register-setting code (from proform-1.0). 5 - 19971216 Richard Gooch <rgooch@atnf.csiro.au> 6 - Original version for /proc/mtrr interface, SMP-safe. 7 - v1.0 8 - 19971217 Richard Gooch <rgooch@atnf.csiro.au> 9 - Bug fix for ioctls()'s. 10 - Added sample code in Documentation/mtrr.txt 11 - v1.1 12 - 19971218 Richard Gooch <rgooch@atnf.csiro.au> 13 - Disallow overlapping regions. 14 - 19971219 Jens Maurer <jmaurer@menuett.rhein-main.de> 15 - Register-setting fixups. 16 - v1.2 17 - 19971222 Richard Gooch <rgooch@atnf.csiro.au> 18 - Fixups for kernel 2.1.75. 19 - v1.3 20 - 19971229 David Wragg <dpw@doc.ic.ac.uk> 21 - Register-setting fixups and conformity with Intel conventions. 22 - 19971229 Richard Gooch <rgooch@atnf.csiro.au> 23 - Cosmetic changes and wrote this ChangeLog ;-) 24 - 19980106 Richard Gooch <rgooch@atnf.csiro.au> 25 - Fixups for kernel 2.1.78. 26 - v1.4 27 - 19980119 David Wragg <dpw@doc.ic.ac.uk> 28 - Included passive-release enable code (elsewhere in PCI setup). 29 - v1.5 30 - 19980131 Richard Gooch <rgooch@atnf.csiro.au> 31 - Replaced global kernel lock with private spinlock. 32 - v1.6 33 - 19980201 Richard Gooch <rgooch@atnf.csiro.au> 34 - Added wait for other CPUs to complete changes. 35 - v1.7 36 - 19980202 Richard Gooch <rgooch@atnf.csiro.au> 37 - Bug fix in definition of <set_mtrr> for UP. 38 - v1.8 39 - 19980319 Richard Gooch <rgooch@atnf.csiro.au> 40 - Fixups for kernel 2.1.90. 41 - 19980323 Richard Gooch <rgooch@atnf.csiro.au> 42 - Move SMP BIOS fixup before secondary CPUs call <calibrate_delay> 43 - v1.9 44 - 19980325 Richard Gooch <rgooch@atnf.csiro.au> 45 - Fixed test for overlapping regions: confused by adjacent regions 46 - 19980326 Richard Gooch <rgooch@atnf.csiro.au> 47 - Added wbinvd in <set_mtrr_prepare>. 48 - 19980401 Richard Gooch <rgooch@atnf.csiro.au> 49 - Bug fix for non-SMP compilation. 50 - 19980418 David Wragg <dpw@doc.ic.ac.uk> 51 - Fixed-MTRR synchronisation for SMP and use atomic operations 52 - instead of spinlocks. 53 - 19980418 Richard Gooch <rgooch@atnf.csiro.au> 54 - Differentiate different MTRR register classes for BIOS fixup. 55 - v1.10 56 - 19980419 David Wragg <dpw@doc.ic.ac.uk> 57 - Bug fix in variable MTRR synchronisation. 58 - v1.11 59 - 19980419 Richard Gooch <rgooch@atnf.csiro.au> 60 - Fixups for kernel 2.1.97. 61 - v1.12 62 - 19980421 Richard Gooch <rgooch@atnf.csiro.au> 63 - Safer synchronisation across CPUs when changing MTRRs. 64 - v1.13 65 - 19980423 Richard Gooch <rgooch@atnf.csiro.au> 66 - Bugfix for SMP systems without MTRR support. 67 - v1.14 68 - 19980427 Richard Gooch <rgooch@atnf.csiro.au> 69 - Trap calls to <mtrr_add> and <mtrr_del> on non-MTRR machines. 70 - v1.15 71 - 19980427 Richard Gooch <rgooch@atnf.csiro.au> 72 - Use atomic bitops for setting SMP change mask. 73 - v1.16 74 - 19980428 Richard Gooch <rgooch@atnf.csiro.au> 75 - Removed spurious diagnostic message. 76 - v1.17 77 - 19980429 Richard Gooch <rgooch@atnf.csiro.au> 78 - Moved register-setting macros into this file. 79 - Moved setup code from init/main.c to i386-specific areas. 80 - v1.18 81 - 19980502 Richard Gooch <rgooch@atnf.csiro.au> 82 - Moved MTRR detection outside conditionals in <mtrr_init>. 83 - v1.19 84 - 19980502 Richard Gooch <rgooch@atnf.csiro.au> 85 - Documentation improvement: mention Pentium II and AGP. 86 - v1.20 87 - 19980521 Richard Gooch <rgooch@atnf.csiro.au> 88 - Only manipulate interrupt enable flag on local CPU. 89 - Allow enclosed uncachable regions. 90 - v1.21 91 - 19980611 Richard Gooch <rgooch@atnf.csiro.au> 92 - Always define <main_lock>. 93 - v1.22 94 - 19980901 Richard Gooch <rgooch@atnf.csiro.au> 95 - Removed module support in order to tidy up code. 96 - Added sanity check for <mtrr_add>/<mtrr_del> before <mtrr_init>. 97 - Created addition queue for prior to SMP commence. 98 - v1.23 99 - 19980902 Richard Gooch <rgooch@atnf.csiro.au> 100 - Ported patch to kernel 2.1.120-pre3. 101 - v1.24 102 - 19980910 Richard Gooch <rgooch@atnf.csiro.au> 103 - Removed sanity checks and addition queue: Linus prefers an OOPS. 104 - v1.25 105 - 19981001 Richard Gooch <rgooch@atnf.csiro.au> 106 - Fixed harmless compiler warning in include/asm-i386/mtrr.h 107 - Fixed version numbering and history for v1.23 -> v1.24. 108 - v1.26 109 - 19990118 Richard Gooch <rgooch@atnf.csiro.au> 110 - Added devfs support. 111 - v1.27 112 - 19990123 Richard Gooch <rgooch@atnf.csiro.au> 113 - Changed locking to spin with reschedule. 114 - Made use of new <smp_call_function>. 115 - v1.28 116 - 19990201 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 117 - Extended the driver to be able to use Cyrix style ARRs. 118 - 19990204 Richard Gooch <rgooch@atnf.csiro.au> 119 - Restructured Cyrix support. 120 - v1.29 121 - 19990204 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 122 - Refined ARR support: enable MAPEN in set_mtrr_prepare() 123 - and disable MAPEN in set_mtrr_done(). 124 - 19990205 Richard Gooch <rgooch@atnf.csiro.au> 125 - Minor cleanups. 126 - v1.30 127 - 19990208 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 128 - Protect plain 6x86s (and other processors without the 129 - Page Global Enable feature) against accessing CR4 in 130 - set_mtrr_prepare() and set_mtrr_done(). 131 - 19990210 Richard Gooch <rgooch@atnf.csiro.au> 132 - Turned <set_mtrr_up> and <get_mtrr> into function pointers. 133 - v1.31 134 - 19990212 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 135 - Major rewrite of cyrix_arr_init(): do not touch ARRs, 136 - leave them as the BIOS have set them up. 137 - Enable usage of all 8 ARRs. 138 - Avoid multiplications by 3 everywhere and other 139 - code clean ups/speed ups. 140 - 19990213 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 141 - Set up other Cyrix processors identical to the boot cpu. 142 - Since Cyrix don't support Intel APIC, this is l'art pour l'art. 143 - Weigh ARRs by size: 144 - If size <= 32M is given, set up ARR# we were given. 145 - If size > 32M is given, set up ARR7 only if it is free, 146 - fail otherwise. 147 - 19990214 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 148 - Also check for size >= 256K if we are to set up ARR7, 149 - mtrr_add() returns the value it gets from set_mtrr() 150 - 19990218 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 151 - Remove Cyrix "coma bug" workaround from here. 152 - Moved to linux/arch/i386/kernel/setup.c and 153 - linux/include/asm-i386/bugs.h 154 - 19990228 Richard Gooch <rgooch@atnf.csiro.au> 155 - Added MTRRIOC_KILL_ENTRY ioctl(2) 156 - Trap for counter underflow in <mtrr_file_del>. 157 - Trap for 4 MiB aligned regions for PPro, stepping <= 7. 158 - 19990301 Richard Gooch <rgooch@atnf.csiro.au> 159 - Created <get_free_region> hook. 160 - 19990305 Richard Gooch <rgooch@atnf.csiro.au> 161 - Temporarily disable AMD support now MTRR capability flag is set. 162 - v1.32 163 - 19990308 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 164 - Adjust my changes (19990212-19990218) to Richard Gooch's 165 - latest changes. (19990228-19990305) 166 - v1.33 167 - 19990309 Richard Gooch <rgooch@atnf.csiro.au> 168 - Fixed typo in <printk> message. 169 - 19990310 Richard Gooch <rgooch@atnf.csiro.au> 170 - Support K6-II/III based on Alan Cox's <alan@redhat.com> patches. 171 - v1.34 172 - 19990511 Bart Hartgers <bart@etpmod.phys.tue.nl> 173 - Support Centaur C6 MCR's. 174 - 19990512 Richard Gooch <rgooch@atnf.csiro.au> 175 - Minor cleanups. 176 - v1.35 177 - 19990707 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 178 - Check whether ARR3 is protected in cyrix_get_free_region() 179 - and mtrr_del(). The code won't attempt to delete or change it 180 - from now on if the BIOS protected ARR3. It silently skips ARR3 181 - in cyrix_get_free_region() or returns with an error code from 182 - mtrr_del(). 183 - 19990711 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 184 - Reset some bits in the CCRs in cyrix_arr_init() to disable SMM 185 - if ARR3 isn't protected. This is needed because if SMM is active 186 - and ARR3 isn't protected then deleting and setting ARR3 again 187 - may lock up the processor. With SMM entirely disabled, it does 188 - not happen. 189 - 19990812 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 190 - Rearrange switch() statements so the driver accomodates to 191 - the fact that the AMD Athlon handles its MTRRs the same way 192 - as Intel does. 193 - 19990814 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> 194 - Double check for Intel in mtrr_add()'s big switch() because 195 - that revision check is only valid for Intel CPUs. 196 - 19990819 Alan Cox <alan@redhat.com> 197 - Tested Zoltan's changes on a pre production Athlon - 100% 198 - success. 199 - 19991008 Manfred Spraul <manfreds@colorfullife.com> 200 - replaced spin_lock_reschedule() with a normal semaphore. 201 - v1.36 202 - 20000221 Richard Gooch <rgooch@atnf.csiro.au> 203 - Compile fix if procfs and devfs not enabled. 204 - Formatting changes. 205 - v1.37 206 - 20001109 H. Peter Anvin <hpa@zytor.com> 207 - Use the new centralized CPU feature detects. 208 - 209 - v1.38 210 - 20010309 Dave Jones <davej@suse.de> 211 - Add support for Cyrix III. 212 - 213 - v1.39 214 - 20010312 Dave Jones <davej@suse.de> 215 - Ugh, I broke AMD support. 216 - Reworked fix by Troels Walsted Hansen <troels@thule.no> 217 - 218 - v1.40 219 - 20010327 Dave Jones <davej@suse.de> 220 - Adapted Cyrix III support to include VIA C3. 221 - 222 - v2.0 223 - 20020306 Patrick Mochel <mochel@osdl.org> 224 - Split mtrr.c -> mtrr/*.c 225 - Converted to Linux Kernel Coding Style 226 - Fixed several minor nits in form 227 - Moved some SMP-only functions out, so they can be used 228 - for power management in the future. 229 - TODO: Fix user interface cruft.
+1 -1
arch/powerpc/kernel/prom.c
··· 972 972 #endif 973 973 974 974 #ifdef CONFIG_PPC_RTAS 975 - /* To help early debugging via the front panel, we retreive a minimal 975 + /* To help early debugging via the front panel, we retrieve a minimal 976 976 * set of RTAS infos now if available 977 977 */ 978 978 {
+1 -1
arch/powerpc/kernel/rtas.c
··· 632 632 } 633 633 634 634 /* 635 - * Call early during boot, before mem init or bootmem, to retreive the RTAS 635 + * Call early during boot, before mem init or bootmem, to retrieve the RTAS 636 636 * informations from the device-tree and allocate the RMO buffer for userland 637 637 * accesses. 638 638 */
+1 -1
arch/powerpc/kernel/setup_64.c
··· 438 438 439 439 /* 440 440 * Fill the ppc64_caches & systemcfg structures with informations 441 - * retreived from the device-tree. Need to be called before 441 + * retrieved from the device-tree. Need to be called before 442 442 * finish_device_tree() since the later requires some of the 443 443 * informations filled up here to properly parse the interrupt 444 444 * tree.
+1 -1
arch/powerpc/mm/hash_utils_64.c
··· 368 368 unsigned long mem_size, rnd_mem_size, pteg_count; 369 369 370 370 /* If hash size isn't already provided by the platform, we try to 371 - * retreive it from the device-tree. If it's not there neither, we 371 + * retrieve it from the device-tree. If it's not there neither, we 372 372 * calculate it now based on the total RAM size 373 373 */ 374 374 if (ppc64_pft_size == 0)
+1 -1
arch/powerpc/platforms/powermac/cpufreq_64.c
··· 80 80 }; 81 81 82 82 /* Power mode data is an array of the 32 bits PCR values to use for 83 - * the various frequencies, retreived from the device-tree 83 + * the various frequencies, retrieved from the device-tree 84 84 */ 85 85 static u32 *g5_pmode_data; 86 86 static int g5_pmode_max;
+1 -1
arch/xtensa/kernel/time.c
··· 201 201 if ((signed long)(get_ccount() - next) > 0) 202 202 goto again; 203 203 204 - /* Allow platform to do something usefull (Wdog). */ 204 + /* Allow platform to do something useful (Wdog). */ 205 205 206 206 platform_heartbeat(); 207 207
+1 -1
drivers/cdrom/cm206.c
··· 32 32 18 mrt 1995: 0.24 Working background read-ahead. (still problems) 33 33 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2). 34 34 Statistics implemented, though separate stats206.h. 35 - Accessible trough ioctl 0x1000 (just a number). 35 + Accessible through ioctl 0x1000 (just a number). 36 36 Hard to choose between v1.2 development and 1.1.75. 37 37 Bottom-half doesn't work with 1.2... 38 38 0.25a: fixed... typo. Still problems...
+2 -2
drivers/macintosh/therm_pm72.c
··· 630 630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0); 631 631 np = of_find_node_by_path(nodename); 632 632 if (np == NULL) { 633 - printk(KERN_ERR "therm_pm72: Failed to retreive cpuid node from device-tree\n"); 633 + printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid node from device-tree\n"); 634 634 return -ENODEV; 635 635 } 636 636 data = (u8 *)get_property(np, "cpuid", &len); 637 637 if (data == NULL) { 638 - printk(KERN_ERR "therm_pm72: Failed to retreive cpuid property from device-tree\n"); 638 + printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid property from device-tree\n"); 639 639 of_node_put(np); 640 640 return -ENODEV; 641 641 }
+1 -1
drivers/macintosh/windfarm_pm81.c
··· 26 26 * (typically the drive fan) 27 27 * - the main control (first control) gets the target value scaled with 28 28 * the first pair of factors, and is then modified as below 29 - * - the value of the target of the CPU Fan control loop is retreived, 29 + * - the value of the target of the CPU Fan control loop is retrieved, 30 30 * scaled with the second pair of factors, and the max of that and 31 31 * the scaled target is applied to the main control. 32 32 *
+1 -1
drivers/media/radio/radio-sf16fmr2.c
··· 48 48 static int radio_nr = -1; 49 49 50 50 /* hw precision is 12.5 kHz 51 - * It is only usefull to give freq in intervall of 200 (=0.0125Mhz), 51 + * It is only useful to give freq in intervall of 200 (=0.0125Mhz), 52 52 * other bits will be truncated 53 53 */ 54 54 #define RSF16_ENCODE(x) ((x)/200+856)
+1 -1
drivers/message/i2o/README.ioctl
··· 185 185 ENOMEM Kernel memory allocation error 186 186 187 187 A return value of 0 does not mean that the value was actually 188 - properly retreived. The user should check the result list 188 + properly retrieved. The user should check the result list 189 189 to determine the specific status of the transaction. 190 190 191 191 VIII. Downloading Software
+1 -1
drivers/net/hp100.c
··· 276 276 * Convert an address in a kernel buffer to a bus/phys/dma address. 277 277 * This work *only* for memory fragments part of lp->page_vaddr, 278 278 * because it was properly DMA allocated via pci_alloc_consistent(), 279 - * so we just need to "retreive" the original mapping to bus/phys/dma 279 + * so we just need to "retrieve" the original mapping to bus/phys/dma 280 280 * address - Jean II */ 281 281 static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr) 282 282 {
+1 -1
drivers/net/pcmcia/xirc2ps_cs.c
··· 1598 1598 switch(cmd) { 1599 1599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */ 1600 1600 data[0] = 0; /* we have only this address */ 1601 - /* fall trough */ 1601 + /* fall through */ 1602 1602 case SIOCGMIIREG: /* Read the specified MII register. */ 1603 1603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f); 1604 1604 break;
+1 -1
drivers/net/sk98lin/skdim.c
··· 180 180 /* 181 181 ** The number of interrupts per sec is the same as expected. 182 182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183 - ** in the moderation timer might be usefull 183 + ** in the moderation timer might be useful 184 184 */ 185 185 if (M_DIMINFO.AutoSizing) { 186 186 ResizeDimTimerDuration(pAC);
+1 -1
drivers/net/sk98lin/skge.c
··· 2851 2851 * Description: 2852 2852 * This function is called if an ioctl is issued on the device. 2853 2853 * There are three subfunction for reading, writing and test-writing 2854 - * the private MIB data structure (usefull for SysKonnect-internal tools). 2854 + * the private MIB data structure (useful for SysKonnect-internal tools). 2855 2855 * 2856 2856 * Returns: 2857 2857 * 0, if everything is ok
+4 -4
drivers/net/sk98lin/skgepnmi.c
··· 611 611 * Description: 612 612 * Calls a general sub-function for all this stuff. The preset does 613 613 * the same as a set, but returns just before finally setting the 614 - * new value. This is usefull to check if a set might be successfull. 614 + * new value. This is useful to check if a set might be successfull. 615 615 * If the instance -1 is passed, an array of values is supposed and 616 616 * all instances of the OID will be set. 617 617 * ··· 654 654 * Description: 655 655 * Calls a general sub-function for all this stuff. The preset does 656 656 * the same as a set, but returns just before finally setting the 657 - * new value. This is usefull to check if a set might be successfull. 657 + * new value. This is useful to check if a set might be successfull. 658 658 * If the instance -1 is passed, an array of values is supposed and 659 659 * all instances of the OID will be set. 660 660 * ··· 870 870 * Description: 871 871 * Calls a general sub-function for all this set stuff. The preset does 872 872 * the same as a set, but returns just before finally setting the 873 - * new value. This is usefull to check if a set might be successfull. 873 + * new value. This is useful to check if a set might be successfull. 874 874 * The sub-function runs through the IdTable, checks which OIDs are able 875 875 * to set, and calls the handler function of the OID to perform the 876 876 * preset. The return value of the function will also be stored in ··· 6473 6473 * 6474 6474 * Description: 6475 6475 * The COMMON module only tells us if the mode is half or full duplex. 6476 - * But in the decade of auto sensing it is usefull for the user to 6476 + * But in the decade of auto sensing it is useful for the user to 6477 6477 * know if the mode was negotiated or forced. Therefore we have a 6478 6478 * look to the mode, which was last used by the negotiation process. 6479 6479 *
+1 -1
drivers/parisc/led.c
··· 347 347 ** 348 348 ** led_get_net_activity() 349 349 ** 350 - ** calculate if there was TX- or RX-troughput on the network interfaces 350 + ** calculate if there was TX- or RX-throughput on the network interfaces 351 351 ** (analog to dev_get_info() from net/core/dev.c) 352 352 ** 353 353 */
+5 -5
drivers/usb/host/Kconfig
··· 11 11 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 12 12 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 13 13 If your USB host controller supports USB 2.0, you will likely want to 14 - configure this Host Controller Driver. At this writing, the primary 15 - implementation of EHCI is a chip from NEC, widely available in add-on 16 - PCI cards, but implementations are in the works from other vendors 17 - including Intel and Philips. Motherboard support is appearing. 14 + configure this Host Controller Driver. At the time of this writing, 15 + the primary implementation of EHCI is a chip from NEC, widely available 16 + in add-on PCI cards, but implementations are in the works from other 17 + vendors including Intel and Philips. Motherboard support is appearing. 18 18 19 19 EHCI controllers are packaged with "companion" host controllers (OHCI 20 20 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports 21 - will connect to EHCI if it the device is high speed, otherwise they 21 + will connect to EHCI if the device is high speed, otherwise they 22 22 connect to a companion controller. If you configure EHCI, you should 23 23 probably configure the OHCI (for NEC and some other vendors) USB Host 24 24 Controller Driver or UHCI (for Via motherboards) Host Controller
+1 -1
drivers/usb/serial/cypress_m8.c
··· 357 357 } while (retval != 5 && retval != ENODEV); 358 358 359 359 if (retval != 5) { 360 - err("%s - failed to retreive serial line settings - %d", __FUNCTION__, retval); 360 + err("%s - failed to retrieve serial line settings - %d", __FUNCTION__, retval); 361 361 return retval; 362 362 } else { 363 363 spin_lock_irqsave(&priv->lock, flags);
+1 -1
drivers/usb/serial/usb-serial.c
··· 584 584 const struct usb_device_id *id; 585 585 struct usb_serial_driver *t; 586 586 587 - /* List trough know devices and see if the usb id matches */ 587 + /* Check if the usb id matches a known device */ 588 588 list_for_each(p, &usb_serial_driver_list) { 589 589 t = list_entry(p, struct usb_serial_driver, driver_list); 590 590 id = usb_match_id(iface, t->id_table);
+1 -1
drivers/video/aty/radeon_monitor.c
··· 423 423 /* 424 424 * Probe display on both primary and secondary card's connector (if any) 425 425 * by various available techniques (i2c, OF device tree, BIOS, ...) and 426 - * try to retreive EDID. The algorithm here comes from XFree's radeon 426 + * try to retrieve EDID. The algorithm here comes from XFree's radeon 427 427 * driver 428 428 */ 429 429 void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
+1 -1
drivers/video/logo/Makefile
··· 16 16 17 17 # How to generate logo's 18 18 19 - # Use logo-cfiles to retreive list of .c files to be built 19 + # Use logo-cfiles to retrieve list of .c files to be built 20 20 logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \ 21 21 $(wildcard $(srctree)/$(src)/*$(1).$(2)))) 22 22
+1 -1
drivers/w1/Kconfig
··· 3 3 config W1 4 4 tristate "Dallas's 1-wire support" 5 5 ---help--- 6 - Dallas's 1-wire bus is usefull to connect slow 1-pin devices 6 + Dallas's 1-wire bus is useful to connect slow 1-pin devices 7 7 such as iButtons and thermal sensors. 8 8 9 9 If you want W1 support, you should say Y here.
+1 -1
fs/9p/vfs_inode.c
··· 663 663 } 664 664 665 665 /** 666 - * v9fs_vfs_getattr - retreive file metadata 666 + * v9fs_vfs_getattr - retrieve file metadata 667 667 * @mnt - mount information 668 668 * @dentry - file to get attributes on 669 669 * @stat - metadata structure to populate
+3 -3
include/asm-powerpc/smu.h
··· 22 22 /* 23 23 * Partition info commands 24 24 * 25 - * These commands are used to retreive the sdb-partition-XX datas from 25 + * These commands are used to retrieve the sdb-partition-XX datas from 26 26 * the SMU. The lenght is always 2. First byte is the subcommand code 27 27 * and second byte is the partition ID. 28 28 * ··· 225 225 * 226 226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to 227 227 * transfer blocks of data from the SMU. So far, I've decrypted it's 228 - * usage to retreive partition data. In order to do that, you have to 228 + * usage to retrieve partition data. In order to do that, you have to 229 229 * break your transfer in "chunks" since that command cannot transfer 230 230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes, 231 231 * but it seems that the darwin driver will let you do 0x1e bytes if ··· 556 556 __u32 cmdtype; 557 557 #define SMU_CMDTYPE_SMU 0 /* SMU command */ 558 558 #define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */ 559 - #define SMU_CMDTYPE_GET_PARTITION 2 /* retreive an sdb partition */ 559 + #define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */ 560 560 561 561 __u8 cmd; /* SMU command byte */ 562 562 __u8 pad[3]; /* padding */
+1 -1
include/linux/elevator.h
··· 66 66 }; 67 67 68 68 /* 69 - * each queue has an elevator_queue assoicated with it 69 + * each queue has an elevator_queue associated with it 70 70 */ 71 71 struct elevator_queue 72 72 {
+2 -2
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
··· 995 995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status) 996 996 && conntrack->proto.tcp.last_index == TCP_ACK_SET)) 997 997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) { 998 - /* RST sent to invalid SYN or ACK we had let trough 998 + /* RST sent to invalid SYN or ACK we had let through 999 999 * at a) and c) above: 1000 1000 * 1001 1001 * a) SYN was in window then ··· 1006 1006 * segments we ignored. */ 1007 1007 goto in_window; 1008 1008 } 1009 - /* Just fall trough */ 1009 + /* Just fall through */ 1010 1010 default: 1011 1011 /* Keep compilers happy. */ 1012 1012 break;
+2 -2
net/netfilter/nf_conntrack_proto_tcp.c
··· 988 988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status) 989 989 && conntrack->proto.tcp.last_index == TCP_ACK_SET)) 990 990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) { 991 - /* RST sent to invalid SYN or ACK we had let trough 991 + /* RST sent to invalid SYN or ACK we had let through 992 992 * at a) and c) above: 993 993 * 994 994 * a) SYN was in window then ··· 999 999 * segments we ignored. */ 1000 1000 goto in_window; 1001 1001 } 1002 - /* Just fall trough */ 1002 + /* Just fall through */ 1003 1003 default: 1004 1004 /* Keep compilers happy. */ 1005 1005 break;
+1 -1
scripts/Makefile.modpost
··· 30 30 # - See include/linux/module.h for more details 31 31 32 32 # Step 4 is solely used to allow module versioning in external modules, 33 - # where the CRC of each module is retreived from the Module.symers file. 33 + # where the CRC of each module is retrieved from the Module.symers file. 34 34 35 35 .PHONY: _modpost 36 36 _modpost: __modpost
+1 -1
scripts/mksysmap
··· 1 1 #!/bin/sh -x 2 2 # Based on the vmlinux file create the System.map file 3 3 # System.map is used by module-init tools and some debugging 4 - # tools to retreive the actual addresses of symbols in the kernel. 4 + # tools to retrieve the actual addresses of symbols in the kernel. 5 5 # 6 6 # Usage 7 7 # mksysmap vmlinux System.map
+1 -1
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
··· 209 209 case SNDRV_PCM_FORMAT_S24_3LE: 210 210 case SNDRV_PCM_FORMAT_S24_3BE: 211 211 chip->pcm_sample = 3; 212 - /* fall trough */ 212 + /* fall through */ 213 213 default: /* 24-bit */ 214 214 aval = AK4117_DIF_24R; 215 215 chip->pcm_frame = 3;