[PATCH] docs: Fix a couple typos

2017-04-21 Thread Stan Drozd
docs: Fix a couple typos This commit gets rid of some minor errors in Documentation/: * cputopology.txt: drawes -> drawers * debugging-via-ohci1394.txt: remove an unnecessary line break * static-keys: statemnts -> statements * zorro.txt: busses -> buses Signed-off-by: S

[PATCH] docs: Fix a spelling error in vfio-mediated-device.txt

2017-04-21 Thread Stan Drozd
docs: Fix a spelling error in vfio-mediated-device.txt This commit fixes a repeated "the" in vfio-mediated-device.txt and reflows the paragraph. Signed-off-by: Stan Drozd --- Documentation/vfio-mediated-device.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) di

[PATCH] docs: Fix a spelling error in ioctl-number.txt

2017-04-21 Thread Stan Drozd
docs: Fix a spelling error in ioctl-number.txt This commit fixes a misspelled header name in the ioctl numbers list Signed-off-by: Stan Drozd --- Documentation/ioctl/ioctl-number.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ioctl/ioctl-number.txt b

[PATCH] docs: typo in Documentation/memory-barriers.txt

2017-04-20 Thread Stan Drozd
So here we are, this is my first contribution. I looked through the file with ":set spell" and this seems like the only real typo. It's not much, but I've got more coming. Stan Signed-off-by: Stan Drozd --- Documentation/memory-barriers.txt | 2 +- 1 file changed, 1 inse

Contributing to the docs

2017-04-15 Thread Stan Drozd
Hello everyone, I've found a typo in ioctl-numbers.txt and decided to snoop around, find some more slips and maybe send a bigger patch then. Which kernel tree should I use for patching the docs? If any other questions arise, what would be the best place to look for answers without troubling the com