mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
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>
This commit is contained in:
parent
8e1a4c7f71
commit
27cbc73aac
@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __LINUX_FBTFT__INTERNAL_H
|
||||
#ifndef __LINUX_FBTFT_INTERNAL_H
|
||||
#define __LINUX_FBTFT_INTERNAL_H
|
||||
|
||||
void fbtft_sysfs_init(struct fbtft_par *par);
|
||||
|
Loading…
Reference in New Issue
Block a user