diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index e4238e540544..f8051a36f900 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -778,7 +778,7 @@ enum tc_setup_type { | |||
778 | TC_SETUP_MQPRIO, | 778 | TC_SETUP_MQPRIO, |
779 | TC_SETUP_CLSU32, | 779 | TC_SETUP_CLSU32, |
780 | TC_SETUP_CLSFLOWER, | 780 | TC_SETUP_CLSFLOWER, |
781 | TC_SETUP_MATCHALL, | 781 | TC_SETUP_CLSMATCHALL, |
782 | TC_SETUP_CLSBPF, | 782 | TC_SETUP_CLSBPF, |
783 | }; | 783 | }; |
784 | 784 | ||