From: Rong Tao <rong...@cestc.cn>

Missing a ')'.

Signed-off-by: Rong Tao <rong...@cestc.cn>
---
 cxl/monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cxl/monitor.c b/cxl/monitor.c
index 2066f984668d..fee9cdbe9b88 100644
--- a/cxl/monitor.c
+++ b/cxl/monitor.c
@@ -65,7 +65,7 @@ static int monitor_event(struct cxl_ctx *ctx)
        inst = tracefs_instance_create("cxl_monitor");
        if (!inst) {
                rc = -errno;
-               err(&monitor, "tracefs_instance_create( failed: %d\n", rc);
+               err(&monitor, "tracefs_instance_create() failed: %d\n", rc);
                goto inst_err;
        }
 
-- 
2.50.0


Reply via email to