Staging: fbtft: fix header guard typo
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Fri, 17 Apr 2015 09:41:43 +0000 (17:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 14:51:21 +0000 (16:51 +0200)
commit27cbc73aac0d82490e2a6fd6838d21e8c08b0166
tree6847f34cd72f894cd8b2b0618b5b94c9dacd05f0
parent8e1a4c7f718e5de5019cb5ce6ada657ce1b5ea89
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 <nicolas.iooss_linux@m4x.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/internal.h
This page took 0.027508 seconds and 5 git commands to generate.