From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752599AbbFCBwF (ORCPT ); Tue, 2 Jun 2015 21:52:05 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:38140 "EHLO lgemrelse6q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751919AbbFCBv5 (ORCPT ); Tue, 2 Jun 2015 21:51:57 -0400 X-Original-SENDERIP: 10.168.80.160 X-Original-MAILFROM: hyuk.myeong@lge.com From: =?ks_c_5601-1987?B?uO3H9Q==?= To: , Cc: Subject: [PATCH] Fix typo in the comment Date: Wed, 3 Jun 2015 10:51:54 +0900 Message-ID: <020e01d09d9f$de4fd880$9aef8980$@lge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 thread-index: AdCdn4fTkfEKED7fTVWKLNjbzJGCiQ== Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo in the comment in synclink.c and synclinkmp.c. Signed-off-by: Hyuk Myeong --- 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