OSDN Git Service

misc: cxl: changed asterisk position
authorParth Y Shah <sparth1292@gmail.com>
Fri, 3 Aug 2018 10:20:38 +0000 (15:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Aug 2018 14:29:11 +0000 (16:29 +0200)
Resolved <"foo* bar" should be "foo *bar"> error

Signed-off-by: Parth Y Shah <sparth1292@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cxl/fault.c

index 70dbb6d..d45f3e6 100644 (file)
@@ -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_sstefind_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;