Skip to content

Commit

Permalink
misc: cxl: changed asterisk position
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Parth Y Shah authored and Greg Kroah-Hartman committed Aug 5, 2018
1 parent 7a92719 commit 0171114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/cxl/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0171114

Please sign in to comment.