Skip to content

Commit

Permalink
staging: xillybus: Fix typo in comment
Browse files Browse the repository at this point in the history
Correct spelling typo in comments.

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
standby24x7 authored and gregkh committed Aug 19, 2013
1 parent ecc837a commit 9379fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/xillybus/xillybus_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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.
*/

Expand Down Expand Up @@ -2171,8 +2171,8 @@ int xillybus_endpoint_discovery(struct xilly_endpoint *endpoint)
INIT_LIST_HEAD(&tmpmem.to_unmap);

/*
* Writing the value 0x00000001 to Endianess register signals which
* endianess this processor is using, so the FPGA can swap words as
* Writing the value 0x00000001 to Endianness register signals which
* endianness this processor is using, so the FPGA can swap words as
* necessary.
*/

Expand Down

0 comments on commit 9379fd5

Please sign in to comment.