linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: Fix comment typo
@ 2022-07-15  4:49 Jason Wang
  2022-07-18 15:40 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  4:49 UTC (permalink / raw)
  To: deller
  Cc: James.Bottomley, dave.anglin, akpm, mpe, rmk+kernel, peterx,
	zhengqi.arch, linux-parisc, linux-kernel, Jason Wang

The double `the' is duplicated in line 41, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/parisc/mm/fault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c
index 9ad80d4d3389..869204e97ec9 100644
--- a/arch/parisc/mm/fault.c
+++ b/arch/parisc/mm/fault.c
@@ -38,7 +38,7 @@ int show_unhandled_signals = 1;
 /*
  * parisc_acctyp(unsigned int inst) --
  *    Given a PA-RISC memory access instruction, determine if the
- *    the instruction would perform a memory read or memory write
+ *    instruction would perform a memory read or memory write
  *    operation.
  *
  *    This function assumes that the given instruction is a memory access
-- 
2.35.1


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

* Re: [PATCH] mm: Fix comment typo
  2022-07-15  4:49 [PATCH] mm: Fix comment typo Jason Wang
@ 2022-07-18 15:40 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2022-07-18 15:40 UTC (permalink / raw)
  To: Jason Wang; +Cc: linux-parisc, linux-kernel

On 7/15/22 06:49, Jason Wang wrote:
> The double `the' is duplicated in line 41, remove one.
>
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  arch/parisc/mm/fault.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to parisc tree.

Thanks!
Helge

>
> diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c
> index 9ad80d4d3389..869204e97ec9 100644
> --- a/arch/parisc/mm/fault.c
> +++ b/arch/parisc/mm/fault.c
> @@ -38,7 +38,7 @@ int show_unhandled_signals = 1;
>  /*
>   * parisc_acctyp(unsigned int inst) --
>   *    Given a PA-RISC memory access instruction, determine if the
> - *    the instruction would perform a memory read or memory write
> + *    instruction would perform a memory read or memory write
>   *    operation.
>   *
>   *    This function assumes that the given instruction is a memory access


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

end of thread, other threads:[~2022-07-18 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  4:49 [PATCH] mm: Fix comment typo Jason Wang
2022-07-18 15:40 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).