public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: serial: Fix typo in the comment
@ 2015-06-09  6:11 Hyuk Myeong
  2015-07-23 22:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hyuk Myeong @ 2015-06-09  6:11 UTC (permalink / raw)
  To: gregkh, jslaby; +Cc: linux-kernel

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tty: serial: Fix typo in the comment
  2015-06-09  6:11 [PATCH] tty: serial: Fix typo in the comment Hyuk Myeong
@ 2015-07-23 22:10 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-07-23 22:10 UTC (permalink / raw)
  To: Hyuk Myeong; +Cc: jslaby, linux-kernel

On Tue, Jun 09, 2015 at 03:11:36PM +0900, Hyuk Myeong wrote:
> 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
> )

Patch is line-wrapped and does not apply :(


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-23 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09  6:11 [PATCH] tty: serial: Fix typo in the comment Hyuk Myeong
2015-07-23 22:10 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox