From: Daniel Walker Date: Tue, 22 Sep 2009 00:04:35 +0000 (-0700) Subject: checkpatch: handle C99 comments correctly (performance issue) X-Git-Tag: v2.6.32-rc1~432 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113f04a836481e9ecc26e8dee8b0e4d52878a288;p=pandora-kernel.git checkpatch: handle C99 comments correctly (performance issue) This fixes the sanitation process in checkpatch.pl so that it blocks out the text after a C99 style comment the same way it does with block style comments. This prevents the text from getting processed as regular code. Signed-off-by: Daniel Walker Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed