* [PATCH] Fix typo in the comment
@ 2015-06-02 10:05 명혁
0 siblings, 0 replies; 5+ messages in thread
From: 명혁 @ 2015-06-02 10:05 UTC (permalink / raw)
To: linux; +Cc: linux-arm-kernel, linux-kernel
This patch fix a spelling typo in the comment in pgtable-2level.h
diff --git a/arch/arm/include/asm/pgtable-2level.h
b/arch/arm/include/asm/pgtable-2level.h
index bfd662e..49f91be 100644
--- a/arch/arm/include/asm/pgtable-2level.h
+++ b/arch/arm/include/asm/pgtable-2level.h
@@ -66,7 +66,7 @@
*
* However, when the "young" bit is cleared, we deny access to the page
* by clearing the hardware PTE. Currently Linux does not flush the TLB
- * for us in this case, which means the TLB will retain the transation
+ * for us in this case, which means the TLB will retain the transaction
* until either the TLB entry is evicted under pressure, or a context
* switch which changes the user space mapping occurs.
*/
--
Kernel Version : v4.1-rc6-1-g23e19b1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] Fix typo in the comment
@ 2015-06-03 1:51 명혁
2015-06-08 20:59 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: 명혁 @ 2015-06-03 1:51 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] 5+ messages in thread
* Re: [PATCH] Fix typo in the comment
2015-06-03 1:51 명혁
@ 2015-06-08 20:59 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2015-06-08 20:59 UTC (permalink / raw)
To: ����; +Cc: jslaby, linux-kernel
On Wed, Jun 03, 2015 at 10:51:54AM +0900, ���� 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(-)
Your "From:" line in your email doesn't match up with the name in the
signed-off-by line, please fix up and resend.
Also give us a hint as to what driver/part of the kernel you are
modifying in your subject line.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] Fix typo in the comment
@ 2020-05-22 10:30 Hari
2020-05-28 22:53 ` Brown, Aaron F
0 siblings, 1 reply; 5+ messages in thread
From: Hari @ 2020-05-22 10:30 UTC (permalink / raw)
To: davem, kuba; +Cc: Hari, netdev, linux-kernel, intel-wired-lan
Continuous Double "the" in a comment. Changed it to single "the"
Signed-off-by: Hari <harichandrakanthan@gmail.com>
---
drivers/net/ethernet/intel/e1000/e1000_hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000_hw.c
index 48428d6a00be..623e516a9630 100644
--- a/drivers/net/ethernet/intel/e1000/e1000_hw.c
+++ b/drivers/net/ethernet/intel/e1000/e1000_hw.c
@@ -3960,7 +3960,7 @@ static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
* @hw: Struct containing variables accessed by shared code
*
* Reads the first 64 16 bit words of the EEPROM and sums the values read.
- * If the the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is
+ * If the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is
* valid.
*/
s32 e1000_validate_eeprom_checksum(struct e1000_hw *hw)
--
2.17.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* RE: [PATCH] Fix typo in the comment
2020-05-22 10:30 Hari
@ 2020-05-28 22:53 ` Brown, Aaron F
0 siblings, 0 replies; 5+ messages in thread
From: Brown, Aaron F @ 2020-05-28 22:53 UTC (permalink / raw)
To: Hari, davem@davemloft.net, kuba@kernel.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
intel-wired-lan@lists.osuosl.org
> From: Hari <harichandrakanthan@gmail.com>
> Sent: Friday, May 22, 2020 3:30 AM
> To: davem@davemloft.net; kuba@kernel.org
> Cc: Hari <harichandrakanthan@gmail.com>; netdev@vger.kernel.org; linux-
> kernel@vger.kernel.org; intel-wired-lan@lists.osuosl.org
> Subject: [PATCH] Fix typo in the comment
>
> Continuous Double "the" in a comment. Changed it to single "the"
>
> Signed-off-by: Hari <harichandrakanthan@gmail.com>
> ---
> drivers/net/ethernet/intel/e1000/e1000_hw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-28 22:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 10:05 [PATCH] Fix typo in the comment 명혁
-- strict thread matches above, loose matches on Subject: below --
2015-06-03 1:51 명혁
2015-06-08 20:59 ` Greg KH
2020-05-22 10:30 Hari
2020-05-28 22:53 ` Brown, Aaron F
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox