Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9379fd54 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: xillybus: Fix typo in comment



Correct spelling typo in comments.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ecc837ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
	 */

@@ -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.
	 */