projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
779d143
)
gtp: #define #define _GTP_H_ and not #define _GTP_H
author
Colin Ian King
<colin.king@canonical.com>
Sun, 24 Jul 2016 18:24:09 +0000
(19:24 +0100)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Jul 2016 00:55:43 +0000
(17:55 -0700)
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 <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/gtp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/gtp.h
b/include/net/gtp.h
index 894a37b87d634be653dd98b59f61bbd3be90448e..6398891b99ba0f82cbbf626b79be651f6fbf4c4f 100644
(file)
--- a/
include/net/gtp.h
+++ b/
include/net/gtp.h
@@
-1,5
+1,5
@@
#ifndef _GTP_H_
-#define _GTP_H
+#define _GTP_H
_
/* General GTP protocol related definitions. */