mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
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: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
e13606d732
commit
a0ac3687fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* This finds a free SSTE for the given SLB, or returns NULL if it's already in
|
||||||
* the segment table.
|
* 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 copro_slb *slb)
|
||||||
{
|
{
|
||||||
struct cxl_sste *primary, *sste, *ret = NULL;
|
struct cxl_sste *primary, *sste, *ret = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue