From: Joe Eloff Date: Tue, 10 Aug 2010 00:21:00 +0000 (-0700) Subject: checkpatch: change externals to globals X-Git-Tag: v2.6.36-rc1~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5150bda43c58cdce7eb851c3fe2ca913524459a0;p=pandora-kernel.git checkpatch: change externals to globals Make error message say 'ERROR: do not initialise globals to 0 or NULL' rather than 'ERROR: do not initialise externals to 0 or NULL'. Makes more sense in the context since there is an extern keyword in C and that is a global declaration within the scope of the current file. Signed-off-by: Joe Eloff Cc: Andy Whitcroft Cc: Wolfram Sang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed