VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: mchehab@s-opensource.com <mchehab@s-opensource.com> 2017-03-30 17:11:36 -0300 committer: Jonathan Corbet <corbet@lwn.net> 2017-04-02 14:31:49 -0600 commit: 0e056eb5530da802c07f080d6bbd43c50e799efd parent: 40bf19a8d9af96c0fd3a2b94a407d7eada6f2853
Commit Summary:
kernel-api.rst: fix a series of errors when parsing C files
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/lib/string.c b/lib/string.c
index ed83562a53ae..b5c9a1168d3a 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -131,7 +131,7 @@ EXPORT_SYMBOL(strncpy);
  * @src: Where to copy the string from
  * @size: size of destination buffer
  *
- * Compatible with *BSD: the result is always a valid
+ * Compatible with ``*BSD``: the result is always a valid
  * NUL-terminated string that fits in the buffer (unless,
  * of course, the buffer size is zero). It does not pad
  * out the result like strncpy() does.