diff mbox series

Docparse correction in C test tutorial

Message ID 20220708072326.32571-1-akumar@suse.de
State Accepted
Headers show
Series Docparse correction in C test tutorial | expand

Commit Message

Avinesh Kumar July 8, 2022, 7:23 a.m. UTC
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 doc/c-test-tutorial-simple.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Petr Vorel July 11, 2022, 5:50 a.m. UTC | #1
Hi Avinesh,

obviously correct, merged.
Thanks!

Kind regards,
Petr
diff mbox series

Patch

diff --git a/doc/c-test-tutorial-simple.txt b/doc/c-test-tutorial-simple.txt
index 06d2ca55d..c09613e37 100644
--- a/doc/c-test-tutorial-simple.txt
+++ b/doc/c-test-tutorial-simple.txt
@@ -120,8 +120,8 @@  kernel version if necessary. I will explain what the code does below.
  * Copyright (c) 2017 Instruction Ignorer <"can't"@be.bothered.com>
  */
 
-/*
- * Test statx
+/*\
+ * [Description]
  *
  * All tests should start with a description of _what_ we are testing.
  * Non-trivial explanations of _how_ the code works should also go here.