···418 Dirty: Memory which is waiting to get written back to the disk419 Writeback: Memory which is actively being written back to the disk420 Mapped: files which have been mmaped, such as libraries421- Slab: in-kernel data structures cache422 CommitLimit: Based on the overcommit ratio ('vm.overcommit_ratio'),423 this is the total amount of memory currently available to424 be allocated on the system. This limit is only adhered to
···418 Dirty: Memory which is waiting to get written back to the disk419 Writeback: Memory which is actively being written back to the disk420 Mapped: files which have been mmaped, such as libraries421+ Slab: in-kernel data structures cache422 CommitLimit: Based on the overcommit ratio ('vm.overcommit_ratio'),423 this is the total amount of memory currently available to424 be allocated on the system. This limit is only adhered to
+1-1
Documentation/i2o/ioctl
···185 ENOMEM Kernel memory allocation error186187 A return value of 0 does not mean that the value was actually188- properly retreived. The user should check the result list189 to determine the specific status of the transaction.190191VIII. Downloading Software
···185 ENOMEM Kernel memory allocation error186187 A return value of 0 does not mean that the value was actually188+ properly retrieved. The user should check the result list189 to determine the specific status of the transaction.190191VIII. Downloading Software
+1-1
Documentation/networking/sk98lin.txt
···245This parameters is only relevant if auto-negotiation for this port is 246not set to "Sense". If auto-negotiation is set to "On", all three values247are 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 all249possible combinations.250251Flow Control
···245This parameters is only relevant if auto-negotiation for this port is 246not set to "Sense". If auto-negotiation is set to "On", all three values247are possible. If it is set to "Off", only "Full" and "Half" are allowed.248+This parameter is useful if your link partner does not support all249possible combinations.250251Flow Control
+2-2
Documentation/power/swsusp.txt
···212213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214215-after resume. swapoff -a; swapon -a may also be usefull.216217Q: What happens to devices during swsusp? They seem to be resumed218during system suspend?···323A: No, it should work okay, as long as your app does not mlock()324it. Just prepare big enough swap partition.325326-Q: What information is usefull for debugging suspend-to-disk problems?327328A: Well, last messages on the screen are always useful. If something329is broken, it is usually some kernel driver, therefore trying with as
···212213cat `cat /proc/[0-9]*/maps | grep / | sed 's:.* /:/:' | sort -u` > /dev/null214215+after resume. swapoff -a; swapon -a may also be useful.216217Q: What happens to devices during swsusp? They seem to be resumed218during system suspend?···323A: No, it should work okay, as long as your app does not mlock()324it. Just prepare big enough swap partition.325326+Q: What information is useful for debugging suspend-to-disk problems?327328A: Well, last messages on the screen are always useful. If something329is broken, it is usually some kernel driver, therefore trying with as
-7
MAINTAINERS
···546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git547S: Maintained548549-BUSLOGIC SCSI DRIVER550-P: Leonard N. Zubkoff551-M: Leonard N. Zubkoff <lnz@dandelion.com>552-L: linux-scsi@vger.kernel.org553-W: http://www.dandelion.com/Linux/554-S: Maintained555-556COMMON INTERNET FILE SYSTEM (CIFS)557P: Steve French558M: sfrench@samba.org
···546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git547S: Maintained5480000000549COMMON INTERNET FILE SYSTEM (CIFS)550P: Steve French551M: sfrench@samba.org
+1-1
Makefile
···251# If it is set to "silent_", nothing wil be printed at all, since252# the variable $(silent_cmd_cc_o_c) doesn't exist.253#254-# A simple variant is to prefix commands with $(Q) - that's usefull255# for commands that shall be hidden in non-verbose mode.256#257# $(Q)ln $@ :<
···251# If it is set to "silent_", nothing wil be printed at all, since252# the variable $(silent_cmd_cc_o_c) doesn't exist.253#254+# A simple variant is to prefix commands with $(Q) - that's useful255# for commands that shall be hidden in non-verbose mode.256#257# $(Q)ln $@ :<
+1-1
arch/arm/mach-omap1/board-perseus2.c
···184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185186 /*187- * Ethernet support trough the debug board188 * CS1 timings setup189 */190 omap_writel(0x0000fff3, OMAP730_FLASH_CFG_1);
···184 omap_writel(0x00000088, OMAP730_FLASH_ACFG_0);185186 /*187+ * Ethernet support through the debug board188 * CS1 timings setup189 */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. Jean3- * and Martin Mares, November 1997.4- *5- * Force Cyrix 6x86(MX) and M II processors to report MTRR capability6- * and Cyrix "coma bug" recognition by7- * 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 199916- *17- * Better detection of Centaur/IDT WinChip models.18- * Bart Hartgers <bart@etpmod.phys.tue.nl>, August 1999.19- *20- * Cleaned up cache-detection code21- * Dave Jones <davej@suse.de>, October 199922- *23- * Added proper L2 cache detection for Coppermine24- * Dragan Stancevic <visitor@valinux.com>, October 199925- *26- * Added the original array for capability flags but forgot to credit 27- * myself :) (~1998) Fixed/cleaned up some cpu_model_info and other stuff28- * Jauder Ho <jauderho@carumba.com>, January 200029- *30- * Detection for Celeron coppermine, identify_cpu() overhauled,31- * and a few other clean ups.32- * Dave Jones <davej@suse.de>, April 200033- *34- * Pentium III FXSR, SSE support35- * General FPU state handling cleanups36- * Gareth Hughes <gareth@valinux.com>, May 200037- *38- * Added proper Cascades CPU and L2 cache detection for Cascades39- * 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.17pre43- * Dave Jones <davej@suse.de>, August 200044- *45- * Forward port lots of fixes/improvements from 2.2.18pre46- * Cyrix III, Pentium IV support.47- * Dave Jones <davej@suse.de>, October 200048- *49- * Massive cleanup of CPU detection and bug handling;50- * Transmeta CPU detection,51- * H. Peter Anvin <hpa@zytor.com>, November 200052- *53- * VIA C3 Support.54- * Dave Jones <davej@suse.de>, March 200155- *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-
···1- ChangeLog2-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.08- 19971217 Richard Gooch <rgooch@atnf.csiro.au>9- Bug fix for ioctls()'s.10- Added sample code in Documentation/mtrr.txt11- v1.112- 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.217- 19971222 Richard Gooch <rgooch@atnf.csiro.au>18- Fixups for kernel 2.1.75.19- v1.320- 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.427- 19980119 David Wragg <dpw@doc.ic.ac.uk>28- Included passive-release enable code (elsewhere in PCI setup).29- v1.530- 19980131 Richard Gooch <rgooch@atnf.csiro.au>31- Replaced global kernel lock with private spinlock.32- v1.633- 19980201 Richard Gooch <rgooch@atnf.csiro.au>34- Added wait for other CPUs to complete changes.35- v1.736- 19980202 Richard Gooch <rgooch@atnf.csiro.au>37- Bug fix in definition of <set_mtrr> for UP.38- v1.839- 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.944- 19980325 Richard Gooch <rgooch@atnf.csiro.au>45- Fixed test for overlapping regions: confused by adjacent regions46- 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 operations52- instead of spinlocks.53- 19980418 Richard Gooch <rgooch@atnf.csiro.au>54- Differentiate different MTRR register classes for BIOS fixup.55- v1.1056- 19980419 David Wragg <dpw@doc.ic.ac.uk>57- Bug fix in variable MTRR synchronisation.58- v1.1159- 19980419 Richard Gooch <rgooch@atnf.csiro.au>60- Fixups for kernel 2.1.97.61- v1.1262- 19980421 Richard Gooch <rgooch@atnf.csiro.au>63- Safer synchronisation across CPUs when changing MTRRs.64- v1.1365- 19980423 Richard Gooch <rgooch@atnf.csiro.au>66- Bugfix for SMP systems without MTRR support.67- v1.1468- 19980427 Richard Gooch <rgooch@atnf.csiro.au>69- Trap calls to <mtrr_add> and <mtrr_del> on non-MTRR machines.70- v1.1571- 19980427 Richard Gooch <rgooch@atnf.csiro.au>72- Use atomic bitops for setting SMP change mask.73- v1.1674- 19980428 Richard Gooch <rgooch@atnf.csiro.au>75- Removed spurious diagnostic message.76- v1.1777- 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.1881- 19980502 Richard Gooch <rgooch@atnf.csiro.au>82- Moved MTRR detection outside conditionals in <mtrr_init>.83- v1.1984- 19980502 Richard Gooch <rgooch@atnf.csiro.au>85- Documentation improvement: mention Pentium II and AGP.86- v1.2087- 19980521 Richard Gooch <rgooch@atnf.csiro.au>88- Only manipulate interrupt enable flag on local CPU.89- Allow enclosed uncachable regions.90- v1.2191- 19980611 Richard Gooch <rgooch@atnf.csiro.au>92- Always define <main_lock>.93- v1.2294- 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.2399- 19980902 Richard Gooch <rgooch@atnf.csiro.au>100- Ported patch to kernel 2.1.120-pre3.101- v1.24102- 19980910 Richard Gooch <rgooch@atnf.csiro.au>103- Removed sanity checks and addition queue: Linus prefers an OOPS.104- v1.25105- 19981001 Richard Gooch <rgooch@atnf.csiro.au>106- Fixed harmless compiler warning in include/asm-i386/mtrr.h107- Fixed version numbering and history for v1.23 -> v1.24.108- v1.26109- 19990118 Richard Gooch <rgooch@atnf.csiro.au>110- Added devfs support.111- v1.27112- 19990123 Richard Gooch <rgooch@atnf.csiro.au>113- Changed locking to spin with reschedule.114- Made use of new <smp_call_function>.115- v1.28116- 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.29121- 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.30127- 19990208 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>128- Protect plain 6x86s (and other processors without the129- Page Global Enable feature) against accessing CR4 in130- 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.31134- 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 other139- 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 and153- linux/include/asm-i386/bugs.h154- 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.32163- 19990308 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>164- Adjust my changes (19990212-19990218) to Richard Gooch's165- latest changes. (19990228-19990305)166- v1.33167- 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.34172- 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.35177- 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 it180- from now on if the BIOS protected ARR3. It silently skips ARR3181- in cyrix_get_free_region() or returns with an error code from182- 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 SMM185- if ARR3 isn't protected. This is needed because if SMM is active186- and ARR3 isn't protected then deleting and setting ARR3 again187- may lock up the processor. With SMM entirely disabled, it does188- not happen.189- 19990812 Zolt�n B�sz�rm�nyi <zboszor@mail.externet.hu>190- Rearrange switch() statements so the driver accomodates to191- the fact that the AMD Athlon handles its MTRRs the same way192- 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() because195- 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.36202- 20000221 Richard Gooch <rgooch@atnf.csiro.au>203- Compile fix if procfs and devfs not enabled.204- Formatting changes.205- v1.37206- 20001109 H. Peter Anvin <hpa@zytor.com>207- Use the new centralized CPU feature detects.208-209- v1.38210- 20010309 Dave Jones <davej@suse.de>211- Add support for Cyrix III.212-213- v1.39214- 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.40219- 20010327 Dave Jones <davej@suse.de>220- Adapted Cyrix III support to include VIA C3.221-222- v2.0223- 20020306 Patrick Mochel <mochel@osdl.org>224- Split mtrr.c -> mtrr/*.c225- Converted to Linux Kernel Coding Style226- Fixed several minor nits in form227- Moved some SMP-only functions out, so they can be used228- for power management in the future.229- TODO: Fix user interface cruft.
···972#endif973974#ifdef CONFIG_PPC_RTAS975- /* To help early debugging via the front panel, we retreive a minimal976 * set of RTAS infos now if available977 */978 {
···972#endif973974#ifdef CONFIG_PPC_RTAS975+ /* To help early debugging via the front panel, we retrieve a minimal976 * set of RTAS infos now if available977 */978 {
+1-1
arch/powerpc/kernel/rtas.c
···632}633634/*635- * Call early during boot, before mem init or bootmem, to retreive the RTAS636 * informations from the device-tree and allocate the RMO buffer for userland637 * accesses.638 */
···632}633634/*635+ * Call early during boot, before mem init or bootmem, to retrieve the RTAS636 * informations from the device-tree and allocate the RMO buffer for userland637 * accesses.638 */
+1-1
arch/powerpc/kernel/setup_64.c
···438439 /*440 * Fill the ppc64_caches & systemcfg structures with informations441- * retreived from the device-tree. Need to be called before442 * finish_device_tree() since the later requires some of the443 * informations filled up here to properly parse the interrupt444 * tree.
···438439 /*440 * Fill the ppc64_caches & systemcfg structures with informations441+ * retrieved from the device-tree. Need to be called before442 * finish_device_tree() since the later requires some of the443 * informations filled up here to properly parse the interrupt444 * tree.
+1-1
arch/powerpc/mm/hash_utils_64.c
···368 unsigned long mem_size, rnd_mem_size, pteg_count;369370 /* If hash size isn't already provided by the platform, we try to371- * retreive it from the device-tree. If it's not there neither, we372 * calculate it now based on the total RAM size373 */374 if (ppc64_pft_size == 0)
···368 unsigned long mem_size, rnd_mem_size, pteg_count;369370 /* If hash size isn't already provided by the platform, we try to371+ * retrieve it from the device-tree. If it's not there neither, we372 * calculate it now based on the total RAM size373 */374 if (ppc64_pft_size == 0)
+1-1
arch/powerpc/platforms/powermac/cpufreq_64.c
···80};8182/* Power mode data is an array of the 32 bits PCR values to use for83- * the various frequencies, retreived from the device-tree84 */85static u32 *g5_pmode_data;86static int g5_pmode_max;
···80};8182/* Power mode data is an array of the 32 bits PCR values to use for83+ * the various frequencies, retrieved from the device-tree84 */85static u32 *g5_pmode_data;86static int g5_pmode_max;
+1-1
arch/xtensa/kernel/time.c
···201 if ((signed long)(get_ccount() - next) > 0)202 goto again;203204- /* Allow platform to do something usefull (Wdog). */205206 platform_heartbeat();207
···201 if ((signed long)(get_ccount() - next) > 0)202 goto again;203204+ /* Allow platform to do something useful (Wdog). */205206 platform_heartbeat();207
+1-1
drivers/cdrom/cm206.c
···32 18 mrt 1995: 0.24 Working background read-ahead. (still problems)33 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2).34 Statistics implemented, though separate stats206.h.35- Accessible trough ioctl 0x1000 (just a number).36 Hard to choose between v1.2 development and 1.1.75.37 Bottom-half doesn't work with 1.2...38 0.25a: fixed... typo. Still problems...
···32 18 mrt 1995: 0.24 Working background read-ahead. (still problems)33 26 mrt 1995: 0.25 Multi-session ioctl added (kernel v1.2).34 Statistics implemented, though separate stats206.h.35+ Accessible through ioctl 0x1000 (just a number).36 Hard to choose between v1.2 development and 1.1.75.37 Bottom-half doesn't work with 1.2...38 0.25a: fixed... typo. Still problems...
+2-2
drivers/macintosh/therm_pm72.c
···630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0);631 np = of_find_node_by_path(nodename);632 if (np == NULL) {633- printk(KERN_ERR "therm_pm72: Failed to retreive cpuid node from device-tree\n");634 return -ENODEV;635 }636 data = (u8 *)get_property(np, "cpuid", &len);637 if (data == NULL) {638- printk(KERN_ERR "therm_pm72: Failed to retreive cpuid property from device-tree\n");639 of_node_put(np);640 return -ENODEV;641 }
···630 sprintf(nodename, "/u3@0,f8000000/i2c@f8001000/cpuid@a%d", cpu ? 2 : 0);631 np = of_find_node_by_path(nodename);632 if (np == NULL) {633+ printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid node from device-tree\n");634 return -ENODEV;635 }636 data = (u8 *)get_property(np, "cpuid", &len);637 if (data == NULL) {638+ printk(KERN_ERR "therm_pm72: Failed to retrieve cpuid property from device-tree\n");639 of_node_put(np);640 return -ENODEV;641 }
+1-1
drivers/macintosh/windfarm_pm81.c
···26 * (typically the drive fan)27 * - the main control (first control) gets the target value scaled with28 * the first pair of factors, and is then modified as below29- * - the value of the target of the CPU Fan control loop is retreived,30 * scaled with the second pair of factors, and the max of that and31 * the scaled target is applied to the main control.32 *
···26 * (typically the drive fan)27 * - the main control (first control) gets the target value scaled with28 * the first pair of factors, and is then modified as below29+ * - the value of the target of the CPU Fan control loop is retrieved,30 * scaled with the second pair of factors, and the max of that and31 * the scaled target is applied to the main control.32 *
+1-1
drivers/media/radio/radio-sf16fmr2.c
···48static int radio_nr = -1;4950/* hw precision is 12.5 kHz51- * It is only usefull to give freq in intervall of 200 (=0.0125Mhz),52 * other bits will be truncated53 */54#define RSF16_ENCODE(x) ((x)/200+856)
···48static int radio_nr = -1;4950/* hw precision is 12.5 kHz51+ * It is only useful to give freq in intervall of 200 (=0.0125Mhz),52 * other bits will be truncated53 */54#define RSF16_ENCODE(x) ((x)/200+856)
+1-1
drivers/message/i2o/README.ioctl
···185 ENOMEM Kernel memory allocation error186187 A return value of 0 does not mean that the value was actually188- properly retreived. The user should check the result list 189 to determine the specific status of the transaction.190191VIII. Downloading Software
···185 ENOMEM Kernel memory allocation error186187 A return value of 0 does not mean that the value was actually188+ properly retrieved. The user should check the result list 189 to determine the specific status of the transaction.190191VIII. Downloading Software
+1-1
drivers/net/hp100.c
···276 * Convert an address in a kernel buffer to a bus/phys/dma address.277 * This work *only* for memory fragments part of lp->page_vaddr,278 * because it was properly DMA allocated via pci_alloc_consistent(),279- * so we just need to "retreive" the original mapping to bus/phys/dma280 * address - Jean II */281static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr)282{
···276 * Convert an address in a kernel buffer to a bus/phys/dma address.277 * This work *only* for memory fragments part of lp->page_vaddr,278 * because it was properly DMA allocated via pci_alloc_consistent(),279+ * so we just need to "retrieve" the original mapping to bus/phys/dma280 * address - Jean II */281static inline dma_addr_t virt_to_whatever(struct net_device *dev, u32 * ptr)282{
+1-1
drivers/net/pcmcia/xirc2ps_cs.c
···1598 switch(cmd) {1599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */1600 data[0] = 0; /* we have only this address */1601- /* fall trough */1602 case SIOCGMIIREG: /* Read the specified MII register. */1603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);1604 break;
···1598 switch(cmd) {1599 case SIOCGMIIPHY: /* Get the address of the PHY in use. */1600 data[0] = 0; /* we have only this address */1601+ /* fall through */1602 case SIOCGMIIREG: /* Read the specified MII register. */1603 data[3] = mii_rd(ioaddr, data[0] & 0x1f, data[1] & 0x1f);1604 break;
+1-1
drivers/net/sk98lin/skdim.c
···180 /*181 ** The number of interrupts per sec is the same as expected.182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183- ** in the moderation timer might be usefull184 */185 if (M_DIMINFO.AutoSizing) {186 ResizeDimTimerDuration(pAC);
···180 /*181 ** The number of interrupts per sec is the same as expected.182 ** Evalulate the descriptor-ratio. If it has changed, a resize 183+ ** in the moderation timer might be useful184 */185 if (M_DIMINFO.AutoSizing) {186 ResizeDimTimerDuration(pAC);
+1-1
drivers/net/sk98lin/skge.c
···2851 * Description:2852 * This function is called if an ioctl is issued on the device.2853 * There are three subfunction for reading, writing and test-writing2854- * the private MIB data structure (usefull for SysKonnect-internal tools).2855 *2856 * Returns:2857 * 0, if everything is ok
···2851 * Description:2852 * This function is called if an ioctl is issued on the device.2853 * There are three subfunction for reading, writing and test-writing2854+ * the private MIB data structure (useful for SysKonnect-internal tools).2855 *2856 * Returns:2857 * 0, if everything is ok
+4-4
drivers/net/sk98lin/skgepnmi.c
···611 * Description:612 * Calls a general sub-function for all this stuff. The preset does613 * the same as a set, but returns just before finally setting the614- * new value. This is usefull to check if a set might be successfull.615 * If the instance -1 is passed, an array of values is supposed and616 * all instances of the OID will be set.617 *···654 * Description:655 * Calls a general sub-function for all this stuff. The preset does656 * the same as a set, but returns just before finally setting the657- * new value. This is usefull to check if a set might be successfull.658 * If the instance -1 is passed, an array of values is supposed and659 * all instances of the OID will be set.660 *···870 * Description:871 * Calls a general sub-function for all this set stuff. The preset does872 * the same as a set, but returns just before finally setting the873- * new value. This is usefull to check if a set might be successfull.874 * The sub-function runs through the IdTable, checks which OIDs are able875 * to set, and calls the handler function of the OID to perform the876 * preset. The return value of the function will also be stored in···6473 *6474 * Description: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 to6477 * know if the mode was negotiated or forced. Therefore we have a6478 * look to the mode, which was last used by the negotiation process.6479 *
···611 * Description:612 * Calls a general sub-function for all this stuff. The preset does613 * the same as a set, but returns just before finally setting the614+ * new value. This is useful to check if a set might be successfull.615 * If the instance -1 is passed, an array of values is supposed and616 * all instances of the OID will be set.617 *···654 * Description:655 * Calls a general sub-function for all this stuff. The preset does656 * the same as a set, but returns just before finally setting the657+ * new value. This is useful to check if a set might be successfull.658 * If the instance -1 is passed, an array of values is supposed and659 * all instances of the OID will be set.660 *···870 * Description:871 * Calls a general sub-function for all this set stuff. The preset does872 * the same as a set, but returns just before finally setting the873+ * new value. This is useful to check if a set might be successfull.874 * The sub-function runs through the IdTable, checks which OIDs are able875 * to set, and calls the handler function of the OID to perform the876 * preset. The return value of the function will also be stored in···6473 *6474 * Description: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 useful for the user to6477 * know if the mode was negotiated or forced. Therefore we have a6478 * look to the mode, which was last used by the negotiation process.6479 *
+1-1
drivers/parisc/led.c
···347 ** 348 ** led_get_net_activity()349 ** 350- ** calculate if there was TX- or RX-troughput on the network interfaces351 ** (analog to dev_get_info() from net/core/dev.c)352 ** 353 */
···347 ** 348 ** led_get_net_activity()349 ** 350+ ** calculate if there was TX- or RX-throughput on the network interfaces351 ** (analog to dev_get_info() from net/core/dev.c)352 ** 353 */
+5-5
drivers/usb/host/Kconfig
···11 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.012 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.13 If your USB host controller supports USB 2.0, you will likely want to14- configure this Host Controller Driver. At this writing, the primary15- implementation of EHCI is a chip from NEC, widely available in add-on16- PCI cards, but implementations are in the works from other vendors17- including Intel and Philips. Motherboard support is appearing.1819 EHCI controllers are packaged with "companion" host controllers (OHCI20 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports21- will connect to EHCI if it the device is high speed, otherwise they22 connect to a companion controller. If you configure EHCI, you should23 probably configure the OHCI (for NEC and some other vendors) USB Host24 Controller Driver or UHCI (for Via motherboards) Host Controller
···11 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.012 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.13 If your USB host controller supports USB 2.0, you will likely want to14+ configure this Host Controller Driver. At the time of this writing, 15+ the primary implementation of EHCI is a chip from NEC, widely available16+ in add-on PCI cards, but implementations are in the works from other 17+ vendors including Intel and Philips. Motherboard support is appearing.1819 EHCI controllers are packaged with "companion" host controllers (OHCI20 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports21+ will connect to EHCI if the device is high speed, otherwise they22 connect to a companion controller. If you configure EHCI, you should23 probably configure the OHCI (for NEC and some other vendors) USB Host24 Controller Driver or UHCI (for Via motherboards) Host Controller
+1-1
drivers/usb/serial/cypress_m8.c
···357 } while (retval != 5 && retval != ENODEV);358359 if (retval != 5) {360- err("%s - failed to retreive serial line settings - %d", __FUNCTION__, retval);361 return retval;362 } else {363 spin_lock_irqsave(&priv->lock, flags);
···357 } while (retval != 5 && retval != ENODEV);358359 if (retval != 5) {360+ err("%s - failed to retrieve serial line settings - %d", __FUNCTION__, retval);361 return retval;362 } else {363 spin_lock_irqsave(&priv->lock, flags);
+1-1
drivers/usb/serial/usb-serial.c
···584 const struct usb_device_id *id;585 struct usb_serial_driver *t;586587- /* List trough know devices and see if the usb id matches */588 list_for_each(p, &usb_serial_driver_list) {589 t = list_entry(p, struct usb_serial_driver, driver_list);590 id = usb_match_id(iface, t->id_table);
···584 const struct usb_device_id *id;585 struct usb_serial_driver *t;586587+ /* Check if the usb id matches a known device */588 list_for_each(p, &usb_serial_driver_list) {589 t = list_entry(p, struct usb_serial_driver, driver_list);590 id = usb_match_id(iface, t->id_table);
+1-1
drivers/video/aty/radeon_monitor.c
···423/*424 * Probe display on both primary and secondary card's connector (if any)425 * by various available techniques (i2c, OF device tree, BIOS, ...) and426- * try to retreive EDID. The algorithm here comes from XFree's radeon427 * driver428 */429void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
···423/*424 * Probe display on both primary and secondary card's connector (if any)425 * by various available techniques (i2c, OF device tree, BIOS, ...) and426+ * try to retrieve EDID. The algorithm here comes from XFree's radeon427 * driver428 */429void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
+1-1
drivers/video/logo/Makefile
···1617# How to generate logo's1819-# Use logo-cfiles to retreive list of .c files to be built20logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \21 $(wildcard $(srctree)/$(src)/*$(1).$(2))))22
···1617# How to generate logo's1819+# Use logo-cfiles to retrieve list of .c files to be built20logo-cfiles = $(notdir $(patsubst %.$(2), %.c, \21 $(wildcard $(srctree)/$(src)/*$(1).$(2))))22
+1-1
drivers/w1/Kconfig
···3config W14 tristate "Dallas's 1-wire support"5 ---help---6- Dallas's 1-wire bus is usefull to connect slow 1-pin devices7 such as iButtons and thermal sensors.89 If you want W1 support, you should say Y here.
···3config W14 tristate "Dallas's 1-wire support"5 ---help---6+ Dallas's 1-wire bus is useful to connect slow 1-pin devices7 such as iButtons and thermal sensors.89 If you want W1 support, you should say Y here.
+1-1
fs/9p/vfs_inode.c
···663}664665/**666- * v9fs_vfs_getattr - retreive file metadata667 * @mnt - mount information668 * @dentry - file to get attributes on669 * @stat - metadata structure to populate
···663}664665/**666+ * v9fs_vfs_getattr - retrieve file metadata667 * @mnt - mount information668 * @dentry - file to get attributes on669 * @stat - metadata structure to populate
+3-3
include/asm-powerpc/smu.h
···22/*23 * Partition info commands24 *25- * These commands are used to retreive the sdb-partition-XX datas from26 * the SMU. The lenght is always 2. First byte is the subcommand code27 * and second byte is the partition ID.28 *···225 *226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to227 * transfer blocks of data from the SMU. So far, I've decrypted it's228- * usage to retreive partition data. In order to do that, you have to229 * break your transfer in "chunks" since that command cannot transfer230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes,231 * but it seems that the darwin driver will let you do 0x1e bytes if···556 __u32 cmdtype;557#define SMU_CMDTYPE_SMU 0 /* SMU command */558#define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */559-#define SMU_CMDTYPE_GET_PARTITION 2 /* retreive an sdb partition */560561 __u8 cmd; /* SMU command byte */562 __u8 pad[3]; /* padding */
···22/*23 * Partition info commands24 *25+ * These commands are used to retrieve the sdb-partition-XX datas from26 * the SMU. The lenght is always 2. First byte is the subcommand code27 * and second byte is the partition ID.28 *···225 *226 * SMU_CMD_MISC_ee_GET_DATABLOCK_REC is used, among others, to227 * transfer blocks of data from the SMU. So far, I've decrypted it's228+ * usage to retrieve partition data. In order to do that, you have to229 * break your transfer in "chunks" since that command cannot transfer230 * more than a chunk at a time. The chunk size used by OF is 0xe bytes,231 * but it seems that the darwin driver will let you do 0x1e bytes if···556 __u32 cmdtype;557#define SMU_CMDTYPE_SMU 0 /* SMU command */558#define SMU_CMDTYPE_WANTS_EVENTS 1 /* switch fd to events mode */559+#define SMU_CMDTYPE_GET_PARTITION 2 /* retrieve an sdb partition */560561 __u8 cmd; /* SMU command byte */562 __u8 pad[3]; /* padding */
+1-1
include/linux/elevator.h
···66};6768/*69- * each queue has an elevator_queue assoicated with it70 */71struct elevator_queue72{
···66};6768/*69+ * each queue has an elevator_queue associated with it70 */71struct elevator_queue72{
+2-2
net/ipv4/netfilter/ip_conntrack_proto_tcp.c
···995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998- /* RST sent to invalid SYN or ACK we had let trough999 * at a) and c) above:1000 *1001 * a) SYN was in window then···1006 * segments we ignored. */1007 goto in_window;1008 }1009- /* Just fall trough */1010 default:1011 /* Keep compilers happy. */1012 break;
···995 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)996 && conntrack->proto.tcp.last_index == TCP_ACK_SET))997 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {998+ /* RST sent to invalid SYN or ACK we had let through999 * at a) and c) above:1000 *1001 * a) SYN was in window then···1006 * segments we ignored. */1007 goto in_window;1008 }1009+ /* Just fall through */1010 default:1011 /* Keep compilers happy. */1012 break;
+2-2
net/netfilter/nf_conntrack_proto_tcp.c
···988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991- /* RST sent to invalid SYN or ACK we had let trough992 * at a) and c) above:993 *994 * a) SYN was in window then···999 * segments we ignored. */1000 goto in_window;1001 }1002- /* Just fall trough */1003 default:1004 /* Keep compilers happy. */1005 break;
···988 || (!test_bit(IPS_ASSURED_BIT, &conntrack->status)989 && conntrack->proto.tcp.last_index == TCP_ACK_SET))990 && ntohl(th->ack_seq) == conntrack->proto.tcp.last_end) {991+ /* RST sent to invalid SYN or ACK we had let through992 * at a) and c) above:993 *994 * a) SYN was in window then···999 * segments we ignored. */1000 goto in_window;1001 }1002+ /* Just fall through */1003 default:1004 /* Keep compilers happy. */1005 break;
+1-1
scripts/Makefile.modpost
···30# - See include/linux/module.h for more details3132# 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.3435.PHONY: _modpost36_modpost: __modpost
···30# - See include/linux/module.h for more details3132# Step 4 is solely used to allow module versioning in external modules,33+# where the CRC of each module is retrieved from the Module.symers file.3435.PHONY: _modpost36_modpost: __modpost
+1-1
scripts/mksysmap
···1#!/bin/sh -x2# Based on the vmlinux file create the System.map file3# System.map is used by module-init tools and some debugging4-# tools to retreive the actual addresses of symbols in the kernel.5#6# Usage7# mksysmap vmlinux System.map
···1#!/bin/sh -x2# Based on the vmlinux file create the System.map file3# System.map is used by module-init tools and some debugging4+# tools to retrieve the actual addresses of symbols in the kernel.5#6# Usage7# mksysmap vmlinux System.map
+1-1
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
···209 case SNDRV_PCM_FORMAT_S24_3LE:210 case SNDRV_PCM_FORMAT_S24_3BE:211 chip->pcm_sample = 3;212- /* fall trough */213 default: /* 24-bit */214 aval = AK4117_DIF_24R;215 chip->pcm_frame = 3;
···209 case SNDRV_PCM_FORMAT_S24_3LE:210 case SNDRV_PCM_FORMAT_S24_3BE:211 chip->pcm_sample = 3;212+ /* fall through */213 default: /* 24-bit */214 aval = AK4117_DIF_24R;215 chip->pcm_frame = 3;