staging: xillybus: Fix typo in comment
Correct spelling typo in comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ecc837acca
commit
9379fd547e
drivers/staging/xillybus
|
@ -1876,7 +1876,7 @@ static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence)
|
||||||
/*
|
/*
|
||||||
* Take both mutexes not allowing interrupts, since it seems like
|
* Take both mutexes not allowing interrupts, since it seems like
|
||||||
* common applications don't expect an -EINTR here. Besides, multiple
|
* common applications don't expect an -EINTR here. Besides, multiple
|
||||||
* access to a single file desriptor on seekable devices is a mess
|
* access to a single file descriptor on seekable devices is a mess
|
||||||
* anyhow.
|
* anyhow.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2171,8 +2171,8 @@ int xillybus_endpoint_discovery(struct xilly_endpoint *endpoint)
|
||||||
INIT_LIST_HEAD(&tmpmem.to_unmap);
|
INIT_LIST_HEAD(&tmpmem.to_unmap);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Writing the value 0x00000001 to Endianess register signals which
|
* Writing the value 0x00000001 to Endianness register signals which
|
||||||
* endianess this processor is using, so the FPGA can swap words as
|
* endianness this processor is using, so the FPGA can swap words as
|
||||||
* necessary.
|
* necessary.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue