Skip to content

Commit 0171114

Browse files
parthshahec108gregkh
authored andcommitted
misc: cxl: changed asterisk position
Resolved <"foo* bar" should be "foo *bar"> error Signed-off-by: Parth Y Shah <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7a92719 commit 0171114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/misc/cxl/fault.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb)
3333
* This finds a free SSTE for the given SLB, or returns NULL if it's already in
3434
* the segment table.
3535
*/
36-
static struct cxl_sste* find_free_sste(struct cxl_context *ctx,
36+
static struct cxl_sste *find_free_sste(struct cxl_context *ctx,
3737
struct copro_slb *slb)
3838
{
3939
struct cxl_sste *primary, *sste, *ret = NULL;

0 commit comments

Comments
 (0)