Commit 95605332 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman

staging "vme" Fix typos.

Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Acked-by: default avatarMartyn Welch <martyn.welch@ge.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0959c63f
...@@ -64,13 +64,13 @@ static unsigned int bus_num; ...@@ -64,13 +64,13 @@ static unsigned int bus_num;
* *
* However the VME driver at http://www.vmelinux.org/ is rather old and doesn't * However the VME driver at http://www.vmelinux.org/ is rather old and doesn't
* even support the tsi148 chipset (which has 8 master and 8 slave windows). * even support the tsi148 chipset (which has 8 master and 8 slave windows).
* We'll run with this or now as far as possible, however it probably makes * We'll run with this for now as far as possible, however it probably makes
* sense to get rid of the old mappings and just do everything dynamically. * sense to get rid of the old mappings and just do everything dynamically.
* *
* So for now, we'll restrict the driver to providing 4 masters and 4 slaves as * So for now, we'll restrict the driver to providing 4 masters and 4 slaves as
* defined above and try to support at least some of the interface from * defined above and try to support at least some of the interface from
* http://www.vmelinux.org/ as an alternative drive can be written providing a * http://www.vmelinux.org/ as an alternative the driver can be written
* saner interface later. * providing a saner interface later.
* *
* The vmelinux.org driver never supported slave images, the devices reserved * The vmelinux.org driver never supported slave images, the devices reserved
* for slaves were repurposed to support all 8 master images on the UniverseII! * for slaves were repurposed to support all 8 master images on the UniverseII!
...@@ -242,7 +242,7 @@ static ssize_t resource_to_user(int minor, char __user *buf, size_t count, ...@@ -242,7 +242,7 @@ static ssize_t resource_to_user(int minor, char __user *buf, size_t count,
} }
/* /*
* We are going ot alloc a page during init per window for small transfers. * We are going to alloc a page during init per window for small transfers.
* Small transfers will go user space -> buffer -> VME. Larger (more than a * Small transfers will go user space -> buffer -> VME. Larger (more than a
* page) transfers will lock the user space buffer into memory and then * page) transfers will lock the user space buffer into memory and then
* transfer the data directly from the user space buffers out to VME. * transfer the data directly from the user space buffers out to VME.
......
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