]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/string.c
zram: introduce zram data accessor
[karo-tx-linux.git] / lib / string.c
index ed83562a53ae5c57b7c55232cf703d3e4de90c58..b5c9a1168d3aef02526b4ac923e1c8bb41c215df 100644 (file)
@@ -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.