From 3d209c3db1a62dd06a2db0fd917ef95ae54bab8b Mon Sep 17 00:00:00 2001 From: Alexandru Caciulescu Date: Mon, 23 Mar 2015 21:55:07 +0200 Subject: [PATCH] drivers/mags3110: Repair header file include guards removed trailing underscores --- drivers/mag3110/include/mag3110_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mag3110/include/mag3110_reg.h b/drivers/mag3110/include/mag3110_reg.h index 928ba2c4d..81311aa3c 100644 --- a/drivers/mag3110/include/mag3110_reg.h +++ b/drivers/mag3110/include/mag3110_reg.h @@ -18,8 +18,8 @@ * */ -#ifndef __MAG3110_REG_H__ -#define __MAG3110_REG_H__ +#ifndef MAG3110_REG_H +#define MAG3110_REG_H #ifdef __cplusplus extern "C"