From 2539fc0c7c7b0dcb076a4bceafff4fb64091b2c2 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 28 Mar 2017 10:28:36 +1100 Subject: staging: dgnc: remove double underscore Pre-processor header guards use double underscore, typically kernel code uses single underscore when defining header guards. 'endif' statement should include what is ending as a comment string. Remove double underscore, add comment string to 'endif' Signed-off-by: Tobin C. Harding Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dgnc/dgnc_neo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/staging/dgnc/dgnc_neo.h') diff --git a/drivers/staging/dgnc/dgnc_neo.h b/drivers/staging/dgnc/dgnc_neo.h index 6a6a83e7b7d0..c30a2c2b5eea 100644 --- a/drivers/staging/dgnc/dgnc_neo.h +++ b/drivers/staging/dgnc/dgnc_neo.h @@ -13,8 +13,8 @@ * PURPOSE. See the GNU General Public License for more details. */ -#ifndef __DGNC_NEO_H -#define __DGNC_NEO_H +#ifndef _DGNC_NEO_H +#define _DGNC_NEO_H #include "dgnc_driver.h" @@ -172,4 +172,4 @@ struct neo_uart_struct { extern struct board_ops dgnc_neo_ops; -#endif +#endif /* _DGNC_NEO_H */ -- cgit v1.2.1