projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9afa658
)
l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used
author
Lorenzo Bianconi
<lorenzo.bianconi@redhat.com>
Tue, 16 Jan 2018 22:01:57 +0000
(23:01 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 19 Jan 2018 20:00:49 +0000
(15:00 -0500)
Reviewed-by: Guillaume Nault <g.nault@alphalink.fr>
Tested-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/l2tp.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/l2tp.h
b/include/uapi/linux/l2tp.h
index
71e6279
..
7d570c7
100644
(file)
--- a/
include/uapi/linux/l2tp.h
+++ b/
include/uapi/linux/l2tp.h
@@
-97,7
+97,7
@@
enum {
L2TP_ATTR_OFFSET, /* u16 (not used) */
L2TP_ATTR_DATA_SEQ, /* u16 */
L2TP_ATTR_L2SPEC_TYPE, /* u8, enum l2tp_l2spec_type */
- L2TP_ATTR_L2SPEC_LEN, /* u8
, enum l2tp_l2spec_type
*/
+ L2TP_ATTR_L2SPEC_LEN, /* u8
(not used)
*/
L2TP_ATTR_PROTO_VERSION, /* u8 */
L2TP_ATTR_IFNAME, /* string */
L2TP_ATTR_CONN_ID, /* u32 */