projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a92719
)
misc: cxl: changed asterisk position
author
Parth Y Shah
<sparth1292@gmail.com>
Fri, 3 Aug 2018 10:20:38 +0000
(15:50 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 5 Aug 2018 14:29:11 +0000
(16:29 +0200)
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>
drivers/misc/cxl/fault.c
patch
|
blob
|
history
diff --git
a/drivers/misc/cxl/fault.c
b/drivers/misc/cxl/fault.c
index 70dbb6de102ce90253857e0430d2bb0a60169215..d45f3e6b17d275c73abce2191d547f934be47394 100644
(file)
--- 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)
* 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;