[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <bd46a5cf-1027-e6c3-4840-e638aaa547ef@au1.ibm.com>
Date: Mon, 6 Aug 2018 10:57:50 +1000
From: Andrew Donnellan <andrew.donnellan@....ibm.com>
To: Parth Y Shah <sparth1292@...il.com>, fbarrat@...ux.vnet.ibm.com,
arnd@...db.de, gregkh@...uxfoundation.org
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: cxl: changed asterisk position
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@...il.com>
Thanks for picking this up.
Acked-by: Andrew Donnellan <andrew.donnellan@....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@....ibm.com IBM Australia Limited
Powered by blists - more mailing lists