Re: [PATCH] gtp: #define #define _GTP_H_ and not #define _GTP_H

2016-07-25 Thread David Miller
From: Colin King Date: Sun, 24 Jul 2016 19:24:09 +0100 > From: Colin Ian King > > Fix clang build warning: > > ./include/net/gtp.h:1:9: warning: '_GTP_H_' is used as a header > guard here, followed by #define of a different macro

Re: [PATCH] gtp: #define #define _GTP_H_ and not #define _GTP_H

2016-07-25 Thread David Miller
From: Colin King Date: Sun, 24 Jul 2016 19:24:09 +0100 > From: Colin Ian King > > Fix clang build warning: > > ./include/net/gtp.h:1:9: warning: '_GTP_H_' is used as a header > guard here, followed by #define of a different macro [-Wheader-guard] > > fix by defining _GTP_H_ and not _GTP_H >

[PATCH] gtp: #define #define _GTP_H_ and not #define _GTP_H

2016-07-24 Thread Colin King
From: Colin Ian King Fix clang build warning: ./include/net/gtp.h:1:9: warning: '_GTP_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] fix by defining _GTP_H_ and not _GTP_H Signed-off-by: Colin Ian King

[PATCH] gtp: #define #define _GTP_H_ and not #define _GTP_H

2016-07-24 Thread Colin King
From: Colin Ian King Fix clang build warning: ./include/net/gtp.h:1:9: warning: '_GTP_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] fix by defining _GTP_H_ and not _GTP_H Signed-off-by: Colin Ian King --- include/net/gtp.h | 2 +- 1 file