Fix typos in Documentation/: 'Q'-'R'
This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letters 'Q'-'R'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:

committed by
Adrian Bunk

parent
84eb8d0608
commit
d6bc8ac9e1
@@ -133,7 +133,7 @@ determine the device driver owning the device that raised the interrupt.
|
||||
In order not to introduce a new I/O concept to the common Linux code,
|
||||
Linux/390 preserves the IRQ concept and semantically maps the ESA/390
|
||||
subchannels to Linux as IRQs. This allows Linux/390 to support up to 64k
|
||||
different IRQs, uniquely representig a single device each.
|
||||
different IRQs, uniquely representing a single device each.
|
||||
|
||||
Up to kernel 2.4, Linux/390 used to provide interfaces via the IRQ (subchannel).
|
||||
For internal use of the common I/O layer, these are still there. However,
|
||||
|
@@ -157,7 +157,7 @@ notify: This function is called by the common I/O layer for some state changes
|
||||
* In online state, device detached (CIO_GONE) or last path gone
|
||||
(CIO_NO_PATH). The driver must return !0 to keep the device; for
|
||||
return code 0, the device will be deleted as usual (also when no
|
||||
notify function is registerd). If the driver wants to keep the
|
||||
notify function is registered). If the driver wants to keep the
|
||||
device, it is moved into disconnected state.
|
||||
* In disconnected state, device operational again (CIO_OPER). The
|
||||
common I/O layer performs some sanity checks on device number and
|
||||
|
Reference in New Issue
Block a user