From: Dan Carpenter Date: Wed, 4 Jun 2014 23:11:47 +0000 (-0700) Subject: lib/string.c: use the name "C-string" in comments X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~16^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0046dd9fed0c9313cbb4fb860324476cd298dc9f;p=pandora-kernel.git lib/string.c: use the name "C-string" in comments For strncpy() and friends the source string may or may not have an actual NUL character at the end. The documentation is confusing in this because it specifically mentions that you are passing a "NUL-terminated" string. Wikipedia says that "C-string" is an alternative name we can use instead. http://en.wikipedia.org/wiki/Null-terminated_string Signed-off-by: Dan Carpenter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed