All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cxl: drop unexpected word "the" in the comments
@ 2022-06-21 12:53 ` Jiang Jian
  0 siblings, 0 replies; 9+ messages in thread
From: Jiang Jian @ 2022-06-21 12:53 UTC (permalink / raw)
  To: fbarrat, ajd, arnd; +Cc: gregkh, linuxppc-dev, linux-kernel, Jiang Jian

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/misc/cxl/cxl.h
line: 1107
+/* check if the given pci_dev is on the the cxl vphb bus */
changed to
+/* check if the given pci_dev is on the cxl vphb bus */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/misc/cxl/cxl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 7a6dd91987fd..0562071cdd4a 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -1104,7 +1104,7 @@ extern const struct cxl_backend_ops cxl_native_ops;
 extern const struct cxl_backend_ops cxl_guest_ops;
 extern const struct cxl_backend_ops *cxl_ops;
 
-/* check if the given pci_dev is on the the cxl vphb bus */
+/* check if the given pci_dev is on the cxl vphb bus */
 bool cxl_pci_is_vphb_device(struct pci_dev *dev);
 
 /* decode AFU error bits in the PSL register PSL_SERR_An */
-- 
2.17.1


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

* [PATCH] cxl: drop unexpected word "the" in the comments
@ 2022-06-21 12:53 ` Jiang Jian
  0 siblings, 0 replies; 9+ messages in thread
From: Jiang Jian @ 2022-06-21 12:53 UTC (permalink / raw)
  To: fbarrat, ajd, arnd; +Cc: gregkh, Jiang Jian, linuxppc-dev, linux-kernel

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/misc/cxl/cxl.h
line: 1107
+/* check if the given pci_dev is on the the cxl vphb bus */
changed to
+/* check if the given pci_dev is on the cxl vphb bus */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/misc/cxl/cxl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 7a6dd91987fd..0562071cdd4a 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -1104,7 +1104,7 @@ extern const struct cxl_backend_ops cxl_native_ops;
 extern const struct cxl_backend_ops cxl_guest_ops;
 extern const struct cxl_backend_ops *cxl_ops;
 
-/* check if the given pci_dev is on the the cxl vphb bus */
+/* check if the given pci_dev is on the cxl vphb bus */
 bool cxl_pci_is_vphb_device(struct pci_dev *dev);
 
 /* decode AFU error bits in the PSL register PSL_SERR_An */
-- 
2.17.1


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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
  2022-06-21 12:53 ` Jiang Jian
  (?)
@ 2022-06-21 15:56 ` Andrew Donnellan
  -1 siblings, 0 replies; 9+ messages in thread
From: Andrew Donnellan @ 2022-06-21 15:56 UTC (permalink / raw)
  To: Jiang Jian, fbarrat, arnd; +Cc: gregkh, linuxppc-dev, linux-kernel

On Tue, 2022-06-21 at 20:53 +0800, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be
> dropped
> 
> file: drivers/misc/cxl/cxl.h
> line: 1107
> +/* check if the given pci_dev is on the the cxl vphb bus */
> changed to
> +/* check if the given pci_dev is on the cxl vphb bus */
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

Thanks!

Acked-by: Andrew Donnellan <ajd@linux.ibm.com>

> ---
>  drivers/misc/cxl/cxl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
> index 7a6dd91987fd..0562071cdd4a 100644
> --- a/drivers/misc/cxl/cxl.h
> +++ b/drivers/misc/cxl/cxl.h
> @@ -1104,7 +1104,7 @@ extern const struct cxl_backend_ops
> cxl_native_ops;
>  extern const struct cxl_backend_ops cxl_guest_ops;
>  extern const struct cxl_backend_ops *cxl_ops;
>  
> -/* check if the given pci_dev is on the the cxl vphb bus */
> +/* check if the given pci_dev is on the cxl vphb bus */
>  bool cxl_pci_is_vphb_device(struct pci_dev *dev);
>  
>  /* decode AFU error bits in the PSL register PSL_SERR_An */



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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
  2022-06-21 12:53 ` Jiang Jian
@ 2022-06-29 12:15   ` Michael Ellerman
  -1 siblings, 0 replies; 9+ messages in thread
From: Michael Ellerman @ 2022-06-29 12:15 UTC (permalink / raw)
  To: arnd, fbarrat, Jiang Jian, ajd; +Cc: linuxppc-dev, gregkh, linux-kernel

On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be dropped
> 
> file: drivers/misc/cxl/cxl.h
> line: 1107
> +/* check if the given pci_dev is on the the cxl vphb bus */
> changed to
> +/* check if the given pci_dev is on the cxl vphb bus */
> 
> [...]

Applied to powerpc/next.

[1/1] cxl: drop unexpected word "the" in the comments
      https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f

cheers

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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
@ 2022-06-29 12:15   ` Michael Ellerman
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Ellerman @ 2022-06-29 12:15 UTC (permalink / raw)
  To: arnd, fbarrat, Jiang Jian, ajd; +Cc: gregkh, linuxppc-dev, linux-kernel

On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be dropped
> 
> file: drivers/misc/cxl/cxl.h
> line: 1107
> +/* check if the given pci_dev is on the the cxl vphb bus */
> changed to
> +/* check if the given pci_dev is on the cxl vphb bus */
> 
> [...]

Applied to powerpc/next.

[1/1] cxl: drop unexpected word "the" in the comments
      https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f

cheers

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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
  2022-06-29 12:15   ` Michael Ellerman
@ 2022-06-30  1:10     ` Andrew Donnellan
  -1 siblings, 0 replies; 9+ messages in thread
From: Andrew Donnellan @ 2022-06-30  1:10 UTC (permalink / raw)
  To: Michael Ellerman, arnd, fbarrat, Jiang Jian
  Cc: linuxppc-dev, gregkh, linux-kernel

On Wed, 2022-06-29 at 22:15 +1000, Michael Ellerman wrote:
> On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> > there is an unexpected word "the" in the comments that need to be
> > dropped
> > 
> > file: drivers/misc/cxl/cxl.h
> > line: 1107
> > +/* check if the given pci_dev is on the the cxl vphb bus */
> > changed to
> > +/* check if the given pci_dev is on the cxl vphb bus */
> > 
> > [...]
> 
> Applied to powerpc/next.
> 
> [1/1] cxl: drop unexpected word "the" in the comments
>      
> https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f

I believe Greg's already merged this in char-misc...


Andrew



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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
@ 2022-06-30  1:10     ` Andrew Donnellan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Donnellan @ 2022-06-30  1:10 UTC (permalink / raw)
  To: Michael Ellerman, arnd, fbarrat, Jiang Jian
  Cc: gregkh, linuxppc-dev, linux-kernel

On Wed, 2022-06-29 at 22:15 +1000, Michael Ellerman wrote:
> On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> > there is an unexpected word "the" in the comments that need to be
> > dropped
> > 
> > file: drivers/misc/cxl/cxl.h
> > line: 1107
> > +/* check if the given pci_dev is on the the cxl vphb bus */
> > changed to
> > +/* check if the given pci_dev is on the cxl vphb bus */
> > 
> > [...]
> 
> Applied to powerpc/next.
> 
> [1/1] cxl: drop unexpected word "the" in the comments
>      
> https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f

I believe Greg's already merged this in char-misc...


Andrew



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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
  2022-06-30  1:10     ` Andrew Donnellan
@ 2022-07-01  7:41       ` Greg KH
  -1 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2022-07-01  7:41 UTC (permalink / raw)
  To: Andrew Donnellan
  Cc: Michael Ellerman, arnd, fbarrat, Jiang Jian, linuxppc-dev, linux-kernel

On Thu, Jun 30, 2022 at 11:10:13AM +1000, Andrew Donnellan wrote:
> On Wed, 2022-06-29 at 22:15 +1000, Michael Ellerman wrote:
> > On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> > > there is an unexpected word "the" in the comments that need to be
> > > dropped
> > > 
> > > file: drivers/misc/cxl/cxl.h
> > > line: 1107
> > > +/* check if the given pci_dev is on the the cxl vphb bus */
> > > changed to
> > > +/* check if the given pci_dev is on the cxl vphb bus */
> > > 
> > > [...]
> > 
> > Applied to powerpc/next.
> > 
> > [1/1] cxl: drop unexpected word "the" in the comments
> >      
> > https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f
> 
> I believe Greg's already merged this in char-misc...

git can handle merges like this without any problems :)

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

* Re: [PATCH] cxl: drop unexpected word "the" in the comments
@ 2022-07-01  7:41       ` Greg KH
  0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2022-07-01  7:41 UTC (permalink / raw)
  To: Andrew Donnellan
  Cc: arnd, Michael Ellerman, linux-kernel, Jiang Jian, fbarrat, linuxppc-dev

On Thu, Jun 30, 2022 at 11:10:13AM +1000, Andrew Donnellan wrote:
> On Wed, 2022-06-29 at 22:15 +1000, Michael Ellerman wrote:
> > On Tue, 21 Jun 2022 20:53:21 +0800, Jiang Jian wrote:
> > > there is an unexpected word "the" in the comments that need to be
> > > dropped
> > > 
> > > file: drivers/misc/cxl/cxl.h
> > > line: 1107
> > > +/* check if the given pci_dev is on the the cxl vphb bus */
> > > changed to
> > > +/* check if the given pci_dev is on the cxl vphb bus */
> > > 
> > > [...]
> > 
> > Applied to powerpc/next.
> > 
> > [1/1] cxl: drop unexpected word "the" in the comments
> >      
> > https://git.kernel.org/powerpc/c/882c835b71e22ca82361dab3b60b85b557abd72f
> 
> I believe Greg's already merged this in char-misc...

git can handle merges like this without any problems :)

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

end of thread, other threads:[~2022-07-01  7:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 12:53 [PATCH] cxl: drop unexpected word "the" in the comments Jiang Jian
2022-06-21 12:53 ` Jiang Jian
2022-06-21 15:56 ` Andrew Donnellan
2022-06-29 12:15 ` Michael Ellerman
2022-06-29 12:15   ` Michael Ellerman
2022-06-30  1:10   ` Andrew Donnellan
2022-06-30  1:10     ` Andrew Donnellan
2022-07-01  7:41     ` Greg KH
2022-07-01  7:41       ` Greg KH

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