[PATCH] powerpc/papr_scm: trivial: fix typo in a comment

2021-04-18 Thread Kajol Jain
There is a spelling mistake "byes" -> "bytes" in a comment of
function drc_pmem_query_stats(). Fix that typo.

Signed-off-by: Kajol Jain 
---
 arch/powerpc/platforms/pseries/papr_scm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/pseries/papr_scm.c 
b/arch/powerpc/platforms/pseries/papr_scm.c
index 835163f54244..ba4faa513a74 100644
--- a/arch/powerpc/platforms/pseries/papr_scm.c
+++ b/arch/powerpc/platforms/pseries/papr_scm.c
@@ -227,7 +227,7 @@ static int drc_pmem_query_n_bind(struct papr_scm_priv *p)
  * Query the Dimm performance stats from PHYP and copy them (if returned) to
  * provided struct papr_scm_perf_stats instance 'stats' that can hold atleast
  * (num_stats + header) bytes.
- * - If buff_stats == NULL the return value is the size in byes of the buffer
+ * - If buff_stats == NULL the return value is the size in bytes of the buffer
  * needed to hold all supported performance-statistics.
  * - If buff_stats != NULL and num_stats == 0 then we copy all known
  * performance-statistics to 'buff_stat' and expect to be large enough to
-- 
2.27.0



Re: [PATCH 3/3] fuse: fix typo for fuse_conn.max_pages comment

2021-03-21 Thread Jason Wang



在 2021/3/18 下午9:52, Connor Kuehl 写道:

'Maxmum' -> 'Maximum'



Need a better log here.

With the commit log fixed.

Acked-by: Jason Wang 




Signed-off-by: Connor Kuehl 
---
  fs/fuse/fuse_i.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index f0e4ee906464..8bdee79ba593 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -552,7 +552,7 @@ struct fuse_conn {
/** Maximum write size */
unsigned max_write;
  
-	/** Maxmum number of pages that can be used in a single request */

+   /** Maximum number of pages that can be used in a single request */
unsigned int max_pages;
  
  #if IS_ENABLED(CONFIG_VIRTIO_FS)




[PATCH 3/3] fuse: fix typo for fuse_conn.max_pages comment

2021-03-18 Thread Connor Kuehl
'Maxmum' -> 'Maximum'

Signed-off-by: Connor Kuehl 
---
 fs/fuse/fuse_i.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index f0e4ee906464..8bdee79ba593 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -552,7 +552,7 @@ struct fuse_conn {
/** Maximum write size */
unsigned max_write;
 
-   /** Maxmum number of pages that can be used in a single request */
+   /** Maximum number of pages that can be used in a single request */
unsigned int max_pages;
 
 #if IS_ENABLED(CONFIG_VIRTIO_FS)
-- 
2.30.2



Re: [PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00

2021-03-11 Thread Ulf Hansson
On Thu, 11 Mar 2021 at 10:42, Jisheng Zhang  wrote:
>
> I believe "Spev" is typo, should be "Spec".
>
> Signed-off-by: Jisheng Zhang 

Applied for next, thanks!

Kind regards
Uffe


> ---
>  include/linux/mmc/sdio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h
> index e28769991e82..2a05d1ac4f0e 100644
> --- a/include/linux/mmc/sdio.h
> +++ b/include/linux/mmc/sdio.h
> @@ -82,7 +82,7 @@
>  #define  SDIO_SD_REV_1_01  0   /* SD Physical Spec Version 1.01 */
>  #define  SDIO_SD_REV_1_10  1   /* SD Physical Spec Version 1.10 */
>  #define  SDIO_SD_REV_2_00  2   /* SD Physical Spec Version 2.00 */
> -#define  SDIO_SD_REV_3_00  3   /* SD Physical Spev Version 3.00 */
> +#define  SDIO_SD_REV_3_00  3   /* SD Physical Spec Version 3.00 */
>
>  #define SDIO_CCCR_IOEx 0x02
>  #define SDIO_CCCR_IORx 0x03
> --
> 2.30.2
>


[PATCH] mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00

2021-03-11 Thread Jisheng Zhang
I believe "Spev" is typo, should be "Spec".

Signed-off-by: Jisheng Zhang 
---
 include/linux/mmc/sdio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h
index e28769991e82..2a05d1ac4f0e 100644
--- a/include/linux/mmc/sdio.h
+++ b/include/linux/mmc/sdio.h
@@ -82,7 +82,7 @@
 #define  SDIO_SD_REV_1_01  0   /* SD Physical Spec Version 1.01 */
 #define  SDIO_SD_REV_1_10  1   /* SD Physical Spec Version 1.10 */
 #define  SDIO_SD_REV_2_00  2   /* SD Physical Spec Version 2.00 */
-#define  SDIO_SD_REV_3_00  3   /* SD Physical Spev Version 3.00 */
+#define  SDIO_SD_REV_3_00  3   /* SD Physical Spec Version 3.00 */
 
 #define SDIO_CCCR_IOEx 0x02
 #define SDIO_CCCR_IORx 0x03
-- 
2.30.2



[PATCH] staging: rtl8192e: fix typo in a comment

2021-02-14 Thread William Durand
This patch fixes a checkpatch warning by deleting a repeated word.

Signed-off-by: William Durand 
---
 drivers/staging/rtl8192e/rtllib_softmac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c 
b/drivers/staging/rtl8192e/rtllib_softmac.c
index 2d3be91b113d..ab4b9817888c 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -2443,7 +2443,7 @@ inline int rtllib_rx_frame_softmac(struct rtllib_device 
*ieee,
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
  * In this way you need just one and the 802.11 stack
  * will take care of buffering fragments and pass them to
- * to the driver later, when it wakes the queue.
+ * the driver later, when it wakes the queue.
  */
 void rtllib_softmac_xmit(struct rtllib_txb *txb, struct rtllib_device *ieee)
 {
--
2.17.1



Re: [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h

2021-01-22 Thread Palmer Dabbelt

On Wed, 20 Jan 2021 17:55:13 PST (-0800), tangchun...@163.com wrote:

From: tangchunyou 

"kerne" -> "kernel"

Signed-off-by: WenZhang 
---
 arch/riscv/kernel/image-vars.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/image-vars.h b/arch/riscv/kernel/image-vars.h
index 8c212ef..71a76a6 100644
--- a/arch/riscv/kernel/image-vars.h
+++ b/arch/riscv/kernel/image-vars.h
@@ -3,7 +3,7 @@
  * Copyright (C) 2020 Western Digital Corporation or its affiliates.
  * Linker script variables to be set after section resolution, as
  * ld.lld does not like variables assigned before SECTIONS is processed.
- * Based on arch/arm64/kerne/image-vars.h
+ * Based on arch/arm64/kernel/image-vars.h
  */
 #ifndef __RISCV_KERNEL_IMAGE_VARS_H
 #define __RISCV_KERNEL_IMAGE_VARS_H


Thanks, this is on for-next.


Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-21 Thread John Paul Adrian Glaubitz
Hi Chunyou!

On 1/21/21 3:20 AM, Chunyou Tang wrote:
>> Right. Reading the whole paragraph helps. It probably should be:
>>
>> ZERO_PGE KSEG address of page full of zeroes, but
>>  upon entry to kernel, it can be expected
>>  to hold the parameter list and possible
>>  INTRD information.
>>
>> Adrian
>>
> 
> ok, I change it as :
> ZERO_PGE  KSEG address of page full of zeroes, but
>   upon entry to kernel, it can be expected
>   to hold the parameter list and possible
>   INTRD information.
> then I commit it.

Great, thank you.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



[PATCH v2] arch/alpha:fix typo in a comment

2021-01-20 Thread ChunyouTang
From: tangchunyou 

Fix typo in a comment in arch/alpha/boot/bootpz.c

"cvan" -> ", it can"

Signed-off-by: tangchunyou 
---
 arch/alpha/boot/bootpz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
index 61b61be..90a2b34 100644
--- a/arch/alpha/boot/bootpz.c
+++ b/arch/alpha/boot/bootpz.c
@@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void 
*source,
START_ADDR  KSEG address of the entry point of kernel code.
 
ZERO_PGEKSEG address of page full of zeroes, but 
-   upon entry to kernel cvan be expected
+   upon entry to kernel, it can be expected
to hold the parameter list and possible
INTRD information.
 
-- 
1.9.1




Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-20 Thread Chunyou Tang
On Wed, 20 Jan 2021 17:37:07 +0100
John Paul Adrian Glaubitz  wrote:

> On 1/20/21 5:20 PM, Randy Dunlap wrote:
> > On 1/20/21 5:34 AM, ChunyouTang wrote:  
> >> From: tangchunyou 
> >>
> >> "kerne" -> "kernel"
> >>
> >> Signed-off-by: tangchunyou 
> >> ---
> >>  arch/alpha/boot/bootpz.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> >> index 43af718..61b61be 100644
> >> --- a/arch/alpha/boot/bootpz.c
> >> +++ b/arch/alpha/boot/bootpz.c
> >> @@ -200,7 +200,7 @@ extern int decompress_kernel(void*
> >> destination, void *source, START_ADDR  KSEG address of the
> >> entry point of kernel code. 
> >>ZERO_PGEKSEG address of page full of zeroes, but 
> >> -  upon entry to kerne cvan be expected
> >> +  upon entry to kernel cvan be expected  
> > 
> > s/cvan/can/ also  
> 
> Right. Reading the whole paragraph helps. It probably should be:
> 
> ZERO_PGE  KSEG address of page full of zeroes, but
>   upon entry to kernel, it can be expected
>   to hold the parameter list and possible
>   INTRD information.
> 
> Adrian
> 

ok, I change it as :
ZERO_PGEKSEG address of page full of zeroes, but
upon entry to kernel, it can be expected
to hold the parameter list and possible
INTRD information.
then I commit it.

Chunyou Tang



[PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h

2021-01-20 Thread ChunyouTang
From: tangchunyou 

"kerne" -> "kernel"

Signed-off-by: WenZhang 
---
 arch/riscv/kernel/image-vars.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/image-vars.h b/arch/riscv/kernel/image-vars.h
index 8c212ef..71a76a6 100644
--- a/arch/riscv/kernel/image-vars.h
+++ b/arch/riscv/kernel/image-vars.h
@@ -3,7 +3,7 @@
  * Copyright (C) 2020 Western Digital Corporation or its affiliates.
  * Linker script variables to be set after section resolution, as
  * ld.lld does not like variables assigned before SECTIONS is processed.
- * Based on arch/arm64/kerne/image-vars.h
+ * Based on arch/arm64/kernel/image-vars.h
  */
 #ifndef __RISCV_KERNEL_IMAGE_VARS_H
 #define __RISCV_KERNEL_IMAGE_VARS_H
-- 
1.9.1



Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-20 Thread John Paul Adrian Glaubitz
On 1/20/21 5:20 PM, Randy Dunlap wrote:
> On 1/20/21 5:34 AM, ChunyouTang wrote:
>> From: tangchunyou 
>>
>> "kerne" -> "kernel"
>>
>> Signed-off-by: tangchunyou 
>> ---
>>  arch/alpha/boot/bootpz.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
>> index 43af718..61b61be 100644
>> --- a/arch/alpha/boot/bootpz.c
>> +++ b/arch/alpha/boot/bootpz.c
>> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void 
>> *source,
>>  START_ADDR  KSEG address of the entry point of kernel code.
>>  
>>  ZERO_PGEKSEG address of page full of zeroes, but 
>> -upon entry to kerne cvan be expected
>> +upon entry to kernel cvan be expected
> 
> s/cvan/can/ also

Right. Reading the whole paragraph helps. It probably should be:

ZERO_PGEKSEG address of page full of zeroes, but
upon entry to kernel, it can be expected
to hold the parameter list and possible
INTRD information.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-20 Thread Randy Dunlap
On 1/20/21 5:34 AM, ChunyouTang wrote:
> From: tangchunyou 
> 
> "kerne" -> "kernel"
> 
> Signed-off-by: tangchunyou 
> ---
>  arch/alpha/boot/bootpz.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> index 43af718..61b61be 100644
> --- a/arch/alpha/boot/bootpz.c
> +++ b/arch/alpha/boot/bootpz.c
> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void 
> *source,
>   START_ADDR  KSEG address of the entry point of kernel code.
>  
>   ZERO_PGEKSEG address of page full of zeroes, but 
> - upon entry to kerne cvan be expected
> + upon entry to kernel cvan be expected

s/cvan/can/ also

>   to hold the parameter list and possible
>   INTRD information.
>  
> 


-- 
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
(Neal Stephenson: Snow Crash)


Re: [PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-20 Thread John Paul Adrian Glaubitz
Hi ChunyouTang!

On 1/20/21 2:34 PM, ChunyouTang wrote:
> From: tangchunyou 
> 
> "kerne" -> "kernel"
> 
> Signed-off-by: tangchunyou 
> ---
>  arch/alpha/boot/bootpz.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
> index 43af718..61b61be 100644
> --- a/arch/alpha/boot/bootpz.c
> +++ b/arch/alpha/boot/bootpz.c
> @@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void 
> *source,
>   START_ADDR  KSEG address of the entry point of kernel code.
>  
>   ZERO_PGEKSEG address of page full of zeroes, but 
> - upon entry to kerne cvan be expected
> + upon entry to kernel cvan be expected
>   to hold the parameter list and possible
>   INTRD information.

That should probably be "upon entry to the kernel cvan can be expected".

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



[PATCH] arch/alpha: fix typo in a comment in arch/alpha/boot/bootpz.c

2021-01-20 Thread ChunyouTang
From: tangchunyou 

"kerne" -> "kernel"

Signed-off-by: tangchunyou 
---
 arch/alpha/boot/bootpz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c
index 43af718..61b61be 100644
--- a/arch/alpha/boot/bootpz.c
+++ b/arch/alpha/boot/bootpz.c
@@ -200,7 +200,7 @@ extern int decompress_kernel(void* destination, void 
*source,
START_ADDR  KSEG address of the entry point of kernel code.
 
ZERO_PGEKSEG address of page full of zeroes, but 
-   upon entry to kerne cvan be expected
+   upon entry to kernel cvan be expected
to hold the parameter list and possible
INTRD information.
 
-- 
1.9.1




Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment

2020-12-01 Thread Mark Brown
On Fri, 2 Oct 2020 21:28:01 +0200, Christophe JAILLET wrote:
> It is likely that this header file is about the TLV320ADCX140. (0 and 4
> swapped)
> While at it fix a missing "H" in a comment related to the include guard.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: tlv320adcx140: Fix a typo in a comment
  (no commit info)

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


Re: [PATCH] scsi: isci: Fix a typo in a comment

2020-10-13 Thread Martin K. Petersen
On Sat, 3 Oct 2020 07:57:09 +0200, Christophe JAILLET wrote:

> s/remtoe/remote/
> and add a missing '.'

Applied to 5.10/scsi-queue, thanks!

[1/1] scsi: isci: Fix a typo in a comment
  https://git.kernel.org/mkp/scsi/c/45660591ee8f

-- 
Martin K. Petersen  Oracle Linux Engineering


Re: [PATCH] scsi: isci: Fix a typo in a comment

2020-10-07 Thread Martin K. Petersen


Christophe,

> s/remtoe/remote/
> and add a missing '.'

Applied to 5.10/scsi-staging, thanks!

-- 
Martin K. Petersen  Oracle Linux Engineering


Re: [PATCH] ASoC: tlv320adcx140: Fix a typo in a comment

2020-10-05 Thread Mark Brown
On Fri, Oct 02, 2020 at 09:28:01PM +0200, Christophe JAILLET wrote:
> It is likely that this header file is about the TLV320ADCX140. (0 and 4
> swapped)
> While at it fix a missing "H" in a comment related to the include guard.

This doesn't apply against current code, please check and resend.


signature.asc
Description: PGP signature


[PATCH] scsi: isci: Fix a typo in a comment

2020-10-02 Thread Christophe JAILLET
s/remtoe/remote/
and add a missing '.'

Signed-off-by: Christophe JAILLET 
---
 drivers/scsi/isci/remote_node_table.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/remote_node_table.h 
b/drivers/scsi/isci/remote_node_table.h
index 721ab982d2ac..0ddfdda2b248 100644
--- a/drivers/scsi/isci/remote_node_table.h
+++ b/drivers/scsi/isci/remote_node_table.h
@@ -61,7 +61,7 @@
 /**
  *
  *
- * Remote node sets are sets of remote node index in the remtoe node table The
+ * Remote node sets are sets of remote node index in the remote node table. The
  * SCU hardware requires that STP remote node entries take three consecutive
  * remote node index so the table is arranged in sets of three. The bits are
  * used as 0111 0111 to make a byte and the bits define the set of three remote
-- 
2.25.1



Re: [PATCH] ASoC: wm8523: Fix a typo in a comment

2020-10-02 Thread Mark Brown
On Fri, 2 Oct 2020 18:59:08 +0200, Christophe JAILLET wrote:
> It is likely that this header file is about the WM8523.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: wm8523: Fix a typo in a comment
  commit: 98bd2b506a309faca2f5a8388dadfc983123e14a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


[PATCH] ASoC: tlv320adcx140: Fix a typo in a comment

2020-10-02 Thread Christophe JAILLET
It is likely that this header file is about the TLV320ADCX140. (0 and 4
swapped)
While at it fix a missing "H" in a comment related to the include guard.

Signed-off-by: Christophe JAILLET 
---
 sound/soc/codecs/tlv320adcx140.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/tlv320adcx140.h b/sound/soc/codecs/tlv320adcx140.h
index eedbc1d7221f..cafcbc0dd5fd 100644
--- a/sound/soc/codecs/tlv320adcx140.h
+++ b/sound/soc/codecs/tlv320adcx140.h
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
-// TLV320ADCX104 Sound driver
+// TLV320ADCX140 Sound driver
 // Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
 
 #ifndef _TLV320ADCX140_H
@@ -145,4 +145,4 @@
 #define ADCX140_GPO_CFG_MAX4
 #define ADCX140_GPO_DRV_MAX5
 
-#endif /* _TLV320ADCX140_ */
+#endif /* _TLV320ADCX140_H */
-- 
2.25.1



[PATCH] ASoC: wm8523: Fix a typo in a comment

2020-10-02 Thread Christophe JAILLET
It is likely that this header file is about the WM8523.

Signed-off-by: Christophe JAILLET 
---
 sound/soc/codecs/wm8523.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8523.h b/sound/soc/codecs/wm8523.h
index 79afbf1e4f1a..5f9bb3df1866 100644
--- a/sound/soc/codecs/wm8523.h
+++ b/sound/soc/codecs/wm8523.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * wm8523.h  --  WM8423 ASoC driver
+ * wm8523.h  --  WM8523 ASoC driver
  *
  * Copyright 2009 Wolfson Microelectronics, plc
  *
-- 
2.25.1



[PATCH v2] mm/memory: Fix typo in __do_fault() comment

2020-08-18 Thread yanfei.xu
From: Yanfei Xu 

It's "pte_alloc_one", not "pte_alloc_pne". Let's fix that.

Signed-off-by: Yanfei Xu 
Reviewed-by: David Hildenbrand 
---
 v2: modify the commit message 

 mm/memory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memory.c b/mm/memory.c
index c3a83f4ca851..9cc3d0dc816c 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3446,7 +3446,7 @@ static vm_fault_t __do_fault(struct vm_fault *vmf)
 *  unlock_page(A)
 * lock_page(B)
 *  lock_page(B)
-* pte_alloc_pne
+* pte_alloc_one
 *   shrink_page_list
 * wait_on_page_writeback(A)
 *  SetPageWriteback(B)
-- 
2.18.2



[tip: sched/core] sched: Fix a typo in a comment

2020-07-28 Thread tip-bot2 for 王文虎
The following commit has been merged into the sched/core branch of tip:

Commit-ID: c1b7b8d42b5422627b0a8268416a60748f8d000f
Gitweb:
https://git.kernel.org/tip/c1b7b8d42b5422627b0a8268416a60748f8d000f
Author:王文虎 
AuthorDate:Mon, 27 Jul 2020 21:39:51 +08:00
Committer: Ingo Molnar 
CommitterDate: Mon, 27 Jul 2020 23:37:53 +02:00

sched: Fix a typo in a comment

Change the comment typo: "direcly" -> "directly".

Signed-off-by: Wang Wenhu 
Signed-off-by: Ingo Molnar 
Link: 
https://lore.kernel.org/r/aacaxwbtdspskn-5iyiotaqk.1.1595857191899.hmail.wenhu.w...@vivo.com
---
 include/linux/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5033813..adf0125 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -374,7 +374,7 @@ struct util_est {
  * For cfs_rq, they are the aggregated values of all runnable and blocked
  * sched_entities.
  *
- * The load/runnable/util_avg doesn't direcly factor frequency scaling and CPU
+ * The load/runnable/util_avg doesn't directly factor frequency scaling and CPU
  * capacity scaling. The scaling is done through the rq_clock_pelt that is used
  * for computing those signals (see update_rq_clock_pelt())
  *


[PATCH net-next 4/8] net: phy: mscc: ptp: fix a typo in a comment

2020-06-25 Thread Antoine Tenart
This patch fixes a typo in a comment, s/Ths/This/. The patch is cosmetic
only.

Signed-off-by: Antoine Tenart 
---
 drivers/net/phy/mscc/mscc_ptp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/mscc/mscc_ptp.c b/drivers/net/phy/mscc/mscc_ptp.c
index 030a56c9a06d..d4266911efc5 100644
--- a/drivers/net/phy/mscc/mscc_ptp.c
+++ b/drivers/net/phy/mscc/mscc_ptp.c
@@ -1564,7 +1564,7 @@ int vsc8584_ptp_probe(struct phy_device *phydev)
 
/* Retrieve the shared load/save GPIO. Request it as non exclusive as
 * the same GPIO can be requested by all the PHYs of the same package.
-* Ths GPIO must be used with the gpio_lock taken (the lock is shared
+* This GPIO must be used with the gpio_lock taken (the lock is shared
 * between all PHYs).
 */
vsc8531->load_save = devm_gpiod_get_optional(>mdio.dev, 
"load-save",
-- 
2.26.2



[PATCH] ia64: Fix a typo in a comment

2020-06-17 Thread Christophe JAILLET
s/permfon/perfmon/

Signed-off-by: Christophe JAILLET 
---
 arch/ia64/kernel/perfmon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c
index 971f166873aa..e8e30a408946 100644
--- a/arch/ia64/kernel/perfmon.c
+++ b/arch/ia64/kernel/perfmon.c
@@ -4555,7 +4555,7 @@ pfm_exit_thread(struct task_struct *task)
 }
 
 /*
- * functions MUST be listed in the increasing order of their index (see 
permfon.h)
+ * functions MUST be listed in the increasing order of their index (see 
perfmon.h)
  */
 #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, 
arg_count, sizeof(arg_type), getsz }
 #define PFM_CMD_S(name, flags) { name, #name, flags, 0, 0, NULL }
-- 
2.25.1



[tip: sched/core] sched/deadline: Fix a typo in a comment

2020-06-16 Thread tip-bot2 for Christophe JAILLET
The following commit has been merged into the sched/core branch of tip:

Commit-ID: c49694173da004b1b16082f82f28bd625415fbb2
Gitweb:
https://git.kernel.org/tip/c49694173da004b1b16082f82f28bd625415fbb2
Author:Christophe JAILLET 
AuthorDate:Tue, 02 Jun 2020 21:50:02 +02:00
Committer: Peter Zijlstra 
CommitterDate: Mon, 15 Jun 2020 14:10:06 +02:00

sched/deadline: Fix a typo in a comment

s/deadine/deadline/

Signed-off-by: Christophe JAILLET 
Signed-off-by: Peter Zijlstra (Intel) 
Link: 
https://lkml.kernel.org/r/20200602195002.677448-1-christophe.jail...@wanadoo.fr
---
 kernel/sched/deadline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index 84e84ba..d4708e2 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
  * cannot use the runtime, and so it replenishes the task. This rule
  * works fine for implicit deadline tasks (deadline == period), and the
  * CBS was designed for implicit deadline tasks. However, a task with
- * constrained deadline (deadine < period) might be awakened after the
+ * constrained deadline (deadline < period) might be awakened after the
  * deadline, but before the next period. In this case, replenishing the
  * task would allow it to run for runtime / deadline. As in this case
  * deadline < period, CBS enables a task to run for more than the


[PATCH] sched/deadline: Fix a typo in a comment

2020-06-02 Thread Christophe JAILLET
s/deadine/deadline/

Signed-off-by: Christophe JAILLET 
---
 kernel/sched/deadline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
index 504d2f51b0d6..cc2066e25dcf 100644
--- a/kernel/sched/deadline.c
+++ b/kernel/sched/deadline.c
@@ -1098,7 +1098,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
  * cannot use the runtime, and so it replenishes the task. This rule
  * works fine for implicit deadline tasks (deadline == period), and the
  * CBS was designed for implicit deadline tasks. However, a task with
- * constrained deadline (deadine < period) might be awakened after the
+ * constrained deadline (deadline < period) might be awakened after the
  * deadline, but before the next period. In this case, replenishing the
  * task would allow it to run for runtime / deadline. As in this case
  * deadline < period, CBS enables a task to run for more than the
-- 
2.25.1



[PATCH] dlm: Fix a typo in a comment

2020-05-30 Thread Christophe JAILLET
s/locksapce/lockspace/

Signed-off-by: Christophe JAILLET 
---
 fs/dlm/lockspace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c
index e93670ecfae5..f17e091daab3 100644
--- a/fs/dlm/lockspace.c
+++ b/fs/dlm/lockspace.c
@@ -859,7 +859,7 @@ static int release_lockspace(struct dlm_ls *ls, int force)
  * until this returns.
  *
  * Force has 4 possible values:
- * 0 - don't destroy locksapce if it has any LKBs
+ * 0 - don't destroy lockspace if it has any LKBs
  * 1 - destroy lockspace if it has remote LKBs but not if it has local LKBs
  * 2 - destroy lockspace regardless of LKBs
  * 3 - destroy lockspace as part of a forced shutdown
-- 
2.25.1



RE: [PATCH] Fix typo in the comment

2020-05-28 Thread Brown, Aaron F
> From: Hari 
> Sent: Friday, May 22, 2020 3:30 AM
> To: da...@davemloft.net; k...@kernel.org
> Cc: Hari ; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; intel-wired-...@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 
> ---
>  drivers/net/ethernet/intel/e1000/e1000_hw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Tested-by: Aaron Brown 


Re: [PATCH] crypto: cavium/nitrox - Fix a typo in a comment

2020-05-28 Thread Herbert Xu
On Tue, May 19, 2020 at 10:36:54PM +0200, Christophe JAILLET wrote:
> s/NITORX/NITROX/
> 
> Signed-off-by: Christophe JAILLET 
> ---
>  drivers/crypto/cavium/nitrox/nitrox_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


[PATCH] e1000: Fix typo in the comment

2020-05-23 Thread Hari
Continuous Double "the" in a comment. Changed it to single "the"

Signed-off-by: Hari 
---
 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



RE: [Intel-wired-lan] [PATCH] Fix typo in the comment

2020-05-23 Thread Kirsher, Jeffrey T
> -Original Message-
> From: Intel-wired-lan  On Behalf Of Hari
> Sent: Friday, May 22, 2020 03:30
> To: da...@davemloft.net; k...@kernel.org
> Cc: net...@vger.kernel.org; intel-wired-...@lists.osuosl.org; linux-
> ker...@vger.kernel.org; Hari 
> Subject: [Intel-wired-lan] [PATCH] Fix typo in the comment
[Kirsher, Jeffrey T] 

Please fix the title to "e1000: Fix typo in the comment", other than that your 
patch looks fine and I will add it to my queue after the title of your patch is 
fixed.

> 
> Continuous Double "the" in a comment. Changed it to single "the"
> 
> Signed-off-by: Hari 
> ---
>  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
> 
> ___
> Intel-wired-lan mailing list
> intel-wired-...@osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan


[PATCH] Fix typo in the comment

2020-05-22 Thread Hari
Continuous Double "the" in a comment. Changed it to single "the"

Signed-off-by: Hari 
---
 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



Re: [PATCH] ext4: Fix a typo in a comment

2020-05-21 Thread Theodore Y. Ts'o
On Sun, May 03, 2020 at 10:06:47PM +0200, Christophe JAILLET wrote:
> s/extnets/extents/
> 
> Signed-off-by: Christophe JAILLET 

Thanks, applied.

- Ted


[PATCH] crypto: cavium/nitrox - Fix a typo in a comment

2020-05-19 Thread Christophe JAILLET
s/NITORX/NITROX/

Signed-off-by: Christophe JAILLET 
---
 drivers/crypto/cavium/nitrox/nitrox_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/cavium/nitrox/nitrox_main.c 
b/drivers/crypto/cavium/nitrox/nitrox_main.c
index e91be9b8b083..788c6607078b 100644
--- a/drivers/crypto/cavium/nitrox/nitrox_main.c
+++ b/drivers/crypto/cavium/nitrox/nitrox_main.c
@@ -346,7 +346,7 @@ static void nitrox_pf_sw_cleanup(struct nitrox_device *ndev)
 }
 
 /**
- * nitrox_bist_check - Check NITORX BIST registers status
+ * nitrox_bist_check - Check NITROX BIST registers status
  * @ndev: NITROX device
  */
 static int nitrox_bist_check(struct nitrox_device *ndev)
-- 
2.25.1



[tip: locking/kcsan] kcsan: Fix a typo in a comment

2020-05-08 Thread tip-bot2 for Qiujun Huang
The following commit has been merged into the locking/kcsan branch of tip:

Commit-ID: e7b34100500733f7e052ce3dee94e6338b86e6bc
Gitweb:
https://git.kernel.org/tip/e7b34100500733f7e052ce3dee94e6338b86e6bc
Author:Qiujun Huang 
AuthorDate:Thu, 05 Mar 2020 15:21:07 +01:00
Committer: Paul E. McKenney 
CommitterDate: Wed, 25 Mar 2020 09:56:00 -07:00

kcsan: Fix a typo in a comment

s/slots slots/slots/

Signed-off-by: Qiujun Huang 
Reviewed-by: Nick Desaulniers 
[elver: commit message]
Signed-off-by: Marco Elver 
Signed-off-by: Paul E. McKenney 
---
 kernel/kcsan/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kcsan/core.c b/kernel/kcsan/core.c
index eb30ecd..ee82008 100644
--- a/kernel/kcsan/core.c
+++ b/kernel/kcsan/core.c
@@ -45,7 +45,7 @@ static DEFINE_PER_CPU(struct kcsan_ctx, kcsan_cpu_ctx) = {
 };
 
 /*
- * Helper macros to index into adjacent slots slots, starting from address slot
+ * Helper macros to index into adjacent slots, starting from address slot
  * itself, followed by the right and left slots.
  *
  * The purpose is 2-fold:


[PATCH] ext4: Fix a typo in a comment

2020-05-03 Thread Christophe JAILLET
s/extnets/extents/

Signed-off-by: Christophe JAILLET 
---
 fs/ext4/extents.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index f2b577b315a0..779a0687858a 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -4490,7 +4490,7 @@ static long ext4_zero_range(struct file *file, loff_t 
offset,
inode_lock(inode);
 
/*
-* Indirect files do not support unwritten extnets
+* Indirect files do not support unwritten extents
 */
if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) {
ret = -EOPNOTSUPP;
-- 
2.25.1



[tip: x86/mm] x86/mm: Fix function name typo in pmd_read_atomic() comment

2019-09-27 Thread tip-bot2 for Wei Yang
The following commit has been merged into the x86/mm branch of tip:

Commit-ID: a2f7a0bfcaaa3928e4876d15edd4dfdc09e139b6
Gitweb:
https://git.kernel.org/tip/a2f7a0bfcaaa3928e4876d15edd4dfdc09e139b6
Author:Wei Yang 
AuthorDate:Wed, 25 Sep 2019 09:44:53 +08:00
Committer: Ingo Molnar 
CommitterDate: Wed, 25 Sep 2019 08:40:19 +02:00

x86/mm: Fix function name typo in pmd_read_atomic() comment

The function involved should be pte_offset_map_lock() and we never have
function pmd_offset_map_lock defined.

Signed-off-by: Wei Yang 
Cc: Andy Lutomirski 
Cc: Borislav Petkov 
Cc: Dave Hansen 
Cc: H. Peter Anvin 
Cc: Linus Torvalds 
Cc: Peter Zijlstra 
Cc: Rik van Riel 
Cc: Thomas Gleixner 
Link: 
https://lkml.kernel.org/r/20190925014453.20236-1-richardw.y...@linux.intel.com
[ Minor edits. ]
Signed-off-by: Ingo Molnar 
---
 arch/x86/include/asm/pgtable-3level.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/include/asm/pgtable-3level.h 
b/arch/x86/include/asm/pgtable-3level.h
index e363379..1796462 100644
--- a/arch/x86/include/asm/pgtable-3level.h
+++ b/arch/x86/include/asm/pgtable-3level.h
@@ -44,10 +44,10 @@ static inline void native_set_pte(pte_t *ptep, pte_t pte)
  * pmd_populate rightfully does a set_64bit, but if we're reading the
  * pmd_t with a "*pmdp" on the mincore side, a SMP race can happen
  * because gcc will not read the 64bit of the pmd atomically. To fix
- * this all places running pmd_offset_map_lock() while holding the
+ * this all places running pte_offset_map_lock() while holding the
  * mmap_sem in read mode, shall read the pmdp pointer using this
  * function to know if the pmd is null nor not, and in turn to know if
- * they can run pmd_offset_map_lock or pmd_trans_huge or other pmd
+ * they can run pte_offset_map_lock() or pmd_trans_huge() or other pmd
  * operations.
  *
  * Without THP if the mmap_sem is hold for reading, the pmd can only


[PATCH] mm: fix typo in the comment when calling function __SetPageUptodate()

2019-09-25 Thread Wei Yang
There are several places emphasise the effect of __SetPageUptodate(),
while the comment seems to have a typo in two places.

Signed-off-by: Wei Yang 
---
 mm/memory.c  | 2 +-
 mm/userfaultfd.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/memory.c b/mm/memory.c
index b1ca51a079f2..3ac2803d49b8 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -3009,7 +3009,7 @@ static vm_fault_t do_anonymous_page(struct vm_fault *vmf)
 
/*
 * The memory barrier inside __SetPageUptodate makes sure that
-* preceeding stores to the page contents become visible before
+* preceding stores to the page contents become visible before
 * the set_pte_at() write.
 */
__SetPageUptodate(page);
diff --git a/mm/userfaultfd.c b/mm/userfaultfd.c
index 80834c644692..c153344774c7 100644
--- a/mm/userfaultfd.c
+++ b/mm/userfaultfd.c
@@ -90,7 +90,7 @@ static int mcopy_atomic_pte(struct mm_struct *dst_mm,
 
/*
 * The memory barrier inside __SetPageUptodate makes sure that
-* preceeding stores to the page contents become visible before
+* preceding stores to the page contents become visible before
 * the set_pte_at() write.
 */
__SetPageUptodate(page);
-- 
2.17.1



Re: [PATCH] x86/mm: fix function name typo in pmd_read_atomic() comment

2019-09-24 Thread Wei Yang
To be honest, I have a question on how this works.

As the comment says, we need to call pmd_read_atomic before using
pte_offset_map_lock to avoid data corruption.

For example, in function swapin_walk_pmd_entry:

pmd_none_or_trans_huge_or_clear_bad(pmd)
pmd_read_atomic(pmd)  ---   1
pte_offset_map_lock(mm, pmd, ...) ---   2

At point 1, we are assured the content is intact. While in point 2, we would
read pmd again to calculate the pte address. How we ensure this time the
content is intact? Because pmd_none_or_trans_huge_or_clear_bad() ensures the
pte is stable, so that the content won't be changed?

Thanks for your time in advance.

-- 
Wei Yang
Help you, Help me


[PATCH] x86/mm: fix function name typo in pmd_read_atomic() comment

2019-09-24 Thread Wei Yang
The function involved should be pte_offset_map_lock and we never have
function pmd_offset_map_lock defined.

Fixes: 26c191788f18 ("mm: pmd_read_atomic: fix 32bit PAE pmd walk vs 
pmd_populate SMP race conditio")

Signed-off-by: Wei Yang 
---

Hope my understanding is correct.

---
 arch/x86/include/asm/pgtable-3level.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/include/asm/pgtable-3level.h 
b/arch/x86/include/asm/pgtable-3level.h
index e3633795fb22..45e6099fe6b7 100644
--- a/arch/x86/include/asm/pgtable-3level.h
+++ b/arch/x86/include/asm/pgtable-3level.h
@@ -44,10 +44,10 @@ static inline void native_set_pte(pte_t *ptep, pte_t pte)
  * pmd_populate rightfully does a set_64bit, but if we're reading the
  * pmd_t with a "*pmdp" on the mincore side, a SMP race can happen
  * because gcc will not read the 64bit of the pmd atomically. To fix
- * this all places running pmd_offset_map_lock() while holding the
+ * this all places running pte_offset_map_lock() while holding the
  * mmap_sem in read mode, shall read the pmdp pointer using this
  * function to know if the pmd is null nor not, and in turn to know if
- * they can run pmd_offset_map_lock or pmd_trans_huge or other pmd
+ * they can run pte_offset_map_lock or pmd_trans_huge or other pmd
  * operations.
  *
  * Without THP if the mmap_sem is hold for reading, the pmd can only
-- 
2.17.1



[PATCH] mm,hugetlb_cgroup: Fix typo failcntfile in comment

2019-09-04 Thread Odin Ugedal
Change "failcntfile" to "failcnt file"

Signed-off-by: Odin Ugedal 
---
 mm/hugetlb_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/hugetlb_cgroup.c b/mm/hugetlb_cgroup.c
index 68c2f2f3c05b..3b004028c490 100644
--- a/mm/hugetlb_cgroup.c
+++ b/mm/hugetlb_cgroup.c
@@ -379,7 +379,7 @@ static void __init __hugetlb_cgroup_file_init(int idx)
cft->write = hugetlb_cgroup_reset;
cft->read_u64 = hugetlb_cgroup_read_u64;
 
-   /* Add the failcntfile */
+   /* Add the failcnt file */
cft = >cgroup_files[3];
snprintf(cft->name, MAX_CFTYPE_NAME, "%s.failcnt", buf);
cft->private  = MEMFILE_PRIVATE(idx, RES_FAILCNT);
-- 
2.23.0



Re: [PATCH] ARM: davinci: dm646x: Fix a typo in the comment

2019-08-26 Thread Sekhar Nori
On 23/07/19 3:06 AM, Christophe JAILLET wrote:
> The driver is dedicated to DM646x. So update the description in the top
> most comment accordingly.
> 
> It must have been derived from dm644x.c, but looks DM646 speecific now.
> 
> Signed-off-by: Christophe JAILLET 

Applied to my v5.4/soc branch.

Thanks,
Sekhar


Re: [PATCH] r8169: fix a typo in a comment

2019-07-24 Thread David Miller
From: Corentin Musard 
Date: Wed, 24 Jul 2019 14:34:43 +0200

> Replace "additonal" by "additional" in a comment.
> Typo found by checkpatch.pl.
> 
> Signed-off-by: Corentin Musard 

Applied to net-next.


Re: [PATCH] r8169: fix a typo in a comment

2019-07-24 Thread Heiner Kallweit
On 24.07.2019 14:34, Corentin Musard wrote:
> Replace "additonal" by "additional" in a comment.
> Typo found by checkpatch.pl.
> 
> Signed-off-by: Corentin Musard 
> ---
>  drivers/net/ethernet/realtek/r8169_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/realtek/r8169_main.c 
> b/drivers/net/ethernet/realtek/r8169_main.c
> index 0637c6752a78..7231ab3573ff 100644
> --- a/drivers/net/ethernet/realtek/r8169_main.c
> +++ b/drivers/net/ethernet/realtek/r8169_main.c
> @@ -6334,7 +6334,7 @@ rtl8169_get_stats64(struct net_device *dev, struct 
> rtnl_link_stats64 *stats)
>   stats->multicast= dev->stats.multicast;
>  
>   /*
> -  * Fetch additonal counter values missing in stats collected by driver
> +  * Fetch additional counter values missing in stats collected by driver
>* from tally counters.
>*/
>   if (pm_runtime_active(>dev))
> 
Should have been annotated net-next and sent also to me. Apart from that:
Reviewed-by: Heiner Kallweit 


[PATCH] r8169: fix a typo in a comment

2019-07-24 Thread Corentin Musard
Replace "additonal" by "additional" in a comment.
Typo found by checkpatch.pl.

Signed-off-by: Corentin Musard 
---
 drivers/net/ethernet/realtek/r8169_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/realtek/r8169_main.c 
b/drivers/net/ethernet/realtek/r8169_main.c
index 0637c6752a78..7231ab3573ff 100644
--- a/drivers/net/ethernet/realtek/r8169_main.c
+++ b/drivers/net/ethernet/realtek/r8169_main.c
@@ -6334,7 +6334,7 @@ rtl8169_get_stats64(struct net_device *dev, struct 
rtnl_link_stats64 *stats)
stats->multicast= dev->stats.multicast;
 
/*
-* Fetch additonal counter values missing in stats collected by driver
+* Fetch additional counter values missing in stats collected by driver
 * from tally counters.
 */
if (pm_runtime_active(>dev))
-- 
2.22.0



[PATCH] ARM: davinci: dm646x: Fix a typo in the comment

2019-07-22 Thread Christophe JAILLET
The driver is dedicated to DM646x. So update the description in the top
most comment accordingly.

It must have been derived from dm644x.c, but looks DM646 speecific now.

Signed-off-by: Christophe JAILLET 
---
 arch/arm/mach-davinci/dm646x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c
index 62ca952fe161..4c58510e5792 100644
--- a/arch/arm/mach-davinci/dm646x.c
+++ b/arch/arm/mach-davinci/dm646x.c
@@ -1,5 +1,5 @@
 /*
- * TI DaVinci DM644x chip specific setup
+ * TI DaVinci DM646x chip specific setup
  *
  * Author: Kevin Hilman, Deep Root Systems, LLC
  *
-- 
2.20.1



[PATCH] mm/page_poison: fix a typo in a comment

2019-07-21 Thread Christophe JAILLET
s/posioned/poisoned/

Signed-off-by: Christophe JAILLET 
---
 mm/page_poison.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/page_poison.c b/mm/page_poison.c
index 21d4f97cb49b..34b9181ee5d1 100644
--- a/mm/page_poison.c
+++ b/mm/page_poison.c
@@ -101,7 +101,7 @@ static void unpoison_page(struct page *page)
/*
 * Page poisoning when enabled poisons each and every page
 * that is freed to buddy. Thus no extra check is done to
-* see if a page was posioned.
+* see if a page was poisoned.
 */
check_poison_mem(addr, PAGE_SIZE);
kunmap_atomic(addr);
-- 
2.20.1



[PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_add()

2019-07-05 Thread Zenghui Yu
Fix typo in the comment on top of __irq_domain_add().

Signed-off-by: Zenghui Yu 
---
 kernel/irq/irqdomain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index a453e22..db7b713 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -123,7 +123,7 @@ void irq_domain_free_fwnode(struct fwnode_handle *fwnode)
  * @ops: domain callbacks
  * @host_data: Controller private data pointer
  *
- * Allocates and initialize and irq_domain structure.
+ * Allocates and initializes an irq_domain structure.
  * Returns pointer to IRQ domain, or NULL on failure.
  */
 struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size,
-- 
1.8.3.1




[PATCH] irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()

2019-04-18 Thread Julien Grall
The word 'entirely' has been misspelt in a comment in its_msi_prepare().

Signed-off-by: Julien Grall 
---
 drivers/irqchip/irq-gic-v3-its.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c
index 7577755bdcf4..8d5936c899a6 100644
--- a/drivers/irqchip/irq-gic-v3-its.c
+++ b/drivers/irqchip/irq-gic-v3-its.c
@@ -2487,7 +2487,7 @@ static int its_msi_prepare(struct irq_domain *domain, 
struct device *dev,
int err = 0;
 
/*
-* We ignore "dev" entierely, and rely on the dev_id that has
+* We ignore "dev" entirely, and rely on the dev_id that has
 * been passed via the scratchpad. This limits this domain's
 * usefulness to upper layers that definitely know that they
 * are built on top of the ITS.
-- 
2.11.0



[PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()

2019-04-18 Thread Julien Grall
The word 'number' has been misspelt in the comment on top of
_irq_domain_alloc_irqs().

Signed-off-by: Julien Grall 
---
 kernel/irq/irqdomain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 9ed29e4a7dbf..a453e229f99c 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -1297,7 +1297,7 @@ int irq_domain_alloc_irqs_hierarchy(struct irq_domain 
*domain,
 /**
  * __irq_domain_alloc_irqs - Allocate IRQs from domain
  * @domain:domain to allocate from
- * @irq_base:  allocate specified IRQ nubmer if irq_base >= 0
+ * @irq_base:  allocate specified IRQ number if irq_base >= 0
  * @nr_irqs:   number of IRQs to allocate
  * @node:  NUMA node id for memory allocation
  * @arg:   domain specific argument
-- 
2.11.0



[PATCH tip/core/rcu 17/18] rcu: Fix typo in tree_exp.h comment

2019-03-26 Thread Paul E. McKenney
This commit changes a rcu_exp_handler() comment from rcu_preempt_defer_qs()
to rcu_preempt_deferred_qs() in order to better match reality.

Signed-off-by: Paul E. McKenney 
---
 kernel/rcu/tree_exp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/rcu/tree_exp.h b/kernel/rcu/tree_exp.h
index 4c2a0189e748..ec4fb93a5dbe 100644
--- a/kernel/rcu/tree_exp.h
+++ b/kernel/rcu/tree_exp.h
@@ -648,7 +648,7 @@ static void rcu_exp_handler(void *unused)
 *
 * If the CPU is fully enabled (or if some buggy RCU-preempt
 * read-side critical section is being used from idle), just
-* invoke rcu_preempt_defer_qs() to immediately report the
+* invoke rcu_preempt_deferred_qs() to immediately report the
 * quiescent state.  We cannot use rcu_read_unlock_special()
 * because we are in an interrupt handler, which will cause that
 * function to take an early exit without doing anything.
-- 
2.17.1



Re: [RESEND] mfd: rave-sp: fix typo in rave_sp_checksum comment

2018-12-21 Thread Lee Jones
On Sat, 15 Dec 2018, Yangtao Li wrote:

> Caculated -> Calculated
> 
> Signed-off-by: Yangtao Li 
> ---
>  drivers/mfd/rave-sp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog


[RESEND] mfd: rave-sp: fix typo in rave_sp_checksum comment

2018-12-15 Thread Yangtao Li
Caculated -> Calculated

Signed-off-by: Yangtao Li 
---
 drivers/mfd/rave-sp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c
index 2a8369657e38..26c7b63e008a 100644
--- a/drivers/mfd/rave-sp.c
+++ b/drivers/mfd/rave-sp.c
@@ -109,7 +109,7 @@ struct rave_sp_reply {
 /**
  * struct rave_sp_checksum - Variant specific checksum implementation details
  *
- * @length:Caculated checksum length
+ * @length:Calculated checksum length
  * @subroutine:Utilized checksum algorithm implementation
  */
 struct rave_sp_checksum {
-- 
2.17.0



[PATCH v2] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti
On #define ASYNCB_FOURPORT there's an ortography error on comment:
"Set OU1, OUT2 per AST Fourport settings"

Change it into:
"Set OUT1, OUT2 per AST Fourport settings"

Signed-off-by: Giulio Benetti 
---
V1 => V2:
* add commit log

 include/uapi/linux/tty_flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/tty_flags.h b/include/uapi/linux/tty_flags.h
index 6ac609a00dea..900a32e63424 100644
--- a/include/uapi/linux/tty_flags.h
+++ b/include/uapi/linux/tty_flags.h
@@ -13,7 +13,7 @@
  */
 #define ASYNCB_HUP_NOTIFY   0 /* Notify getty on hangups and closes
* on the callout port */
-#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport 
settings */
+#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport 
settings */
 #define ASYNCB_SAK  2 /* Secure Attention Key (Orange book) */
 #define ASYNCB_SPLIT_TERMIOS3 /* [x] Separate termios for dialin/callout */
 #define ASYNCB_SPD_HI   4 /* Use 57600 instead of 38400 bps */
-- 
2.17.0



[PATCH v2] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti
On #define ASYNCB_FOURPORT there's an ortography error on comment:
"Set OU1, OUT2 per AST Fourport settings"

Change it into:
"Set OUT1, OUT2 per AST Fourport settings"

Signed-off-by: Giulio Benetti 
---
V1 => V2:
* add commit log

 include/uapi/linux/tty_flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/tty_flags.h b/include/uapi/linux/tty_flags.h
index 6ac609a00dea..900a32e63424 100644
--- a/include/uapi/linux/tty_flags.h
+++ b/include/uapi/linux/tty_flags.h
@@ -13,7 +13,7 @@
  */
 #define ASYNCB_HUP_NOTIFY   0 /* Notify getty on hangups and closes
* on the callout port */
-#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport 
settings */
+#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport 
settings */
 #define ASYNCB_SAK  2 /* Secure Attention Key (Orange book) */
 #define ASYNCB_SPLIT_TERMIOS3 /* [x] Separate termios for dialin/callout */
 #define ASYNCB_SPD_HI   4 /* Use 57600 instead of 38400 bps */
-- 
2.17.0



Re: [PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti

Hi,

Il 16/05/2018 17:36, Greg KH ha scritto:

On Wed, May 16, 2018 at 04:39:31PM +0200, Giulio Benetti wrote:

Signed-off-by: Giulio Benetti 
---
  include/uapi/linux/tty_flags.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Sorry, but I can't take patches without any changelog text at all.
Please fix up and resend.


Sure.
Thanks

--
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale € 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642


Re: [PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti

Hi,

Il 16/05/2018 17:36, Greg KH ha scritto:

On Wed, May 16, 2018 at 04:39:31PM +0200, Giulio Benetti wrote:

Signed-off-by: Giulio Benetti 
---
  include/uapi/linux/tty_flags.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Sorry, but I can't take patches without any changelog text at all.
Please fix up and resend.


Sure.
Thanks

--
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale € 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642


Re: [PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Greg KH
On Wed, May 16, 2018 at 04:39:31PM +0200, Giulio Benetti wrote:
> Signed-off-by: Giulio Benetti 
> ---
>  include/uapi/linux/tty_flags.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Sorry, but I can't take patches without any changelog text at all.
Please fix up and resend.

thanks,

greg k-h


Re: [PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Greg KH
On Wed, May 16, 2018 at 04:39:31PM +0200, Giulio Benetti wrote:
> Signed-off-by: Giulio Benetti 
> ---
>  include/uapi/linux/tty_flags.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Sorry, but I can't take patches without any changelog text at all.
Please fix up and resend.

thanks,

greg k-h


[PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti
Signed-off-by: Giulio Benetti 
---
 include/uapi/linux/tty_flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/tty_flags.h b/include/uapi/linux/tty_flags.h
index 6ac609a00dea..900a32e63424 100644
--- a/include/uapi/linux/tty_flags.h
+++ b/include/uapi/linux/tty_flags.h
@@ -13,7 +13,7 @@
  */
 #define ASYNCB_HUP_NOTIFY   0 /* Notify getty on hangups and closes
* on the callout port */
-#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport 
settings */
+#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport 
settings */
 #define ASYNCB_SAK  2 /* Secure Attention Key (Orange book) */
 #define ASYNCB_SPLIT_TERMIOS3 /* [x] Separate termios for dialin/callout */
 #define ASYNCB_SPD_HI   4 /* Use 57600 instead of 38400 bps */
-- 
2.17.0



[PATCH] tty: fix typo in ASYNCB_FOURPORT comment

2018-05-16 Thread Giulio Benetti
Signed-off-by: Giulio Benetti 
---
 include/uapi/linux/tty_flags.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/tty_flags.h b/include/uapi/linux/tty_flags.h
index 6ac609a00dea..900a32e63424 100644
--- a/include/uapi/linux/tty_flags.h
+++ b/include/uapi/linux/tty_flags.h
@@ -13,7 +13,7 @@
  */
 #define ASYNCB_HUP_NOTIFY   0 /* Notify getty on hangups and closes
* on the callout port */
-#define ASYNCB_FOURPORT 1 /* Set OU1, OUT2 per AST Fourport 
settings */
+#define ASYNCB_FOURPORT 1 /* Set OUT1, OUT2 per AST Fourport 
settings */
 #define ASYNCB_SAK  2 /* Secure Attention Key (Orange book) */
 #define ASYNCB_SPLIT_TERMIOS3 /* [x] Separate termios for dialin/callout */
 #define ASYNCB_SPD_HI   4 /* Use 57600 instead of 38400 bps */
-- 
2.17.0



[PATCH] x86: mm: typo: fix a typo in a comment line

2018-03-06 Thread Seunghun Han
Fix a typo in a comment line of pti.c.

Signed-off-by: Seunghun Han <kkama...@gmail.com>
---
 arch/x86/mm/pti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c
index ce38f16..631507f 100644
--- a/arch/x86/mm/pti.c
+++ b/arch/x86/mm/pti.c
@@ -332,7 +332,7 @@ static void __init pti_clone_user_shared(void)
 }
 
 /*
- * Clone the ESPFIX P4D into the user space visinble page table
+ * Clone the ESPFIX P4D into the user space visible page table
  */
 static void __init pti_setup_espfix64(void)
 {
-- 
2.1.4



[PATCH] x86: mm: typo: fix a typo in a comment line

2018-03-06 Thread Seunghun Han
Fix a typo in a comment line of pti.c.

Signed-off-by: Seunghun Han 
---
 arch/x86/mm/pti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c
index ce38f16..631507f 100644
--- a/arch/x86/mm/pti.c
+++ b/arch/x86/mm/pti.c
@@ -332,7 +332,7 @@ static void __init pti_clone_user_shared(void)
 }
 
 /*
- * Clone the ESPFIX P4D into the user space visinble page table
+ * Clone the ESPFIX P4D into the user space visible page table
  */
 static void __init pti_setup_espfix64(void)
 {
-- 
2.1.4



Re: [PATCH 1/3] net: core: dst_cache: Fix a typo in a comment

2018-03-05 Thread David Miller
From: Jonathan Neuschäfer 
Date: Sun,  4 Mar 2018 03:29:51 +0100

> Signed-off-by: Jonathan Neuschäfer 

Applied to net-next.


Re: [PATCH 1/3] net: core: dst_cache: Fix a typo in a comment

2018-03-05 Thread David Miller
From: Jonathan Neuschäfer 
Date: Sun,  4 Mar 2018 03:29:51 +0100

> Signed-off-by: Jonathan Neuschäfer 

Applied to net-next.


[PATCH 1/3] net: core: dst_cache: Fix a typo in a comment

2018-03-03 Thread Jonathan Neuschäfer
Signed-off-by: Jonathan Neuschäfer 
---
 include/net/dst_cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h
index 72fd5067c353..844906fbf8c9 100644
--- a/include/net/dst_cache.h
+++ b/include/net/dst_cache.h
@@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache 
*dst_cache,
  * dst_cache_reset - invalidate the cache contents
  * @dst_cache: the cache
  *
- * This do not free the cached dst to avoid races and contentions.
+ * This does not free the cached dst to avoid races and contentions.
  * the dst will be freed on later cache lookup.
  */
 static inline void dst_cache_reset(struct dst_cache *dst_cache)
-- 
2.16.1



[PATCH 1/3] net: core: dst_cache: Fix a typo in a comment

2018-03-03 Thread Jonathan Neuschäfer
Signed-off-by: Jonathan Neuschäfer 
---
 include/net/dst_cache.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/dst_cache.h b/include/net/dst_cache.h
index 72fd5067c353..844906fbf8c9 100644
--- a/include/net/dst_cache.h
+++ b/include/net/dst_cache.h
@@ -71,7 +71,7 @@ struct dst_entry *dst_cache_get_ip6(struct dst_cache 
*dst_cache,
  * dst_cache_reset - invalidate the cache contents
  * @dst_cache: the cache
  *
- * This do not free the cached dst to avoid races and contentions.
+ * This does not free the cached dst to avoid races and contentions.
  * the dst will be freed on later cache lookup.
  */
 static inline void dst_cache_reset(struct dst_cache *dst_cache)
-- 
2.16.1



[PATCH 4/4] HID: logitech-dj: Fix a typo in a comment line

2018-02-05 Thread SF Markus Elfring
From: Markus Elfring 
Date: Mon, 5 Feb 2018 22:14:49 +0100

Adjust a word in this description.

Signed-off-by: Markus Elfring 
---
 drivers/hid/hid-logitech-dj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index f1496c6303ce..de1859fade5c 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -318,7 +318,7 @@ static const char hidpp_descriptor[] = {
  *
  * Right now, RF report types have the same report types (or report id's)
  * than the hid report created from those RF reports. In the future
- * this doesnt have to be true.
+ * this doesn't have to be true.
  *
  * For instance, RF report type 0x01 which has a size of 8 bytes, corresponds
  * to hid report id 0x01, this is standard keyboard. Same thing applies to mice
-- 
2.16.1



[PATCH 4/4] HID: logitech-dj: Fix a typo in a comment line

2018-02-05 Thread SF Markus Elfring
From: Markus Elfring 
Date: Mon, 5 Feb 2018 22:14:49 +0100

Adjust a word in this description.

Signed-off-by: Markus Elfring 
---
 drivers/hid/hid-logitech-dj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index f1496c6303ce..de1859fade5c 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -318,7 +318,7 @@ static const char hidpp_descriptor[] = {
  *
  * Right now, RF report types have the same report types (or report id's)
  * than the hid report created from those RF reports. In the future
- * this doesnt have to be true.
+ * this doesn't have to be true.
  *
  * For instance, RF report type 0x01 which has a size of 8 bytes, corresponds
  * to hid report id 0x01, this is standard keyboard. Same thing applies to mice
-- 
2.16.1



[PATCH 2/2] HSI: ssi_protocol: Fix a typo in two comment lines

2018-02-02 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 2 Feb 2018 20:57:23 +0100

Adjust two words in this description.

Signed-off-by: Markus Elfring 
---
 drivers/hsi/clients/ssi_protocol.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hsi/clients/ssi_protocol.c 
b/drivers/hsi/clients/ssi_protocol.c
index 0bccea2fa119..6dbead863d07 100644
--- a/drivers/hsi/clients/ssi_protocol.c
+++ b/drivers/hsi/clients/ssi_protocol.c
@@ -993,8 +993,8 @@ static int ssip_pn_xmit(struct sk_buff *skb, struct 
net_device *dev)
goto inc_dropped;
 
/*
-* Modem sends Phonet messages over SSI with its own endianess...
-* Assume that modem has the same endianess as we do.
+* Modem sends Phonet messages over SSI with its own endianness.
+* Assume that modem has the same endianness as we do.
 */
if (skb_cow_head(skb, 0))
goto drop;
-- 
2.16.1



[PATCH 2/2] HSI: ssi_protocol: Fix a typo in two comment lines

2018-02-02 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 2 Feb 2018 20:57:23 +0100

Adjust two words in this description.

Signed-off-by: Markus Elfring 
---
 drivers/hsi/clients/ssi_protocol.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hsi/clients/ssi_protocol.c 
b/drivers/hsi/clients/ssi_protocol.c
index 0bccea2fa119..6dbead863d07 100644
--- a/drivers/hsi/clients/ssi_protocol.c
+++ b/drivers/hsi/clients/ssi_protocol.c
@@ -993,8 +993,8 @@ static int ssip_pn_xmit(struct sk_buff *skb, struct 
net_device *dev)
goto inc_dropped;
 
/*
-* Modem sends Phonet messages over SSI with its own endianess...
-* Assume that modem has the same endianess as we do.
+* Modem sends Phonet messages over SSI with its own endianness.
+* Assume that modem has the same endianness as we do.
 */
if (skb_cow_head(skb, 0))
goto drop;
-- 
2.16.1



[PATCH 2/2] mvebu-mbus: Fix a typo in five comment lines

2018-01-12 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 12 Jan 2018 17:44:48 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/bus/mvebu-mbus.c | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/drivers/bus/mvebu-mbus.c b/drivers/bus/mvebu-mbus.c
index 5844901aea0b..e0c1b07108a6 100644
--- a/drivers/bus/mvebu-mbus.c
+++ b/drivers/bus/mvebu-mbus.c
@@ -23,15 +23,14 @@
  *
  * This driver:
  *
- * - Reads out the SDRAM address decoding windows at initialization
- *   time, and fills the mvebu_mbus_dram_info structure with these
- *   informations. The exported function mv_mbus_dram_info() allow
- *   device drivers to get those informations related to the SDRAM
- *   address decoding windows. This is because devices also have their
- *   own windows (configured through registers that are part of each
- *   device register space), and therefore the drivers for Marvell
- *   devices have to configure those device -> SDRAM windows to ensure
- *   that DMA works properly.
+ * - Reads out the SDRAM address decoding windows at initialization time,
+ *   and fills the mvebu_mbus_dram_info structure with this information.
+ *   The exported function mv_mbus_dram_info() allows device drivers to get
+ *   this information related to the SDRAM address decoding windows.
+ *   This is because devices also have their own windows (configured through
+ *   registers that are part of each device register space), and therefore
+ *   the drivers for Marvell devices have to configure those device
+ *   -> SDRAM windows to ensure that DMA works properly.
  *
  * - Provides an API for platform code or device drivers to
  *   dynamically add or remove address decoding windows for the CPU ->
@@ -123,7 +122,7 @@ struct mvebu_mbus_soc_data {
 };
 
 /*
- * Used to store the state of one MBus window accross suspend/resume.
+ * Used to store the state of one MBus window across suspend/resume.
  */
 struct mvebu_mbus_win_data {
u32 ctrl;
-- 
2.15.1



[PATCH 2/2] mvebu-mbus: Fix a typo in five comment lines

2018-01-12 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 12 Jan 2018 17:44:48 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/bus/mvebu-mbus.c | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/drivers/bus/mvebu-mbus.c b/drivers/bus/mvebu-mbus.c
index 5844901aea0b..e0c1b07108a6 100644
--- a/drivers/bus/mvebu-mbus.c
+++ b/drivers/bus/mvebu-mbus.c
@@ -23,15 +23,14 @@
  *
  * This driver:
  *
- * - Reads out the SDRAM address decoding windows at initialization
- *   time, and fills the mvebu_mbus_dram_info structure with these
- *   informations. The exported function mv_mbus_dram_info() allow
- *   device drivers to get those informations related to the SDRAM
- *   address decoding windows. This is because devices also have their
- *   own windows (configured through registers that are part of each
- *   device register space), and therefore the drivers for Marvell
- *   devices have to configure those device -> SDRAM windows to ensure
- *   that DMA works properly.
+ * - Reads out the SDRAM address decoding windows at initialization time,
+ *   and fills the mvebu_mbus_dram_info structure with this information.
+ *   The exported function mv_mbus_dram_info() allows device drivers to get
+ *   this information related to the SDRAM address decoding windows.
+ *   This is because devices also have their own windows (configured through
+ *   registers that are part of each device register space), and therefore
+ *   the drivers for Marvell devices have to configure those device
+ *   -> SDRAM windows to ensure that DMA works properly.
  *
  * - Provides an API for platform code or device drivers to
  *   dynamically add or remove address decoding windows for the CPU ->
@@ -123,7 +122,7 @@ struct mvebu_mbus_soc_data {
 };
 
 /*
- * Used to store the state of one MBus window accross suspend/resume.
+ * Used to store the state of one MBus window across suspend/resume.
  */
 struct mvebu_mbus_win_data {
u32 ctrl;
-- 
2.15.1



[PATCH 2/5] misc/pti: Fix a typo in five comment lines

2018-01-09 Thread SF Markus Elfring
From: Markus Elfring 
Date: Tue, 9 Jan 2018 18:18:15 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/misc/pti.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c
index 92a1a20839c8..8292e8098cc8 100644
--- a/drivers/misc/pti.c
+++ b/drivers/misc/pti.c
@@ -378,7 +378,7 @@ EXPORT_SYMBOL_GPL(pti_release_masterchannel);
  * @buf:   Trace debuging data to write to the PTI HW.
  * Null value will return with no write occurring.
  * @count: Size of buf. Value of 0 or a negative number will
- * return with no write occuring.
+ * return with no write occurring.
  */
 void pti_writedata(struct pti_masterchannel *mc, u8 *buf, int count)
 {
@@ -403,7 +403,7 @@ EXPORT_SYMBOL_GPL(pti_writedata);
  * ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_open() call.
+ * @filp: filp interface passed to tty_port_open() call.
  *
  * Returns:
  * int, 0 for success
@@ -435,7 +435,7 @@ static int pti_tty_driver_open(struct tty_struct *tty, 
struct file *filp)
  * master, channel aperture ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_close() call.
+ * @filp: filp interface passed to tty_port_close() call.
  *
  * The main purpose of using the tty device interface is to route
  * syslog daemon messages to the PTI HW and out of the handheld platform
@@ -572,7 +572,7 @@ static int pti_char_open(struct inode *inode, struct file 
*filp)
  * pti_char_release()-  Close a char channel to the PTI device. Part
  * of the misc device implementation.
  *
- * @inode: Not used in this implementaiton.
+ * @inode: Not used in this implementation.
  * @filp:  Contains private_data that contains the master, channel
  * ID to be released by the PTI device.
  *
@@ -668,7 +668,7 @@ static struct miscdevice pti_char_driver = {
 /**
  * pti_console_write()-  Write to the console that has been acquired.
  *
- * @c:   Not used in this implementaiton.
+ * @c:   Not used in this implementation.
  * @buf: Data to be written.
  * @len: Length of buf.
  */
-- 
2.15.1



[PATCH 2/5] misc/pti: Fix a typo in five comment lines

2018-01-09 Thread SF Markus Elfring
From: Markus Elfring 
Date: Tue, 9 Jan 2018 18:18:15 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/misc/pti.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c
index 92a1a20839c8..8292e8098cc8 100644
--- a/drivers/misc/pti.c
+++ b/drivers/misc/pti.c
@@ -378,7 +378,7 @@ EXPORT_SYMBOL_GPL(pti_release_masterchannel);
  * @buf:   Trace debuging data to write to the PTI HW.
  * Null value will return with no write occurring.
  * @count: Size of buf. Value of 0 or a negative number will
- * return with no write occuring.
+ * return with no write occurring.
  */
 void pti_writedata(struct pti_masterchannel *mc, u8 *buf, int count)
 {
@@ -403,7 +403,7 @@ EXPORT_SYMBOL_GPL(pti_writedata);
  * ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_open() call.
+ * @filp: filp interface passed to tty_port_open() call.
  *
  * Returns:
  * int, 0 for success
@@ -435,7 +435,7 @@ static int pti_tty_driver_open(struct tty_struct *tty, 
struct file *filp)
  * master, channel aperture ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_close() call.
+ * @filp: filp interface passed to tty_port_close() call.
  *
  * The main purpose of using the tty device interface is to route
  * syslog daemon messages to the PTI HW and out of the handheld platform
@@ -572,7 +572,7 @@ static int pti_char_open(struct inode *inode, struct file 
*filp)
  * pti_char_release()-  Close a char channel to the PTI device. Part
  * of the misc device implementation.
  *
- * @inode: Not used in this implementaiton.
+ * @inode: Not used in this implementation.
  * @filp:  Contains private_data that contains the master, channel
  * ID to be released by the PTI device.
  *
@@ -668,7 +668,7 @@ static struct miscdevice pti_char_driver = {
 /**
  * pti_console_write()-  Write to the console that has been acquired.
  *
- * @c:   Not used in this implementaiton.
+ * @c:   Not used in this implementation.
  * @buf: Data to be written.
  * @len: Length of buf.
  */
-- 
2.15.1



Re: [PATCH 3/3] pinctrl: rockchip: Fix a typo in four comment lines

2018-01-02 Thread Linus Walleij
On Sat, Dec 23, 2017 at 10:42 PM, SF Markus Elfring
 wrote:

> From: Markus Elfring 
> Date: Sat, 23 Dec 2017 22:22:54 +0100
>
> Adjust words in these descriptions.
>
> Signed-off-by: Markus Elfring 

Patch applied.

Yours,
Linus Walleij


Re: [PATCH 3/3] pinctrl: rockchip: Fix a typo in four comment lines

2018-01-02 Thread Linus Walleij
On Sat, Dec 23, 2017 at 10:42 PM, SF Markus Elfring
 wrote:

> From: Markus Elfring 
> Date: Sat, 23 Dec 2017 22:22:54 +0100
>
> Adjust words in these descriptions.
>
> Signed-off-by: Markus Elfring 

Patch applied.

Yours,
Linus Walleij


[PATCH 3/3] pinctrl: rockchip: Fix a typo in four comment lines

2017-12-23 Thread SF Markus Elfring
From: Markus Elfring 
Date: Sat, 23 Dec 2017 22:22:54 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/pinctrl/pinctrl-rockchip.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-rockchip.c 
b/drivers/pinctrl/pinctrl-rockchip.c
index 5e76a6d8a1cb..1cd85411e906 100644
--- a/drivers/pinctrl/pinctrl-rockchip.c
+++ b/drivers/pinctrl/pinctrl-rockchip.c
@@ -136,7 +136,7 @@ struct rockchip_drv {
  * @iomux: array describing the 4 iomux sources of the bank
  * @drv: array describing the 4 drive strength sources of the bank
  * @pull_type: array describing the 4 pull type sources of the bank
- * @valid: are all necessary informations present
+ * @valid: is all necessary information present
  * @of_node: dt node of this bank
  * @drvdata: common pinctrl basedata
  * @domain: irqdomain of the gpio bank
@@ -1988,7 +1988,7 @@ static int rockchip_pmx_set(struct pinctrl_dev *pctldev, 
unsigned selector,
info->functions[selector].name, info->groups[group].name);
 
/*
-* for each pin in the pin group selected, program the correspoding pin
+* for each pin in the pin group selected, program the corresponding
 * pin function number in the config register.
 */
for (cnt = 0; cnt < info->groups[group].npins; cnt++) {
@@ -2527,7 +2527,7 @@ static int rockchip_gpio_get(struct gpio_chip *gc, 
unsigned offset)
 
 /*
  * gpiolib gpio_direction_input callback function. The setting of the pin
- * mux function as 'gpio input' will be handled by the pinctrl susbsystem
+ * mux function as 'gpio input' will be handled by the pinctrl subsystem
  * interface.
  */
 static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset)
@@ -2537,7 +2537,7 @@ static int rockchip_gpio_direction_input(struct gpio_chip 
*gc, unsigned offset)
 
 /*
  * gpiolib gpio_direction_output callback function. The setting of the pin
- * mux function as 'gpio output' will be handled by the pinctrl susbsystem
+ * mux function as 'gpio output' will be handled by the pinctrl subsystem
  * interface.
  */
 static int rockchip_gpio_direction_output(struct gpio_chip *gc,
-- 
2.15.1



[PATCH 3/3] pinctrl: rockchip: Fix a typo in four comment lines

2017-12-23 Thread SF Markus Elfring
From: Markus Elfring 
Date: Sat, 23 Dec 2017 22:22:54 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring 
---
 drivers/pinctrl/pinctrl-rockchip.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-rockchip.c 
b/drivers/pinctrl/pinctrl-rockchip.c
index 5e76a6d8a1cb..1cd85411e906 100644
--- a/drivers/pinctrl/pinctrl-rockchip.c
+++ b/drivers/pinctrl/pinctrl-rockchip.c
@@ -136,7 +136,7 @@ struct rockchip_drv {
  * @iomux: array describing the 4 iomux sources of the bank
  * @drv: array describing the 4 drive strength sources of the bank
  * @pull_type: array describing the 4 pull type sources of the bank
- * @valid: are all necessary informations present
+ * @valid: is all necessary information present
  * @of_node: dt node of this bank
  * @drvdata: common pinctrl basedata
  * @domain: irqdomain of the gpio bank
@@ -1988,7 +1988,7 @@ static int rockchip_pmx_set(struct pinctrl_dev *pctldev, 
unsigned selector,
info->functions[selector].name, info->groups[group].name);
 
/*
-* for each pin in the pin group selected, program the correspoding pin
+* for each pin in the pin group selected, program the corresponding
 * pin function number in the config register.
 */
for (cnt = 0; cnt < info->groups[group].npins; cnt++) {
@@ -2527,7 +2527,7 @@ static int rockchip_gpio_get(struct gpio_chip *gc, 
unsigned offset)
 
 /*
  * gpiolib gpio_direction_input callback function. The setting of the pin
- * mux function as 'gpio input' will be handled by the pinctrl susbsystem
+ * mux function as 'gpio input' will be handled by the pinctrl subsystem
  * interface.
  */
 static int rockchip_gpio_direction_input(struct gpio_chip *gc, unsigned offset)
@@ -2537,7 +2537,7 @@ static int rockchip_gpio_direction_input(struct gpio_chip 
*gc, unsigned offset)
 
 /*
  * gpiolib gpio_direction_output callback function. The setting of the pin
- * mux function as 'gpio output' will be handled by the pinctrl susbsystem
+ * mux function as 'gpio output' will be handled by the pinctrl subsystem
  * interface.
  */
 static int rockchip_gpio_direction_output(struct gpio_chip *gc,
-- 
2.15.1



Re: [PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-08 Thread Jon Hunter

On 08/12/17 09:37, Laxman Dewangan wrote:
> 
> 
> On Friday 08 December 2017 01:51 AM, SF Markus Elfring wrote:
>> From: Markus Elfring 
>> Date: Thu, 7 Dec 2017 21:06:25 +0100
>>
>> Delete a duplicate character in a word of this description.
>>
> 
> Acked-by: Laxman Dewangan 

Acked-by: Jon Hunter 

Thanks!
Jon

-- 
nvpublic


Re: [PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-08 Thread Jon Hunter

On 08/12/17 09:37, Laxman Dewangan wrote:
> 
> 
> On Friday 08 December 2017 01:51 AM, SF Markus Elfring wrote:
>> From: Markus Elfring 
>> Date: Thu, 7 Dec 2017 21:06:25 +0100
>>
>> Delete a duplicate character in a word of this description.
>>
> 
> Acked-by: Laxman Dewangan 

Acked-by: Jon Hunter 

Thanks!
Jon

-- 
nvpublic


Re: [PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-08 Thread Laxman Dewangan



On Friday 08 December 2017 01:51 AM, SF Markus Elfring wrote:

From: Markus Elfring 
Date: Thu, 7 Dec 2017 21:06:25 +0100

Delete a duplicate character in a word of this description.



Acked-by: Laxman Dewangan 


Re: [PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-08 Thread Laxman Dewangan



On Friday 08 December 2017 01:51 AM, SF Markus Elfring wrote:

From: Markus Elfring 
Date: Thu, 7 Dec 2017 21:06:25 +0100

Delete a duplicate character in a word of this description.



Acked-by: Laxman Dewangan 


[PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-07 Thread SF Markus Elfring
From: Markus Elfring 
Date: Thu, 7 Dec 2017 21:06:25 +0100

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring 
---
 drivers/tty/serial/serial-tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/serial-tegra.c 
b/drivers/tty/serial/serial-tegra.c
index 46233c5974f1..a731b2d61d3e 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -888,7 +888,7 @@ static int tegra_uart_hw_init(struct tegra_uart_port *tup)
 * EORD is different interrupt than RX_TIMEOUT - RX_TIMEOUT occurs when
 * the DATA is sitting in the FIFO and couldn't be transferred to the
 * DMA as the DMA size alignment(4 bytes) is not met. EORD will be
-* triggered when there is a pause of the incomming data stream for 4
+* triggered when there is a pause of the incoming data stream for 4
 * characters long.
 *
 * For pauses in the data which is not aligned to 4 bytes, we get
-- 
2.15.1



[PATCH 2/2] serial: tegra: Fix a typo in a comment line

2017-12-07 Thread SF Markus Elfring
From: Markus Elfring 
Date: Thu, 7 Dec 2017 21:06:25 +0100

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring 
---
 drivers/tty/serial/serial-tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/serial-tegra.c 
b/drivers/tty/serial/serial-tegra.c
index 46233c5974f1..a731b2d61d3e 100644
--- a/drivers/tty/serial/serial-tegra.c
+++ b/drivers/tty/serial/serial-tegra.c
@@ -888,7 +888,7 @@ static int tegra_uart_hw_init(struct tegra_uart_port *tup)
 * EORD is different interrupt than RX_TIMEOUT - RX_TIMEOUT occurs when
 * the DATA is sitting in the FIFO and couldn't be transferred to the
 * DMA as the DMA size alignment(4 bytes) is not met. EORD will be
-* triggered when there is a pause of the incomming data stream for 4
+* triggered when there is a pause of the incoming data stream for 4
 * characters long.
 *
 * For pauses in the data which is not aligned to 4 bytes, we get
-- 
2.15.1



[PATCH 3/3] tty/serial/ucc_uart: Fix a typo in a comment line

2017-12-06 Thread SF Markus Elfring
From: Markus Elfring 
Date: Wed, 6 Dec 2017 21:56:28 +0100

Add a missing character in a function name of this description.

Signed-off-by: Markus Elfring 
---
 drivers/tty/serial/ucc_uart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index a9ce652899aa..d0f139d897a2 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -1154,7 +1154,7 @@ static unsigned int soc_info(unsigned int *rev_h, 
unsigned int *rev_l)
 }
 
 /*
- * requst_firmware_nowait() callback function
+ * request_firmware_nowait() callback function
  *
  * This function is called by the kernel when a firmware is made available,
  * or if it times out waiting for the firmware.
-- 
2.15.1



[PATCH 3/3] tty/serial/ucc_uart: Fix a typo in a comment line

2017-12-06 Thread SF Markus Elfring
From: Markus Elfring 
Date: Wed, 6 Dec 2017 21:56:28 +0100

Add a missing character in a function name of this description.

Signed-off-by: Markus Elfring 
---
 drivers/tty/serial/ucc_uart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index a9ce652899aa..d0f139d897a2 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -1154,7 +1154,7 @@ static unsigned int soc_info(unsigned int *rev_h, 
unsigned int *rev_l)
 }
 
 /*
- * requst_firmware_nowait() callback function
+ * request_firmware_nowait() callback function
  *
  * This function is called by the kernel when a firmware is made available,
  * or if it times out waiting for the firmware.
-- 
2.15.1



Applied "ASoC: wm2000: Fix a typo in a comment line" to the asoc tree

2017-11-27 Thread Mark Brown
The patch

   ASoC: wm2000: Fix a typo in a comment line

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From cdbd9b0c7211485e08d5128eccf9d0a24d38facd Mon Sep 17 00:00:00 2001
From: Markus Elfring <elfr...@users.sourceforge.net>
Date: Fri, 24 Nov 2017 08:02:57 +0100
Subject: [PATCH] ASoC: wm2000: Fix a typo in a comment line

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring <elfr...@users.sourceforge.net>
Acked-by: Charles Keepax <ckee...@opensource.cirrus.com>
Signed-off-by: Mark Brown <broo...@kernel.org>
---
 sound/soc/codecs/wm2000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index ce936deed7e3..480ceb07c3ed 100644
--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -13,7 +13,7 @@
  * 'wm2000_anc.bin' by default (overridable via platform data) at
  * runtime and is expected to be in flat binary format.  This is
  * generated by Wolfson configuration tools and includes
- * system-specific callibration information.  If supplied as a
+ * system-specific calibration information.  If supplied as a
  * sequence of ASCII-encoded hexidecimal bytes this can be converted
  * into a flat binary with a command such as this on the command line:
  *
-- 
2.15.0



Applied "ASoC: wm2000: Fix a typo in a comment line" to the asoc tree

2017-11-27 Thread Mark Brown
The patch

   ASoC: wm2000: Fix a typo in a comment line

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From cdbd9b0c7211485e08d5128eccf9d0a24d38facd Mon Sep 17 00:00:00 2001
From: Markus Elfring 
Date: Fri, 24 Nov 2017 08:02:57 +0100
Subject: [PATCH] ASoC: wm2000: Fix a typo in a comment line

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring 
Acked-by: Charles Keepax 
Signed-off-by: Mark Brown 
---
 sound/soc/codecs/wm2000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index ce936deed7e3..480ceb07c3ed 100644
--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -13,7 +13,7 @@
  * 'wm2000_anc.bin' by default (overridable via platform data) at
  * runtime and is expected to be in flat binary format.  This is
  * generated by Wolfson configuration tools and includes
- * system-specific callibration information.  If supplied as a
+ * system-specific calibration information.  If supplied as a
  * sequence of ASCII-encoded hexidecimal bytes this can be converted
  * into a flat binary with a command such as this on the command line:
  *
-- 
2.15.0



Re: [PATCH 3/4] ASoC: wm2000: Fix a typo in a comment line

2017-11-24 Thread Charles Keepax
On Fri, Nov 24, 2017 at 08:39:02AM +0100, SF Markus Elfring wrote:
> From: Markus Elfring 
> Date: Fri, 24 Nov 2017 08:02:57 +0100
> 
> Delete a duplicate character in a word of this description.
> 
> Signed-off-by: Markus Elfring 
> ---

Acked-by: Charles Keepax 

Thanks,
Charles


Re: [PATCH 3/4] ASoC: wm2000: Fix a typo in a comment line

2017-11-24 Thread Charles Keepax
On Fri, Nov 24, 2017 at 08:39:02AM +0100, SF Markus Elfring wrote:
> From: Markus Elfring 
> Date: Fri, 24 Nov 2017 08:02:57 +0100
> 
> Delete a duplicate character in a word of this description.
> 
> Signed-off-by: Markus Elfring 
> ---

Acked-by: Charles Keepax 

Thanks,
Charles


[PATCH 3/4] ASoC: wm2000: Fix a typo in a comment line

2017-11-23 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 24 Nov 2017 08:02:57 +0100

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring 
---
 sound/soc/codecs/wm2000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index 0ed2a8992df4..2151e75ee5c6 100644
--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -13,7 +13,7 @@
  * 'wm2000_anc.bin' by default (overridable via platform data) at
  * runtime and is expected to be in flat binary format.  This is
  * generated by Wolfson configuration tools and includes
- * system-specific callibration information.  If supplied as a
+ * system-specific calibration information.  If supplied as a
  * sequence of ASCII-encoded hexidecimal bytes this can be converted
  * into a flat binary with a command such as this on the command line:
  *
-- 
2.15.0



[PATCH 3/4] ASoC: wm2000: Fix a typo in a comment line

2017-11-23 Thread SF Markus Elfring
From: Markus Elfring 
Date: Fri, 24 Nov 2017 08:02:57 +0100

Delete a duplicate character in a word of this description.

Signed-off-by: Markus Elfring 
---
 sound/soc/codecs/wm2000.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm2000.c b/sound/soc/codecs/wm2000.c
index 0ed2a8992df4..2151e75ee5c6 100644
--- a/sound/soc/codecs/wm2000.c
+++ b/sound/soc/codecs/wm2000.c
@@ -13,7 +13,7 @@
  * 'wm2000_anc.bin' by default (overridable via platform data) at
  * runtime and is expected to be in flat binary format.  This is
  * generated by Wolfson configuration tools and includes
- * system-specific callibration information.  If supplied as a
+ * system-specific calibration information.  If supplied as a
  * sequence of ASCII-encoded hexidecimal bytes this can be converted
  * into a flat binary with a command such as this on the command line:
  *
-- 
2.15.0



Re: [PATCH 4/4] clk-u300: Fix a typo in two comment lines

2017-11-13 Thread Stephen Boyd
On 09/26, SF Markus Elfring wrote:
> From: Markus Elfring 
> Date: Tue, 26 Sep 2017 19:57:50 +0200
> 
> Add a missing character in these descriptions.
> 
> Signed-off-by: Markus Elfring 
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


Re: [PATCH 4/4] clk-u300: Fix a typo in two comment lines

2017-11-13 Thread Stephen Boyd
On 09/26, SF Markus Elfring wrote:
> From: Markus Elfring 
> Date: Tue, 26 Sep 2017 19:57:50 +0200
> 
> Add a missing character in these descriptions.
> 
> Signed-off-by: Markus Elfring 
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


[PATCH 3/3] ALSA: hal2: Fix a typo in two comment lines

2017-11-11 Thread SF Markus Elfring
From: Markus Elfring 
Date: Sat, 11 Nov 2017 18:48:41 +0100

Add a missing character in these descriptions.

Signed-off-by: Markus Elfring 
---
 sound/mips/hal2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/mips/hal2.c b/sound/mips/hal2.c
index 675c3aba794e..4fa5f161ef2d 100644
--- a/sound/mips/hal2.c
+++ b/sound/mips/hal2.c
@@ -388,7 +388,7 @@ static void hal2_setup_dac(struct snd_hal2 *hal2)
hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX);
/* Setup the HAL2 for playback */
hal2_set_dac_rate(hal2);
-   /* Set endianess */
+   /* Set endianness */
hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECTX);
/* Set DMA bus */
hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
@@ -413,7 +413,7 @@ static void hal2_setup_adc(struct snd_hal2 *hal2)
hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR);
/* Setup the HAL2 for record */
hal2_set_adc_rate(hal2);
-   /* Set endianess */
+   /* Set endianness */
hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECR);
/* Set DMA bus */
hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
-- 
2.15.0



[PATCH 3/3] ALSA: hal2: Fix a typo in two comment lines

2017-11-11 Thread SF Markus Elfring
From: Markus Elfring 
Date: Sat, 11 Nov 2017 18:48:41 +0100

Add a missing character in these descriptions.

Signed-off-by: Markus Elfring 
---
 sound/mips/hal2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/mips/hal2.c b/sound/mips/hal2.c
index 675c3aba794e..4fa5f161ef2d 100644
--- a/sound/mips/hal2.c
+++ b/sound/mips/hal2.c
@@ -388,7 +388,7 @@ static void hal2_setup_dac(struct snd_hal2 *hal2)
hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECTX);
/* Setup the HAL2 for playback */
hal2_set_dac_rate(hal2);
-   /* Set endianess */
+   /* Set endianness */
hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECTX);
/* Set DMA bus */
hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
@@ -413,7 +413,7 @@ static void hal2_setup_adc(struct snd_hal2 *hal2)
hal2_i_clearbit16(hal2, H2I_DMA_PORT_EN, H2I_DMA_PORT_EN_CODECR);
/* Setup the HAL2 for record */
hal2_set_adc_rate(hal2);
-   /* Set endianess */
+   /* Set endianness */
hal2_i_clearbit16(hal2, H2I_DMA_END, H2I_DMA_END_CODECR);
/* Set DMA bus */
hal2_i_setbit16(hal2, H2I_DMA_DRV, (1 << pbus->pbusnr));
-- 
2.15.0



  1   2   3   >