All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in comment
@ 2008-02-29  0:43 Thiemo Seufer
  2008-03-01  0:02 ` Ralf Baechle
  0 siblings, 1 reply; 10+ messages in thread
From: Thiemo Seufer @ 2008-02-29  0:43 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Fix a typo, we support now other page sizes as well.


Signed-off-by: Thiemo Seufer <ths@networkno.de>

Index: linux.git/arch/mips/mm/tlb-r4k.c
===================================================================
--- linux.git.orig/arch/mips/mm/tlb-r4k.c	2008-02-27 02:41:03.000000000 +0000
+++ linux.git/arch/mips/mm/tlb-r4k.c	2008-02-27 02:41:56.000000000 +0000
@@ -473,7 +473,7 @@
 	 *   - On R4600 1.7 the tlbp never hits for pages smaller than
 	 *     the value in the c0_pagemask register.
 	 *   - The entire mm handling assumes the c0_pagemask register to
-	 *     be set for 4kb pages.
+	 *     be set to fixed-size pages.
 	 */
 	probe_tlb(config);
 	write_c0_pagemask(PM_DEFAULT_MASK);

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

* Re: [PATCH] Fix typo in comment
  2008-02-29  0:43 [PATCH] Fix typo in comment Thiemo Seufer
@ 2008-03-01  0:02 ` Ralf Baechle
  0 siblings, 0 replies; 10+ messages in thread
From: Ralf Baechle @ 2008-03-01  0:02 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: linux-mips

On Fri, Feb 29, 2008 at 12:43:47AM +0000, Thiemo Seufer wrote:

Applied.  Thanks,

  Ralf

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

* [PATCH] fix typo in comment
@ 2013-06-28 12:56 Cristian Stoica
  0 siblings, 0 replies; 10+ messages in thread
From: Cristian Stoica @ 2013-06-28 12:56 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-crypto, linux-kernel, trivial, Cristian Stoica

Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
---
 crypto/api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/api.c b/crypto/api.c
index 033a714..733e4ef 100644
--- a/crypto/api.c
+++ b/crypto/api.c
@@ -397,7 +397,7 @@ EXPORT_SYMBOL_GPL(__crypto_alloc_tfm);
  *	@mask: Mask for type comparison
  *
  *	This function should not be used by new algorithm types.
- *	Plesae use crypto_alloc_tfm instead.
+ *	Please use crypto_alloc_tfm instead.
  *
  *	crypto_alloc_base() will first attempt to locate an already loaded
  *	algorithm.  If that fails and the kernel supports dynamically loadable
-- 
1.8.1.5

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

* [PATCH] Fix typo in comment.
@ 2017-05-30  7:41 Matthias Lange
  2017-05-31  9:22 ` Boris Brezillon
  0 siblings, 1 reply; 10+ messages in thread
From: Matthias Lange @ 2017-05-30  7:41 UTC (permalink / raw)
  To: linux-mtd, han.xu, computersforpeace, richard, dwmw2; +Cc: Matthias Lange

Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
---
 drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
index 141bd70..41f53ae 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
@@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
 
 	nand->select_chip(mtd, 0);
 
-	/* [1] send SET FEATURE commond to NAND */
+	/* [1] send SET FEATURE command to NAND */
 	feature[0] = mode;
 	ret = nand->onfi_set_features(mtd, nand,
 				ONFI_FEATURE_ADDR_TIMING_MODE, feature);
-- 
2.7.4

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

* Re: [PATCH] Fix typo in comment.
  2017-05-30  7:41 [PATCH] Fix " Matthias Lange
@ 2017-05-31  9:22 ` Boris Brezillon
  2017-05-31 15:07   ` Matthias Lange
  0 siblings, 1 reply; 10+ messages in thread
From: Boris Brezillon @ 2017-05-31  9:22 UTC (permalink / raw)
  To: Matthias Lange; +Cc: linux-mtd, han.xu, computersforpeace, richard, dwmw2

Hi Mattias,

On Tue, 30 May 2017 09:41:31 +0200
Matthias Lange <matthias.lange@kernkonzept.com> wrote:

Commit title should be prefixed with "mtd: nand: gpmi: ".

> Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
> ---
>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> index 141bd70..41f53ae 100644
> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
>  
>  	nand->select_chip(mtd, 0);
>  
> -	/* [1] send SET FEATURE commond to NAND */
> +	/* [1] send SET FEATURE command to NAND */
>  	feature[0] = mode;
>  	ret = nand->onfi_set_features(mtd, nand,
>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);

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

* Re: [PATCH] Fix typo in comment.
  2017-05-31  9:22 ` Boris Brezillon
@ 2017-05-31 15:07   ` Matthias Lange
  2017-06-02  7:23     ` Boris Brezillon
  0 siblings, 1 reply; 10+ messages in thread
From: Matthias Lange @ 2017-05-31 15:07 UTC (permalink / raw)
  To: Boris Brezillon; +Cc: linux-mtd, han.xu, computersforpeace, richard, dwmw2

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]

Hi Boris,

please consider the new version of the commit.

Best,
Matthias.


On 05/31/2017 11:22 AM, Boris Brezillon wrote:
> Hi Mattias,
> 
> On Tue, 30 May 2017 09:41:31 +0200
> Matthias Lange <matthias.lange@kernkonzept.com> wrote:
> 
> Commit title should be prefixed with "mtd: nand: gpmi: ".
> 
>> Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
>> ---
>>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> index 141bd70..41f53ae 100644
>> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
>> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
>>  
>>  	nand->select_chip(mtd, 0);
>>  
>> -	/* [1] send SET FEATURE commond to NAND */
>> +	/* [1] send SET FEATURE command to NAND */
>>  	feature[0] = mode;
>>  	ret = nand->onfi_set_features(mtd, nand,
>>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);

[-- Attachment #2: 0001-mtd-nand-gpmi-fix-typo-in-comment.patch --]
[-- Type: text/x-patch, Size: 919 bytes --]

>From 09b2ba7b74617888376e1e8022b1e68d022473a9 Mon Sep 17 00:00:00 2001
From: Matthias Lange <matthias.lange@kernkonzept.com>
Date: Tue, 30 May 2017 09:35:03 +0200
Subject: [PATCH] mtd: nand: gpmi: fix typo in comment

Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
---
 drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
index 141bd70..41f53ae 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
@@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
 
 	nand->select_chip(mtd, 0);
 
-	/* [1] send SET FEATURE commond to NAND */
+	/* [1] send SET FEATURE command to NAND */
 	feature[0] = mode;
 	ret = nand->onfi_set_features(mtd, nand,
 				ONFI_FEATURE_ADDR_TIMING_MODE, feature);
-- 
2.7.4


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

* Re: [PATCH] Fix typo in comment.
  2017-05-31 15:07   ` Matthias Lange
@ 2017-06-02  7:23     ` Boris Brezillon
  0 siblings, 0 replies; 10+ messages in thread
From: Boris Brezillon @ 2017-06-02  7:23 UTC (permalink / raw)
  To: Matthias Lange; +Cc: linux-mtd, han.xu, computersforpeace, richard, dwmw2

On Wed, 31 May 2017 17:07:54 +0200
Matthias Lange <matthias.lange@kernkonzept.com> wrote:

> Hi Boris,
> 
> please consider the new version of the commit.

Can you send the patch you've put in attachment using git send-email
and Cc all relevant maintainers?

> 
> Best,
> Matthias.
> 
> 
> On 05/31/2017 11:22 AM, Boris Brezillon wrote:
> > Hi Mattias,
> > 
> > On Tue, 30 May 2017 09:41:31 +0200
> > Matthias Lange <matthias.lange@kernkonzept.com> wrote:
> > 
> > Commit title should be prefixed with "mtd: nand: gpmi: ".
> >   
> >> Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
> >> ---
> >>  drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> index 141bd70..41f53ae 100644
> >> --- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> +++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
> >> @@ -932,7 +932,7 @@ static int enable_edo_mode(struct gpmi_nand_data *this, int mode)
> >>  
> >>  	nand->select_chip(mtd, 0);
> >>  
> >> -	/* [1] send SET FEATURE commond to NAND */
> >> +	/* [1] send SET FEATURE command to NAND */
> >>  	feature[0] = mode;
> >>  	ret = nand->onfi_set_features(mtd, nand,
> >>  				ONFI_FEATURE_ADDR_TIMING_MODE, feature);  

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

* [PATCH] Fix typo in comment.
@ 2021-01-26 18:26 lagarcia
  2021-01-29  8:00 ` Laurent Vivier
  0 siblings, 1 reply; 10+ messages in thread
From: lagarcia @ 2021-01-26 18:26 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Leonardo Garcia

From: Leonardo Garcia <lagarcia@br.ibm.com>

Signed-off-by: Leonardo Garcia <lagarcia@br.ibm.com>
---
 hw/virtio/vhost.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
index 28c7d78172..d6d290e79f 100644
--- a/hw/virtio/vhost.c
+++ b/hw/virtio/vhost.c
@@ -285,7 +285,7 @@ static int vhost_dev_has_iommu(struct vhost_dev *dev)
      * For vhost, VIRTIO_F_IOMMU_PLATFORM means the backend support
      * incremental memory mapping API via IOTLB API. For platform that
      * does not have IOMMU, there's no need to enable this feature
-     * which may cause unnecessary IOTLB miss/update trnasactions.
+     * which may cause unnecessary IOTLB miss/update transactions.
      */
     return vdev->dma_as != &address_space_memory &&
            virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);
-- 
2.29.2



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

* Re: [PATCH] Fix typo in comment.
  2021-01-26 18:26 lagarcia
@ 2021-01-29  8:00 ` Laurent Vivier
  2021-11-17 20:23   ` Leonardo Augusto Guimarães Garcia
  0 siblings, 1 reply; 10+ messages in thread
From: Laurent Vivier @ 2021-01-29  8:00 UTC (permalink / raw)
  To: lagarcia, qemu-trivial; +Cc: Leonardo Garcia

Le 26/01/2021 à 19:26, lagarcia@linux.ibm.com a écrit :
> From: Leonardo Garcia <lagarcia@br.ibm.com>
> 
> Signed-off-by: Leonardo Garcia <lagarcia@br.ibm.com>
> ---
>  hw/virtio/vhost.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
> index 28c7d78172..d6d290e79f 100644
> --- a/hw/virtio/vhost.c
> +++ b/hw/virtio/vhost.c
> @@ -285,7 +285,7 @@ static int vhost_dev_has_iommu(struct vhost_dev *dev)
>       * For vhost, VIRTIO_F_IOMMU_PLATFORM means the backend support
>       * incremental memory mapping API via IOTLB API. For platform that
>       * does not have IOMMU, there's no need to enable this feature
> -     * which may cause unnecessary IOTLB miss/update trnasactions.
> +     * which may cause unnecessary IOTLB miss/update transactions.
>       */
>      return vdev->dma_as != &address_space_memory &&
>             virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>

Please, re-send your patch to qemu-devel@nongnu.org, this is the reference list.

Thanks,
Laurent


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

* Re: [PATCH] Fix typo in comment.
  2021-01-29  8:00 ` Laurent Vivier
@ 2021-11-17 20:23   ` Leonardo Augusto Guimarães Garcia
  0 siblings, 0 replies; 10+ messages in thread
From: Leonardo Augusto Guimarães Garcia @ 2021-11-17 20:23 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: Leonardo Garcia, qemu-trivial

On 1/29/21 05:00, Laurent Vivier wrote:
> Le 26/01/2021 à 19:26, lagarcia@linux.ibm.com a écrit :
>> From: Leonardo Garcia <lagarcia@br.ibm.com>
>>
>> Signed-off-by: Leonardo Garcia <lagarcia@br.ibm.com>
>> ---
>>  hw/virtio/vhost.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
>> index 28c7d78172..d6d290e79f 100644
>> --- a/hw/virtio/vhost.c
>> +++ b/hw/virtio/vhost.c
>> @@ -285,7 +285,7 @@ static int vhost_dev_has_iommu(struct vhost_dev *dev)
>>       * For vhost, VIRTIO_F_IOMMU_PLATFORM means the backend support
>>       * incremental memory mapping API via IOTLB API. For platform that
>>       * does not have IOMMU, there's no need to enable this feature
>> -     * which may cause unnecessary IOTLB miss/update trnasactions.
>> +     * which may cause unnecessary IOTLB miss/update transactions.
>>       */
>>      return vdev->dma_as != &address_space_memory &&
>>             virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);
>>
> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>
> Please, re-send your patch to qemu-devel@nongnu.org, this is the reference list.


Thanks for the guidance. I'll do that now, as no one did that in the
past months. :)


Cheers,


Leo


>
> Thanks,
> Laurent


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

end of thread, other threads:[~2021-11-17 20:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29  0:43 [PATCH] Fix typo in comment Thiemo Seufer
2008-03-01  0:02 ` Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2013-06-28 12:56 [PATCH] fix " Cristian Stoica
2017-05-30  7:41 [PATCH] Fix " Matthias Lange
2017-05-31  9:22 ` Boris Brezillon
2017-05-31 15:07   ` Matthias Lange
2017-06-02  7:23     ` Boris Brezillon
2021-01-26 18:26 lagarcia
2021-01-29  8:00 ` Laurent Vivier
2021-11-17 20:23   ` Leonardo Augusto Guimarães Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.