···418418 Dirty: Memory which is waiting to get written back to the disk419419 Writeback: Memory which is actively being written back to the disk420420 Mapped: files which have been mmaped, such as libraries421421- Slab: in-kernel data structures cache421421+ Slab: in-kernel data structures cache422422 CommitLimit: Based on the overcommit ratio ('vm.overcommit_ratio'),423423 this is the total amount of memory currently available to424424 be allocated on the system. This limit is only adhered to
+1-1
Documentation/i2o/ioctl
···185185 ENOMEM Kernel memory allocation error186186187187 A return value of 0 does not mean that the value was actually188188- properly retreived. The user should check the result list188188+ properly retrieved. The user should check the result list189189 to determine the specific status of the transaction.190190191191VIII. Downloading Software
+1-1
Documentation/networking/sk98lin.txt
···245245This parameters is only relevant if auto-negotiation for this port is 246246not set to "Sense". If auto-negotiation is set to "On", all three values247247are possible. If it is set to "Off", only "Full" and "Half" are allowed.248248-This parameter is usefull if your link partner does not support all248248+This parameter is useful if your link partner does not support all249249possible combinations.250250251251Flow Control
+2-2
Documentation/power/swsusp.txt
···212212213213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214214215215-after resume. swapoff -a; swapon -a may also be usefull.215215+after resume. swapoff -a; swapon -a may also be useful.216216217217Q: What happens to devices during swsusp? They seem to be resumed218218during system suspend?···323323A: No, it should work okay, as long as your app does not mlock()324324it. Just prepare big enough swap partition.325325326326-Q: What information is usefull for debugging suspend-to-disk problems?326326+Q: What information is useful for debugging suspend-to-disk problems?327327328328A: Well, last messages on the screen are always useful. If something329329is broken, it is usually some kernel driver, therefore trying with as
-7
MAINTAINERS
···546546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git547547S: Maintained548548549549-BUSLOGIC SCSI DRIVER550550-P: Leonard N. Zubkoff551551-M: Leonard N. Zubkoff <lnz@dandelion.com>552552-L: linux-scsi@vger.kernel.org553553-W: http://www.dandelion.com/Linux/554554-S: Maintained555555-556549COMMON INTERNET FILE SYSTEM (CIFS)557550P: Steve French558551M: sfrench@samba.org
+1-1
Makefile
···251251# If it is set to "silent_", nothing wil be printed at all, since252252# the variable $(silent_cmd_cc_o_c) doesn't exist.253253#254254-# A simple variant is to prefix commands with $(Q) - that's usefull254254+# A simple variant is to prefix commands with $(Q) - that's useful255255# for commands that shall be hidden in non-verbose mode.256256#257257# $(Q)ln $@ :<
+1-1
arch/arm/mach-omap1/board-perseus2.c
···184184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185185186186 /*187187- * Ethernet support trough the debug board187187+ * Ethernet support through the debug board188188 * CS1 timings setup189189 */190190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
-63
arch/i386/kernel/cpu/changelog
···11-/*22- * Enhanced CPU type detection by Mike Jagdis, Patrick St. Jean33- * and Martin Mares, November 1997.44- *55- * Force Cyrix 6x86(MX) and M II processors to report MTRR capability66- * and Cyrix "coma bug" recognition by77- * Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu> February 1999.88- * 99- * Force Centaur C6 processors to report MTRR capability.1010- * Bart Hartgers <bart@etpmod.phys.tue.nl>, May 1999.1111- *1212- * Intel Mobile Pentium II detection fix. Sean Gilley, June 1999.1313- *1414- * IDT Winchip tweaks, misc clean ups.1515- * Dave Jones <davej@suse.de>, August 19991616- *1717- * Better detection of Centaur/IDT WinChip models.1818- * Bart Hartgers <bart@etpmod.phys.tue.nl>, August 1999.1919- *2020- * Cleaned up cache-detection code2121- * Dave Jones <davej@suse.de>, October 19992222- *2323- * Added proper L2 cache detection for Coppermine2424- * Dragan Stancevic <visitor@valinux.com>, October 19992525- *2626- * Added the original array for capability flags but forgot to credit 2727- * myself :) (~1998) Fixed/cleaned up some cpu_model_info and other stuff2828- * Jauder Ho <jauderho@carumba.com>, January 20002929- *3030- * Detection for Celeron coppermine, identify_cpu() overhauled,3131- * and a few other clean ups.3232- * Dave Jones <davej@suse.de>, April 20003333- *3434- * Pentium III FXSR, SSE support3535- * General FPU state handling cleanups3636- * Gareth Hughes <gareth@valinux.com>, May 20003737- *3838- * Added proper Cascades CPU and L2 cache detection for Cascades3939- * and 8-way type cache happy bunch from Intel:^)4040- * Dragan Stancevic <visitor@valinux.com>, May 2000 4141- *4242- * Forward port AMD Duron errata T13 from 2.2.17pre4343- * Dave Jones <davej@suse.de>, August 20004444- *4545- * Forward port lots of fixes/improvements from 2.2.18pre4646- * Cyrix III, Pentium IV support.4747- * Dave Jones <davej@suse.de>, October 20004848- *4949- * Massive cleanup of CPU detection and bug handling;5050- * Transmeta CPU detection,5151- * H. Peter Anvin <hpa@zytor.com>, November 20005252- *5353- * VIA C3 Support.5454- * Dave Jones <davej@suse.de>, March 20015555- *5656- * AMD Athlon/Duron/Thunderbird bluesmoke support.5757- * Dave Jones <davej@suse.de>, April 2001.5858- *5959- * CacheSize bug workaround updates for AMD, Intel & VIA Cyrix.6060- * Dave Jones <davej@suse.de>, September, October 2001.6161- *6262- */6363-
-229
arch/i386/kernel/cpu/mtrr/changelog
···11- ChangeLog22-33- Prehistory Martin Tischh�user <martin@ikcbarka.fzk.de>44- Initial register-setting code (from proform-1.0).55- 19971216 Richard Gooch <rgooch@atnf.csiro.au>66- Original version for /proc/mtrr interface, SMP-safe.77- v1.088- 19971217 Richard Gooch <rgooch@atnf.csiro.au>99- Bug fix for ioctls()'s.1010- Added sample code in Documentation/mtrr.txt1111- v1.11212- 19971218 Richard Gooch <rgooch@atnf.csiro.au>1313- Disallow overlapping regions.1414- 19971219 Jens Maurer <jmaurer@menuett.rhein-main.de>1515- Register-setting fixups.1616- v1.21717- 19971222 Richard Gooch <rgooch@atnf.csiro.au>1818- Fixups for kernel 2.1.75.1919- v1.32020- 19971229 David Wragg <dpw@doc.ic.ac.uk>2121- Register-setting fixups and conformity with Intel conventions.2222- 19971229 Richard Gooch <rgooch@atnf.csiro.au>2323- Cosmetic changes and wrote this ChangeLog ;-)2424- 19980106 Richard Gooch <rgooch@atnf.csiro.au>2525- Fixups for kernel 2.1.78.2626- v1.42727- 19980119 David Wragg <dpw@doc.ic.ac.uk>2828- Included passive-release enable code (elsewhere in PCI setup).2929- v1.53030- 19980131 Richard Gooch <rgooch@atnf.csiro.au>3131- Replaced global kernel lock with private spinlock.3232- v1.63333- 19980201 Richard Gooch <rgooch@atnf.csiro.au>3434- Added wait for other CPUs to complete changes.3535- v1.73636- 19980202 Richard Gooch <rgooch@atnf.csiro.au>3737- Bug fix in definition of <set_mtrr> for UP.3838- v1.83939- 19980319 Richard Gooch <rgooch@atnf.csiro.au>4040- Fixups for kernel 2.1.90.4141- 19980323 Richard Gooch <rgooch@atnf.csiro.au>4242- Move SMP BIOS fixup before secondary CPUs call <calibrate_delay>4343- v1.94444- 19980325 Richard Gooch <rgooch@atnf.csiro.au>4545- Fixed test for overlapping regions: confused by adjacent regions4646- 19980326 Richard Gooch <rgooch@atnf.csiro.au>4747- Added wbinvd in <set_mtrr_prepare>.4848- 19980401 Richard Gooch <rgooch@atnf.csiro.au>4949- Bug fix for non-SMP compilation.5050- 19980418 David Wragg <dpw@doc.ic.ac.uk>5151- Fixed-MTRR synchronisation for SMP and use atomic operations5252- instead of spinlocks.5353- 19980418 Richard Gooch <rgooch@atnf.csiro.au>5454- Differentiate different MTRR register classes for BIOS fixup.5555- v1.105656- 19980419 David Wragg <dpw@doc.ic.ac.uk>5757- Bug fix in variable MTRR synchronisation.5858- v1.115959- 19980419 Richard Gooch <rgooch@atnf.csiro.au>6060- Fixups for kernel 2.1.97.6161- v1.126262- 19980421 Richard Gooch <rgooch@atnf.csiro.au>6363- Safer synchronisation across CPUs when changing MTRRs.6464- v1.136565- 19980423 Richard Gooch <rgooch@atnf.csiro.au>6666- Bugfix for SMP systems without MTRR support.6767- v1.146868- 19980427 Richard Gooch <rgooch@atnf.csiro.au>6969- Trap calls to <mtrr_add> and <mtrr_del> on non-MTRR machines.7070- v1.157171- 19980427 Richard Gooch <rgooch@atnf.csiro.au>7272- Use atomic bitops for setting SMP change mask.7373- v1.167474- 19980428 Richard Gooch <rgooch@atnf.csiro.au>7575- Removed spurious diagnostic message.7676- v1.177777- 19980429 Richard Gooch <rgooch@atnf.csiro.au>7878- Moved register-setting macros into this file.7979- Moved setup code from init/main.c to i386-specific areas.8080- v1.188181- 19980502 Richard Gooch <rgooch@atnf.csiro.au>8282- Moved MTRR detection outside conditionals in <mtrr_init>.8383- v1.198484- 19980502 Richard Gooch <rgooch@atnf.csiro.au>8585- Documentation improvement: mention Pentium II and AGP.8686- v1.208787- 19980521 Richard Gooch <rgooch@atnf.csiro.au>8888- Only manipulate interrupt enable flag on local CPU.8989- Allow enclosed uncachable regions.9090- v1.219191- 19980611 Richard Gooch <rgooch@atnf.csiro.au>9292- Always define <main_lock>.9393- v1.229494- 19980901 Richard Gooch <rgooch@atnf.csiro.au>9595- Removed module support in order to tidy up code.9696- Added sanity check for <mtrr_add>/<mtrr_del> before <mtrr_init>.9797- Created addition queue for prior to SMP commence.9898- v1.239999- 19980902 Richard Gooch <rgooch@atnf.csiro.au>100100- Ported patch to kernel 2.1.120-pre3.101101- v1.24102102- 19980910 Richard Gooch <rgooch@atnf.csiro.au>103103- Removed sanity checks and addition queue: Linus prefers an OOPS.104104- v1.25105105- 19981001 Richard Gooch <rgooch@atnf.csiro.au>106106- Fixed harmless compiler warning in include/asm-i386/mtrr.h107107- Fixed version numbering and history for v1.23 -> v1.24.108108- v1.26109109- 19990118 Richard Gooch <rgooch@atnf.csiro.au>110110- Added devfs support.111111- v1.27112112- 19990123 Richard Gooch <rgooch@atnf.csiro.au>113113- Changed locking to spin with reschedule.114114- Made use of new <smp_call_function>.115115- v1.28116116- 19990201 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>117117- Extended the driver to be able to use Cyrix style ARRs.118118- 19990204 Richard Gooch <rgooch@atnf.csiro.au>119119- Restructured Cyrix support.120120- v1.29121121- 19990204 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>122122- Refined ARR support: enable MAPEN in set_mtrr_prepare()123123- and disable MAPEN in set_mtrr_done().124124- 19990205 Richard Gooch <rgooch@atnf.csiro.au>125125- Minor cleanups.126126- v1.30127127- 19990208 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>128128- Protect plain 6x86s (and other processors without the129129- Page Global Enable feature) against accessing CR4 in130130- set_mtrr_prepare() and set_mtrr_done().131131- 19990210 Richard Gooch <rgooch@atnf.csiro.au>132132- Turned <set_mtrr_up> and <get_mtrr> into function pointers.133133- v1.31134134- 19990212 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>135135- Major rewrite of cyrix_arr_init(): do not touch ARRs,136136- leave them as the BIOS have set them up.137137- Enable usage of all 8 ARRs.138138- Avoid multiplications by 3 everywhere and other139139- code clean ups/speed ups.140140- 19990213 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>141141- Set up other Cyrix processors identical to the boot cpu.142142- Since Cyrix don't support Intel APIC, this is l'art pour l'art.143143- Weigh ARRs by size:144144- If size <= 32M is given, set up ARR# we were given.145145- If size > 32M is given, set up ARR7 only if it is free,146146- fail otherwise.147147- 19990214 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>148148- Also check for size >= 256K if we are to set up ARR7,149149- mtrr_add() returns the value it gets from set_mtrr()150150- 19990218 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>151151- Remove Cyrix "coma bug" workaround from here.152152- Moved to linux/arch/i386/kernel/setup.c and153153- linux/include/asm-i386/bugs.h154154- 19990228 Richard Gooch <rgooch@atnf.csiro.au>155155- Added MTRRIOC_KILL_ENTRY ioctl(2)156156- Trap for counter underflow in <mtrr_file_del>.157157- Trap for 4 MiB aligned regions for PPro, stepping <= 7.158158- 19990301 Richard Gooch <rgooch@atnf.csiro.au>159159- Created <get_free_region> hook.160160- 19990305 Richard Gooch <rgooch@atnf.csiro.au>161161- Temporarily disable AMD support now MTRR capability flag is set.162162- v1.32163163- 19990308 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>164164- Adjust my changes (19990212-19990218) to Richard Gooch's165165- latest changes. (19990228-19990305)166166- v1.33167167- 19990309 Richard Gooch <rgooch@atnf.csiro.au>168168- Fixed typo in <printk> message.169169- 19990310 Richard Gooch <rgooch@atnf.csiro.au>170170- Support K6-II/III based on Alan Cox's <alan@redhat.com> patches.171171- v1.34172172- 19990511 Bart Hartgers <bart@etpmod.phys.tue.nl>173173- Support Centaur C6 MCR's.174174- 19990512 Richard Gooch <rgooch@atnf.csiro.au>175175- Minor cleanups.176176- v1.35177177- 19990707 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>178178- Check whether ARR3 is protected in cyrix_get_free_region()179179- and mtrr_del(). The code won't attempt to delete or change it180180- from now on if the BIOS protected ARR3. It silently skips ARR3181181- in cyrix_get_free_region() or returns with an error code from182182- mtrr_del().183183- 19990711 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>184184- Reset some bits in the CCRs in cyrix_arr_init() to disable SMM185185- if ARR3 isn't protected. This is needed because if SMM is active186186- and ARR3 isn't protected then deleting and setting ARR3 again187187- may lock up the processor. With SMM entirely disabled, it does188188- not happen.189189- 19990812 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>190190- Rearrange switch() statements so the driver accomodates to191191- the fact that the AMD Athlon handles its MTRRs the same way192192- as Intel does.193193- 19990814 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>194194- Double check for Intel in mtrr_add()'s big switch() because195195- that revision check is only valid for Intel CPUs.196196- 19990819 Alan Cox <alan@redhat.com>197197- Tested Zoltan's changes on a pre production Athlon - 100%198198- success.199199- 19991008 Manfred Spraul <manfreds@colorfullife.com>200200- replaced spin_lock_reschedule() with a normal semaphore.201201- v1.36202202- 20000221 Richard Gooch <rgooch@atnf.csiro.au>203203- Compile fix if procfs and devfs not enabled.204204- Formatting changes.205205- v1.37206206- 20001109 H. Peter Anvin <hpa@zytor.com>207207- Use the new centralized CPU feature detects.208208-209209- v1.38210210- 20010309 Dave Jones <davej@suse.de>211211- Add support for Cyrix III.212212-213213- v1.39214214- 20010312 Dave Jones <davej@suse.de>215215- Ugh, I broke AMD support.216216- Reworked fix by Troels Walsted Hansen <troels@thule.no>217217-218218- v1.40219219- 20010327 Dave Jones <davej@suse.de>220220- Adapted Cyrix III support to include VIA C3.221221-222222- v2.0223223- 20020306 Patrick Mochel <mochel@osdl.org>224224- Split mtrr.c -> mtrr/*.c225225- Converted to Linux Kernel Coding Style226226- Fixed several minor nits in form227227- Moved some SMP-only functions out, so they can be used228228- for power management in the future.229229- TODO: Fix user interface cruft.
+1-1
arch/powerpc/kernel/prom.c
···972972#endif973973974974#ifdef CONFIG_PPC_RTAS975975- /* To help early debugging via the front panel, we retreive a minimal975975+ /* To help early debugging via the front panel, we retrieve a minimal976976 * set of RTAS infos now if available977977 */978978 {
+1-1
arch/powerpc/kernel/rtas.c
···632632}633633634634/*635635- * Call early during boot, before mem init or bootmem, to retreive the RTAS635635+ * Call early during boot, before mem init or bootmem, to retrieve the RTAS636636 * informations from the device-tree and allocate the RMO buffer for userland637637 * accesses.638638 */
+1-1
arch/powerpc/kernel/setup_64.c
···438438439439 /*440440 * Fill the ppc64_caches & systemcfg structures with informations441441- * retreived from the device-tree. Need to be called before441441+ * retrieved from the device-tree. Need to be called before442442 * finish_device_tree() since the later requires some of the443443 * informations filled up here to properly parse the interrupt444444 * tree.
+1-1
arch/powerpc/mm/hash_utils_64.c
···368368 unsigned long mem_size, rnd_mem_size, pteg_count;369369370370 /* If hash size isn't already provided by the platform, we try to371371- * retreive it from the device-tree. If it's not there neither, we371371+ * retrieve it from the device-tree. If it's not there neither, we372372 * calculate it now based on the total RAM size373373 */374374 if (ppc64_pft_size == 0)
+1-1
arch/powerpc/platforms/powermac/cpufreq_64.c
···8080};81818282/* Power mode data is an array of the 32 bits PCR values to use for8383- * the various frequencies, retreived from the device-tree8383+ * the various frequencies, retrieved from the device-tree8484 */8585static u32 *g5_pmode_data;8686static int g5_pmode_max;
+1-1
arch/xtensa/kernel/time.c
···201201 if ((signed long)(get_ccount() - next) > 0)202202 goto again;203203204204- /* Allow platform to do something usefull (Wdog). */204204+ /* Allow platform to do something useful (Wdog). */205205206206 platform_heartbeat();207207
+1-1
drivers/cdrom/cm206.c
···3232 18 mrt 1995: 0.24 Working background read-ahead. (still problems)3333 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2).3434 Statistics implemented, though separate stats206.h.3535- Accessible trough ioctl 0x1000 (just a number).3535+ Accessible through ioctl 0x1000 (just a number).3636 Hard to choose between v1.2 development and 1.1.75.3737 Bottom-half doesn't work with 1.2...3838 0.25a: fixed... typo. Still problems...
+2-2
drivers/macintosh/therm_pm72.c
···630630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0);631631 np = of_find_node_by_path(nodename);632632 if (np == NULL) {633633- printk(KERN_ERR "therm_pm72: Failed to retreive cpuid node from device-tree\n");633633+ printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid node from device-tree\n");634634 return -ENODEV;635635 }636636 data = (u8 *)get_property(np, "cpuid", &len);637637 if (data == NULL) {638638- printk(KERN_ERR "therm_pm72: Failed to retreive cpuid property from device-tree\n");638638+ printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid property from device-tree\n");639639 of_node_put(np);640640 return -ENODEV;641641 }
+1-1
drivers/macintosh/windfarm_pm81.c
···2626 * (typically the drive fan)2727 * - the main control (first control) gets the target value scaled with2828 * the first pair of factors, and is then modified as below2929- * - the value of the target of the CPU Fan control loop is retreived,2929+ * - the value of the target of the CPU Fan control loop is retrieved,3030 * scaled with the second pair of factors, and the max of that and3131 * the scaled target is applied to the main control.3232 *
+1-1
drivers/media/radio/radio-sf16fmr2.c
···4848static int radio_nr = -1;49495050/* hw precision is 12.5 kHz5151- * It is only usefull to give freq in intervall of 200 (=0.0125Mhz),5151+ * It is only useful to give freq in intervall of 200 (=0.0125Mhz),5252 * other bits will be truncated5353 */5454#define RSF16_ENCODE(x) ((x)/200+856)
+1-1
drivers/message/i2o/README.ioctl
···185185 ENOMEM Kernel memory allocation error186186187187 A return value of 0 does not mean that the value was actually188188- properly retreived. The user should check the result list 188188+ properly retrieved. The user should check the result list 189189 to determine the specific status of the transaction.190190191191VIII. Downloading Software
+1-1
drivers/net/hp100.c
···276276 * Convert an address in a kernel buffer to a bus/phys/dma address.277277 * This work *only* for memory fragments part of lp->page_vaddr,278278 * because it was properly DMA allocated via pci_alloc_consistent(),279279- * so we just need to "retreive" the original mapping to bus/phys/dma279279+ * so we just need to "retrieve" the original mapping to bus/phys/dma280280 * address - Jean II */281281static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr)282282{
+1-1
drivers/net/pcmcia/xirc2ps_cs.c
···15981598 switch(cmd) {15991599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */16001600 data[0] = 0; /* we have only this address */16011601- /* fall trough */16011601+ /* fall through */16021602 case SIOCGMIIREG: /* Read the specified MII register. */16031603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);16041604 break;
+1-1
drivers/net/sk98lin/skdim.c
···180180 /*181181 ** The number of interrupts per sec is the same as expected.182182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183183- ** in the moderation timer might be usefull183183+ ** in the moderation timer might be useful184184 */185185 if (M_DIMINFO.AutoSizing) {186186 ResizeDimTimerDuration(pAC);
+1-1
drivers/net/sk98lin/skge.c
···28512851 * Description:28522852 * This function is called if an ioctl is issued on the device.28532853 * There are three subfunction for reading, writing and test-writing28542854- * the private MIB data structure (usefull for SysKonnect-internal tools).28542854+ * the private MIB data structure (useful for SysKonnect-internal tools).28552855 *28562856 * Returns:28572857 * 0, if everything is ok
+4-4
drivers/net/sk98lin/skgepnmi.c
···611611 * Description:612612 * Calls a general sub-function for all this stuff. The preset does613613 * the same as a set, but returns just before finally setting the614614- * new value. This is usefull to check if a set might be successfull.614614+ * new value. This is useful to check if a set might be successfull.615615 * If the instance -1 is passed, an array of values is supposed and616616 * all instances of the OID will be set.617617 *···654654 * Description:655655 * Calls a general sub-function for all this stuff. The preset does656656 * the same as a set, but returns just before finally setting the657657- * new value. This is usefull to check if a set might be successfull.657657+ * new value. This is useful to check if a set might be successfull.658658 * If the instance -1 is passed, an array of values is supposed and659659 * all instances of the OID will be set.660660 *···870870 * Description:871871 * Calls a general sub-function for all this set stuff. The preset does872872 * the same as a set, but returns just before finally setting the873873- * new value. This is usefull to check if a set might be successfull.873873+ * new value. This is useful to check if a set might be successfull.874874 * The sub-function runs through the IdTable, checks which OIDs are able875875 * to set, and calls the handler function of the OID to perform the876876 * preset. The return value of the function will also be stored in···64736473 *64746474 * Description:64756475 * The COMMON module only tells us if the mode is half or full duplex.64766476- * But in the decade of auto sensing it is usefull for the user to64766476+ * But in the decade of auto sensing it is useful for the user to64776477 * know if the mode was negotiated or forced. Therefore we have a64786478 * look to the mode, which was last used by the negotiation process.64796479 *
+1-1
drivers/parisc/led.c
···347347 ** 348348 ** led_get_net_activity()349349 ** 350350- ** calculate if there was TX- or RX-troughput on the network interfaces350350+ ** calculate if there was TX- or RX-throughput on the network interfaces351351 ** (analog to dev_get_info() from net/core/dev.c)352352 ** 353353 */
+5-5
drivers/usb/host/Kconfig
···1111 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.01212 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.1313 If your USB host controller supports USB 2.0, you will likely want to1414- configure this Host Controller Driver. At this writing, the primary1515- implementation of EHCI is a chip from NEC, widely available in add-on1616- PCI cards, but implementations are in the works from other vendors1717- including Intel and Philips. Motherboard support is appearing.1414+ configure this Host Controller Driver. At the time of this writing, 1515+ the primary implementation of EHCI is a chip from NEC, widely available1616+ in add-on PCI cards, but implementations are in the works from other 1717+ vendors including Intel and Philips. Motherboard support is appearing.18181919 EHCI controllers are packaged with "companion" host controllers (OHCI2020 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports2121- will connect to EHCI if it the device is high speed, otherwise they2121+ will connect to EHCI if the device is high speed, otherwise they2222 connect to a companion controller. If you configure EHCI, you should2323 probably configure the OHCI (for NEC and some other vendors) USB Host2424 Controller Driver or UHCI (for Via motherboards) Host Controller
+1-1
drivers/usb/serial/cypress_m8.c
···357357 } while (retval != 5 && retval != ENODEV);358358359359 if (retval != 5) {360360- err("%s - failed to retreive serial line settings - %d", __FUNCTION__, retval);360360+ err("%s - failed to retrieve serial line settings - %d", __FUNCTION__, retval);361361 return retval;362362 } else {363363 spin_lock_irqsave(&priv->lock, flags);
+1-1
drivers/usb/serial/usb-serial.c
···584584 const struct usb_device_id *id;585585 struct usb_serial_driver *t;586586587587- /* List trough know devices and see if the usb id matches */587587+ /* Check if the usb id matches a known device */588588 list_for_each(p, &usb_serial_driver_list) {589589 t = list_entry(p, struct usb_serial_driver, driver_list);590590 id = usb_match_id(iface, t->id_table);
+1-1
drivers/video/aty/radeon_monitor.c
···423423/*424424 * Probe display on both primary and secondary card's connector (if any)425425 * by various available techniques (i2c, OF device tree, BIOS, ...) and426426- * try to retreive EDID. The algorithm here comes from XFree's radeon426426+ * try to retrieve EDID. The algorithm here comes from XFree's radeon427427 * driver428428 */429429void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
+1-1
drivers/video/logo/Makefile
···16161717# How to generate logo's18181919-# Use logo-cfiles to retreive list of .c files to be built1919+# Use logo-cfiles to retrieve list of .c files to be built2020logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \2121 $(wildcard $(srctree)/$(src)/*$(1).$(2))))2222
+1-1
drivers/w1/Kconfig
···33config W144 tristate "Dallas's 1-wire support"55 ---help---66- Dallas's 1-wire bus is usefull to connect slow 1-pin devices66+ Dallas's 1-wire bus is useful to connect slow 1-pin devices77 such as iButtons and thermal sensors.8899 If you want W1 support, you should say Y here.
+1-1
fs/9p/vfs_inode.c
···663663}664664665665/**666666- * v9fs_vfs_getattr - retreive file metadata666666+ * v9fs_vfs_getattr - retrieve file metadata667667 * @mnt - mount information668668 * @dentry - file to get attributes on669669 * @stat - metadata structure to populate
+3-3
include/asm-powerpc/smu.h
···2222/*2323 * Partition info commands2424 *2525- * These commands are used to retreive the sdb-partition-XX datas from2525+ * These commands are used to retrieve the sdb-partition-XX datas from2626 * the SMU. The lenght is always 2. First byte is the subcommand code2727 * and second byte is the partition ID.2828 *···225225 *226226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to227227 * transfer blocks of data from the SMU. So far, I've decrypted it's228228- * usage to retreive partition data. In order to do that, you have to228228+ * usage to retrieve partition data. In order to do that, you have to229229 * break your transfer in "chunks" since that command cannot transfer230230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes,231231 * but it seems that the darwin driver will let you do 0x1e bytes if···556556 __u32 cmdtype;557557#define SMU_CMDTYPE_SMU 0 /* SMU command */558558#define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */559559-#define SMU_CMDTYPE_GET_PARTITION 2 /* retreive an sdb partition */559559+#define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */560560561561 __u8 cmd; /* SMU command byte */562562 __u8 pad[3]; /* padding */
+1-1
include/linux/elevator.h
···6666};67676868/*6969- * each queue has an elevator_queue assoicated with it6969+ * each queue has an elevator_queue associated with it7070 */7171struct elevator_queue7272{
+2-2
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
···995995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998998- /* RST sent to invalid SYN or ACK we had let trough998998+ /* RST sent to invalid SYN or ACK we had let through999999 * at a) and c) above:10001000 *10011001 * a) SYN was in window then···10061006 * segments we ignored. */10071007 goto in_window;10081008 }10091009- /* Just fall trough */10091009+ /* Just fall through */10101010 default:10111011 /* Keep compilers happy. */10121012 break;
+2-2
net/netfilter/nf_conntrack_proto_tcp.c
···988988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991991- /* RST sent to invalid SYN or ACK we had let trough991991+ /* RST sent to invalid SYN or ACK we had let through992992 * at a) and c) above:993993 *994994 * a) SYN was in window then···999999 * segments we ignored. */10001000 goto in_window;10011001 }10021002- /* Just fall trough */10021002+ /* Just fall through */10031003 default:10041004 /* Keep compilers happy. */10051005 break;
+1-1
scripts/Makefile.modpost
···3030# - See include/linux/module.h for more details31313232# Step 4 is solely used to allow module versioning in external modules,3333-# where the CRC of each module is retreived from the Module.symers file.3333+# where the CRC of each module is retrieved from the Module.symers file.34343535.PHONY: _modpost3636_modpost: __modpost
+1-1
scripts/mksysmap
···11#!/bin/sh -x22# Based on the vmlinux file create the System.map file33# System.map is used by module-init tools and some debugging44-# tools to retreive the actual addresses of symbols in the kernel.44+# tools to retrieve the actual addresses of symbols in the kernel.55#66# Usage77# mksysmap vmlinux System.map
+1-1
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
···209209 case SNDRV_PCM_FORMAT_S24_3LE:210210 case SNDRV_PCM_FORMAT_S24_3BE:211211 chip->pcm_sample = 3;212212- /* fall trough */212212+ /* fall through */213213 default: /* 24-bit */214214 aval = AK4117_DIF_24R;215215 chip->pcm_frame = 3;