mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 10:15:13 +00:00
docs/uio: fix a grammar nitpick
This patch fixes a minor, incorrect piece of grammar in the UIO howto. Signed-off-by: Will Korteland <will@korte.land> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4a6ff3c9a6
commit
19b2017054
1 changed files with 2 additions and 2 deletions
|
|
@ -463,8 +463,8 @@ Getting information about your UIO device
|
||||||
|
|
||||||
Information about all UIO devices is available in sysfs. The first thing
|
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
|
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
|
sure you're talking to the right device and that its kernel driver has
|
||||||
version you expect.
|
the version you expect.
|
||||||
|
|
||||||
You should also make sure that the memory mapping you need exists and
|
You should also make sure that the memory mapping you need exists and
|
||||||
has the size you expect.
|
has the size you expect.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue