Commit 19b20170 authored by Will Korteland's avatar Will Korteland Committed by Greg Kroah-Hartman

docs/uio: fix a grammar nitpick

This patch fixes a minor, incorrect piece of grammar in the UIO howto.
Signed-off-by: default avatarWill Korteland <will@korte.land>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a6ff3c9
......@@ -463,8 +463,8 @@ Getting information about your UIO device
Information about all UIO devices is available in sysfs. The first thing
you should do in your driver is check ``name`` and ``version`` to make
sure your talking to the right device and that its kernel driver has the
version you expect.
sure you're talking to the right device and that its kernel driver has
the version you expect.
You should also make sure that the memory mapping you need exists and
has the size you expect.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment