From: Nicolas Iooss Date: Fri, 17 Apr 2015 09:41:43 +0000 (+0800) Subject: Staging: fbtft: fix header guard typo X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~992 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27cbc73aac0d82490e2a6fd6838d21e8c08b0166;p=pandora-kernel.git Staging: fbtft: fix header guard typo drivers/staging/fbtft/internal.h header guard tests for __LINUX_FBTFT__INTERNAL_H but then defines __LINUX_FBTFT_INTERNAL_H (only 1 underscore) and uses the same name for the #endif comment. Use the same name everywhere. Signed-off-by: Nicolas Iooss Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed