From: Chen Gang Date: Tue, 12 Nov 2013 09:04:04 +0000 (+0800) Subject: arch: blackfin: uapi: be sure of "_UAPI" prefix for all guard macros X-Git-Tag: v3.14-rc1~55^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133765093514628a82c232551d2517364d75a46d;p=pandora-kernel.git arch: blackfin: uapi: be sure of "_UAPI" prefix for all guard macros For all uapi headers, need use "_UAPI" prefix for its guard macro (which will be stripped by "scripts/headers_installer.sh"). Also be sure that all files have their guard macros. Also be sure that all "#endif" are followed with comments, and no '\t' for guard macro Signed-off-by: Chen Gang --- Reading git-diff-tree failed