From: Bean Huo <beanhuo@xxxxxxxxxx> Remove one unnecessary quotation mark since this quotation mark splits the whole example code two parts, and looks weird. Signed-off-by: Bean Huo <beanhuo@xxxxxxxxxx> --- Documentation/libtracefs-traceon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libtracefs-traceon.txt b/Documentation/libtracefs-traceon.txt index 8f64928e3b60..28c79edb9e90 100644 --- a/Documentation/libtracefs-traceon.txt +++ b/Documentation/libtracefs-traceon.txt @@ -62,7 +62,7 @@ EXAMPLE ret = tracefs_trace_is_on(NULL); if (ret == 0) { /* Tracing is disabled in the top instance */ - } else if (ret == 1) {" + } else if (ret == 1) { /* Tracing is enabled in the top instance */ } else { /* Error getting tracing state of the top instance */ -- 2.34.1