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

Fix typos in Documentation/: 'F'-'G'

This patch fixes typos in various Documentation txts. The patch addresses
some words starting with the letters 'F'-'G'.

Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Matt LaPlante and committed by
Adrian Bunk
a2ffd275 fff9289b

+23 -23
+1 -1
Documentation/block/barrier.txt
··· 56 56 i. No write-back cache. Keeping requests ordered is enough. 57 57 58 58 ii. Write-back cache but no flush operation. There's no way to 59 - gurantee physical-medium commit order. This kind of devices can't to 59 + guarantee physical-medium commit order. This kind of devices can't to 60 60 I/O barriers. 61 61 62 62 iii. Write-back cache and flush operation but no FUA (forced unit
+1 -1
Documentation/block/deadline-iosched.txt
··· 23 23 read_expire (in ms) 24 24 ----------- 25 25 26 - The goal of the deadline io scheduler is to attempt to guarentee a start 26 + The goal of the deadline io scheduler is to attempt to guarantee a start 27 27 service time for a request. As we focus mainly on read latencies, this is 28 28 tunable. When a read request first enters the io scheduler, it is assigned 29 29 a deadline that is the current time + the read_expire value in units of
+1 -1
Documentation/cpu-freq/cpufreq-stats.txt
··· 53 53 This gives the amount of time spent in each of the frequencies supported by 54 54 this CPU. The cat output will have "<frequency> <time>" pair in each line, which 55 55 will mean this CPU spent <time> usertime units of time at <frequency>. Output 56 - will have one line for each of the supported freuencies. usertime units here 56 + will have one line for each of the supported frequencies. usertime units here 57 57 is 10mS (similar to other time exported in /proc). 58 58 59 59 --------------------------------------------------------------------------------
+1 -1
Documentation/cpu-freq/governors.txt
··· 109 109 2.4 Ondemand 110 110 ------------ 111 111 112 - The CPUfreq govenor "ondemand" sets the CPU depending on the 112 + The CPUfreq governor "ondemand" sets the CPU depending on the 113 113 current usage. To do this the CPU must have the capability to 114 114 switch the frequency very quickly. There are a number of sysfs file 115 115 accessible parameters:
+2 -2
Documentation/dell_rbu.txt
··· 55 55 In the packet update mechanism, the user neesd to create a new file having 56 56 packets of data arranged back to back. It can be done as follows 57 57 The user creates packets header, gets the chunk of the BIOS image and 58 - placs it next to the packetheader; now, the packetheader + BIOS image chunk 59 - added to geather should match the specified packet_size. This makes one 58 + places it next to the packetheader; now, the packetheader + BIOS image chunk 59 + added together should match the specified packet_size. This makes one 60 60 packet, the user needs to create more such packets out of the entire BIOS 61 61 image file and then arrange all these packets back to back in to one single 62 62 file.
+1 -1
Documentation/dvb/faq.txt
··· 153 153 - video-buf: capture helper module for the saa7146_vv driver. This 154 154 one is responsible to handle capture buffers. 155 155 156 - - dvb-ttpci: The main driver for AV7110 based, full-featued 156 + - dvb-ttpci: The main driver for AV7110 based, full-featured 157 157 DVB-S/C/T cards 158 158 159 159 eof
+1 -1
Documentation/fb/sisfb.txt
··· 72 72 supported options including some explanation. 73 73 74 74 The desired display mode can be specified using the keyword "mode" with 75 - a parameter in one of the follwing formats: 75 + a parameter in one of the following formats: 76 76 - XxYxDepth or 77 77 - XxY-Depth or 78 78 - XxY-Depth@Rate or
+1 -1
Documentation/fb/sstfb.txt
··· 77 77 for module : insmod sstfb.o option1=value1 option2=value2 ... 78 78 in kernel : video=sstfb:option1,option2:value2,option3 ... 79 79 80 - sstfb supports the folowing options : 80 + sstfb supports the following options : 81 81 82 82 Module Kernel Description 83 83
+1 -1
Documentation/feature-removal-schedule.txt
··· 184 184 --------------------------- 185 185 186 186 What: USB driver API moves to EXPORT_SYMBOL_GPL 187 - When: Febuary 2008 187 + When: February 2008 188 188 Files: include/linux/usb.h, drivers/usb/core/driver.c 189 189 Why: The USB subsystem has changed a lot over time, and it has been 190 190 possible to create userspace USB drivers using usbfs/libusb/gadgetfs
+1 -1
Documentation/filesystems/spufs.txt
··· 84 84 /ibox 85 85 The second SPU to CPU communication mailbox. This file is similar to 86 86 the first mailbox file, but can be read in blocking I/O mode, and the 87 - poll familiy of system calls can be used to wait for it. The possible 87 + poll family of system calls can be used to wait for it. The possible 88 88 operations on an open ibox file are: 89 89 90 90 read(2)
+1 -1
Documentation/lockdep-design.txt
··· 158 158 In this case the locking is done on a bdev object that is known to be a 159 159 partition. 160 160 161 - The validator treats a lock that is taken in such a nested fasion as a 161 + The validator treats a lock that is taken in such a nested fashion as a 162 162 separate (sub)class for the purposes of validation. 163 163 164 164 Note: When changing code to use the _nested() primitives, be careful and
+1 -1
Documentation/networking/cxgb.txt
··· 172 172 smaller window prevents congestion and facilitates better pacing, 173 173 especially if/when MAC level flow control does not work well or when it is 174 174 not supported on the machine. Experimentation may be necessary to attain 175 - the correct value. This method is provided as a starting point fot the 175 + the correct value. This method is provided as a starting point for the 176 176 correct receive buffer size. 177 177 Setting the min, max, and default receive buffer (RX_WINDOW) size is 178 178 performed in the same manner as single connection.
+1 -1
Documentation/networking/fib_trie.txt
··· 79 79 80 80 resize() 81 81 Analyzes a tnode and optimizes the child array size by either inflating 82 - or shrinking it repeatedly until it fullfills the criteria for optimal 82 + or shrinking it repeatedly until it fulfills the criteria for optimal 83 83 level compression. This part follows the original paper pretty closely 84 84 and there may be some room for experimentation here. 85 85
+2 -2
Documentation/powerpc/booting-without-of.txt
··· 573 573 the Open Firmware client interface, those properties will be created 574 574 by the trampoline code in the kernel's prom_init() file. For example, 575 575 that's where you'll have to add code to detect your board model and 576 - set the platform number. However, when using the flatenned device-tree 576 + set the platform number. However, when using the flattened device-tree 577 577 entry point, there is no prom_init() pass, and thus you have to 578 578 provide those properties yourself. 579 579 ··· 689 689 4) Note about node and property names and character set 690 690 ------------------------------------------------------- 691 691 692 - While open firmware provides more flexibe usage of 8859-1, this 692 + While open firmware provides more flexible usage of 8859-1, this 693 693 specification enforces more strict rules. Nodes and properties should 694 694 be comprised only of ASCII characters 'a' to 'z', '0' to 695 695 '9', ',', '.', '_', '+', '#', '?', and '-'. Node names additionally
+1 -1
Documentation/powerpc/eeh-pci-error-recovery.txt
··· 116 116 so that individual device drivers do not need to be modified to support 117 117 EEH recovery. This generic mechanism piggy-backs on the PCI hotplug 118 118 infrastructure, and percolates events up through the userspace/udev 119 - infrastructure. Followiing is a detailed description of how this is 119 + infrastructure. Following is a detailed description of how this is 120 120 accomplished. 121 121 122 122 EEH must be enabled in the PHB's very early during the boot process,
+1 -1
Documentation/powerpc/hvcs.txt
··· 259 259 260 260 It should be noted that due to the system hotplug I/O capabilities of a 261 261 system the /dev/hvcs* entry that interacts with a particular vty-server 262 - adapter is not guarenteed to remain the same across system reboots. Look 262 + adapter is not guaranteed to remain the same across system reboots. Look 263 263 in the Q & A section for more on this issue. 264 264 265 265 ---------------------------------------------------------------------------
+1 -1
Documentation/s390/Debugging390.txt
··· 88 88 0 0 Reserved ( must be 0 ) otherwise specification exception occurs. 89 89 90 90 1 1 Program Event Recording 1 PER enabled, 91 - PER is used to facilititate debugging e.g. single stepping. 91 + PER is used to facilitate debugging e.g. single stepping. 92 92 93 93 2-4 2-4 Reserved ( must be 0 ). 94 94
+1 -1
Documentation/s390/s390dbf.txt
··· 11 11 (e.g. device drivers) can have one separate debug log. 12 12 One purpose of this is to inspect the debug logs after a production system crash 13 13 in order to analyze the reason for the crash. 14 - If the system still runs but only a subcomponent which uses dbf failes, 14 + If the system still runs but only a subcomponent which uses dbf fails, 15 15 it is possible to look at the debug logs on a live system via the Linux 16 16 debugfs filesystem. 17 17 The debug feature may also very useful for kernel and driver development.
+1 -1
Documentation/scsi/aic7xxx_old.txt
··· 317 317 initial DEVCONFIG values for each of your aic7xxx controllers as 318 318 they are listed, and also record what the machine is detecting as 319 319 the proper termination on your controllers. NOTE: the order in 320 - which the initial DEVCONFIG values are printed out is not gauranteed 320 + which the initial DEVCONFIG values are printed out is not guaranteed 321 321 to be the same order as the SCSI controllers are registered. The 322 322 above option and this option both work on the order of the SCSI 323 323 controllers as they are registered, so make sure you match the right
+1 -1
Documentation/uml/UserModeLinux-HOWTO.txt
··· 4621 4621 Chris Reahard built a specialized root filesystem for running a DNS 4622 4622 server jailed inside UML. It's available from the download 4623 4623 <http://user-mode-linux.sourceforge.net/dl-sf.html> page in the Jail 4624 - Filesysems section. 4624 + Filesystems section. 4625 4625 4626 4626 4627 4627
+1 -1
Documentation/watchdog/watchdog-api.txt
··· 207 207 support the GETBOOTSTATUS call. 208 208 209 209 Some drivers can measure the temperature using the GETTEMP ioctl. The 210 - returned value is the temperature in degrees farenheit. 210 + returned value is the temperature in degrees fahrenheit. 211 211 212 212 int temperature; 213 213 ioctl(fd, WDIOC_GETTEMP, &temperature);