aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci
diff options
context:
space:
mode:
authorHayato Suzuki <hytszk@gmail.com>2014-07-02 02:15:32 -0400
committerJiri Kosina <jkosina@suse.cz>2014-08-26 03:35:51 -0400
commit24488c392067e948b3b2c6911d6e8b522931714c (patch)
tree3e716b8976a5401de76c3b458f463fd9a7131686 /Documentation/devicetree/bindings/pci
parenta71db86e86e0a1b28ffebe6b161f4a628911ebaf (diff)
Documentation: treewide: fix typos and grammar
Correct spelling typo in treewide. Signed-off-by: Hayato Suzuki <hytszk@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/pci')
-rw-r--r--Documentation/devicetree/bindings/pci/host-generic-pci.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/host-generic-pci.txt b/Documentation/devicetree/bindings/pci/host-generic-pci.txt
index f0b0436807b4..cf3e205e0b7e 100644
--- a/Documentation/devicetree/bindings/pci/host-generic-pci.txt
+++ b/Documentation/devicetree/bindings/pci/host-generic-pci.txt
@@ -55,7 +55,7 @@ For CAM, this 24-bit offset is:
55 cfg_offset(bus, device, function, register) = 55 cfg_offset(bus, device, function, register) =
56 bus << 16 | device << 11 | function << 8 | register 56 bus << 16 | device << 11 | function << 8 | register
57 57
58Whilst ECAM extends this by 4 bits to accomodate 4k of function space: 58Whilst ECAM extends this by 4 bits to accommodate 4k of function space:
59 59
60 cfg_offset(bus, device, function, register) = 60 cfg_offset(bus, device, function, register) =
61 bus << 20 | device << 15 | function << 12 | register 61 bus << 20 | device << 15 | function << 12 | register