Skip to content

Commit 2e27d33

Browse files
ignatkrichardweinberger
authored andcommitted
um: Fix typo in vector driver transport option definition
No big problem as "raw" and "gre" have the same length, but could go wrong if they don't in the future. Signed-off-by: Ignat Korchagin <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent e6da5df commit 2e27d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/drivers/vector_user.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define TRANS_TAP_LEN strlen(TRANS_TAP)
1818

1919
#define TRANS_GRE "gre"
20-
#define TRANS_GRE_LEN strlen(TRANS_RAW)
20+
#define TRANS_GRE_LEN strlen(TRANS_GRE)
2121

2222
#define TRANS_L2TPV3 "l2tpv3"
2323
#define TRANS_L2TPV3_LEN strlen(TRANS_L2TPV3)

0 commit comments

Comments
 (0)