Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1157026

[PATCH] Fix typo in the comment

From 명혁 <hyuk.myeong@lge.com>
Newsgroups linux.kernel
Subject [PATCH] Fix typo in the comment
Date 2015-06-03 04:00 +0200
Message-ID <px68i-2Kb-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch fix a spelling typo in the comment in synclink.c and
synclinkmp.c.

Signed-off-by: Hyuk Myeong <hyuk.myeong@lge.com>
---
 drivers/tty/synclink.c   | 4 ++--
 drivers/tty/synclinkmp.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/tty/synclink.c b/drivers/tty/synclink.c
index b799170..3bbb07c 100644
--- a/drivers/tty/synclink.c
+++ b/drivers/tty/synclink.c
@@ -7468,9 +7468,9 @@ static bool mgsl_memory_test( struct mgsl_struct
*info )
  * 	memory.
  * 
  * 	This function in effect, breaks the a large shared memory write
- * 	into multiple transations by interleaving a shared memory read
+ * 	into multiple transactions by interleaving a shared memory read
  * 	which will flush the write FIFO and 'complete' the write
- * 	transation. This allows any pending DMA request to gain control
+ * 	transaction. This allows any pending DMA request to gain control
  * 	of the local bus in a timely fasion.
  * 
  * Arguments:
diff --git a/drivers/tty/synclinkmp.c b/drivers/tty/synclinkmp.c
index c3f9091..2ffcfe4 100644
--- a/drivers/tty/synclinkmp.c
+++ b/drivers/tty/synclinkmp.c
@@ -5415,9 +5415,9 @@ static bool memory_test(SLMP_INFO *info)
  * and does not release the bus. This causes DMA latency problems
  * at high speeds when copying large data blocks to the shared memory.
  *
- * This function breaks a write into multiple transations by
+ * This function breaks a write into multiple transactions by
  * interleaving a read which flushes the write FIFO and 'completes'
- * the write transation. This allows any pending DMA request to gain
control
+ * the write transaction. This allows any pending DMA request to gain
control
  * of the local bus in a timely fasion.
  */
 static void load_pci_memory(SLMP_INFO *info, char* dest, const char* src,
unsigned short count)
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] Fix typo in the comment 명혁 <hyuk.myeong@lge.com> - 2015-06-03 04:00 +0200

csiph-web