]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
misc: cxl: changed asterisk position
authorParth Y Shah <sparth1292@gmail.com>
Fri, 3 Aug 2018 10:20:38 +0000 (15:50 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 7 Aug 2018 14:32:31 +0000 (00:32 +1000)
Resolved <"foo* bar" should be "foo *bar"> error

Signed-off-by: Parth Y Shah <sparth1292@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/fault.c

index 70dbb6de102ce90253857e0430d2bb0a60169215..d45f3e6b17d275c73abce2191d547f934be47394 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;