diff options
author | Parth Y Shah <sparth1292@gmail.com> | 2018-08-03 06:20:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-05 10:29:11 -0400 |
commit | 0171114210c7a3181f64118b0372b0eae2b57649 (patch) | |
tree | 6c92a96f28aff7ec07a2765b2d6df0dee87be1c5 | |
parent | 7a92719356cac8fef100a8a92e64b583f39368d2 (diff) |
misc: cxl: changed asterisk position
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>
-rw-r--r-- | drivers/misc/cxl/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/fault.c b/drivers/misc/cxl/fault.c index 70dbb6de102c..d45f3e6b17d2 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) | |||
33 | * This finds a free SSTE for the given SLB, or returns NULL if it's already in | 33 | * This finds a free SSTE for the given SLB, or returns NULL if it's already in |
34 | * the segment table. | 34 | * the segment table. |
35 | */ | 35 | */ |
36 | static struct cxl_sste* find_free_sste(struct cxl_context *ctx, | 36 | static struct cxl_sste *find_free_sste(struct cxl_context *ctx, |
37 | struct copro_slb *slb) | 37 | struct copro_slb *slb) |
38 | { | 38 | { |
39 | struct cxl_sste *primary, *sste, *ret = NULL; | 39 | struct cxl_sste *primary, *sste, *ret = NULL; |