linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] misc: cxl: changed asterisk position
@ 2018-08-03 10:20 Parth Y Shah
  2018-08-06  0:57 ` Andrew Donnellan
  2018-08-08 14:26 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Parth Y Shah @ 2018-08-03 10:20 UTC (permalink / raw)
  To: fbarrat, andrew.donnellan, arnd, gregkh
  Cc: linuxppc-dev, linux-kernel, Parth Y Shah

Resolved <"foo* bar" should be "foo *bar"> error

Signed-off-by: Parth Y Shah <sparth1292@gmail.com>
---
 drivers/misc/cxl/fault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/cxl/fault.c b/drivers/misc/cxl/fault.c
index 70dbb6d..d45f3e6 100644
--- a/drivers/misc/cxl/fault.c
+++ b/drivers/misc/cxl/fault.c
@@ -33,7 +33,7 @@ static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb)
  * This finds a free SSTE for the given SLB, or returns NULL if it's already in
  * the segment table.
  */
-static struct cxl_sste* find_free_sste(struct cxl_context *ctx,
+static struct cxl_sste *find_free_sste(struct cxl_context *ctx,
 				       struct copro_slb *slb)
 {
 	struct cxl_sste *primary, *sste, *ret = NULL;
-- 
2.7.4


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

* Re: [PATCH] misc: cxl: changed asterisk position
  2018-08-03 10:20 [PATCH] misc: cxl: changed asterisk position Parth Y Shah
@ 2018-08-06  0:57 ` Andrew Donnellan
  2018-08-08 14:26 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Donnellan @ 2018-08-06  0:57 UTC (permalink / raw)
  To: Parth Y Shah, fbarrat, arnd, gregkh; +Cc: linuxppc-dev, linux-kernel

On 03/08/18 20:20, Parth Y Shah wrote:
> Resolved <"foo* bar" should be "foo *bar"> error
> 
> Signed-off-by: Parth Y Shah <sparth1292@gmail.com>

Thanks for picking this up.

Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

> ---
>   drivers/misc/cxl/fault.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/cxl/fault.c b/drivers/misc/cxl/fault.c
> index 70dbb6d..d45f3e6 100644
> --- a/drivers/misc/cxl/fault.c
> +++ b/drivers/misc/cxl/fault.c
> @@ -33,7 +33,7 @@ static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb)
>    * This finds a free SSTE for the given SLB, or returns NULL if it's already in
>    * the segment table.
>    */
> -static struct cxl_sste* find_free_sste(struct cxl_context *ctx,
> +static struct cxl_sste *find_free_sste(struct cxl_context *ctx,
>   				       struct copro_slb *slb)
>   {
>   	struct cxl_sste *primary, *sste, *ret = NULL;
> 

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited


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

* Re: misc: cxl: changed asterisk position
  2018-08-03 10:20 [PATCH] misc: cxl: changed asterisk position Parth Y Shah
  2018-08-06  0:57 ` Andrew Donnellan
@ 2018-08-08 14:26 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2018-08-08 14:26 UTC (permalink / raw)
  To: Parth Y Shah, fbarrat, andrew.donnellan, arnd, gregkh
  Cc: linuxppc-dev, linux-kernel, Parth Y Shah

On Fri, 2018-08-03 at 10:20:38 UTC, Parth Y Shah wrote:
> Resolved <"foo* bar" should be "foo *bar"> error
> 
> Signed-off-by: Parth Y Shah <sparth1292@gmail.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/a0ac3687fb404d59296ecba4642071

cheers

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

end of thread, other threads:[~2018-08-08 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 10:20 [PATCH] misc: cxl: changed asterisk position Parth Y Shah
2018-08-06  0:57 ` Andrew Donnellan
2018-08-08 14:26 ` Michael Ellerman

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).