From: Giel van Schijndel Date: Wed, 7 Jan 2015 19:10:12 +0000 (+0100) Subject: isdn: fix NUL (\0 or \x00) specification in string X-Git-Tag: fixes-v4.0-rc1~296^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62058647994465aaa7329bd707cda6f4601b67c7;p=pandora-kernel.git isdn: fix NUL (\0 or \x00) specification in string In C one can either use '\0' or '\x00' (or '\000') to add a NUL byte to a string. '\0x00' isn't part of these and will in fact result in a single NUL followed by "x00". This fixes that. Signed-off-by: Giel van Schijndel Reported-at: http://www.viva64.com/en/b/0299/ Signed-off-by: David S. Miller --- Reading git-diff-tree failed