We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a92719 commit 0171114Copy full SHA for 0171114
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
34
* the segment table.
35
*/
36
-static struct cxl_sste* find_free_sste(struct cxl_context *ctx,
+static struct cxl_sste *find_free_sste(struct cxl_context *ctx,
37
struct copro_slb *slb)
38
{
39
struct cxl_sste *primary, *sste, *ret = NULL;
0 commit comments