Gustavo A. R. Silva
fa2c52be71
vlan: Mark expected switch fall-through
...
In preparation to enabling -Wimplicit-fallthrough, mark switch
cases where we are expecting to fall through.
This patch fixes the following warning:
net/8021q/vlan_dev.c: In function ‘vlan_dev_ioctl’:
net/8021q/vlan_dev.c:374:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
if (!net_eq(dev_net(dev), &init_net))
^
net/8021q/vlan_dev.c:376:2: note: here
case SIOCGMIIPHY:
^~~~
Warning level 3 was used: -Wimplicit-fallthrough=3
This patch is part of the ongoing efforts to enable
-Wimplicit-fallthrough.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-05-20 11:38:55 -07:00
..
2019-04-23 19:09:58 +02:00
2019-03-13 11:50:04 +01:00
2019-05-20 11:38:55 -07:00
2019-05-02 22:14:21 -04:00
2019-05-05 10:25:52 -07:00
2019-04-21 10:37:26 -07:00
2019-05-09 09:44:17 -07:00
2019-05-07 22:03:58 -07:00
2019-04-27 09:07:04 -07:00
2019-05-18 11:49:57 +09:00
2019-05-13 08:55:15 -07:00
2019-05-17 11:31:15 -07:00
2019-04-27 17:07:21 -04:00
2019-05-16 17:00:13 -07:00
2019-05-16 14:25:58 -07:00
2019-04-27 17:07:21 -04:00
2019-05-12 13:21:30 -07:00
2019-04-27 17:07:21 -04:00
2019-05-15 17:35:54 +01:00
2019-05-12 13:19:46 -07:00
2019-05-07 12:22:47 -07:00
2019-04-27 17:07:22 -04:00
2019-04-27 17:07:22 -04:00
2019-05-19 10:31:10 -07:00
2019-05-19 10:31:10 -07:00
2018-11-10 16:55:11 -08:00
2019-04-01 14:59:20 -07:00
2019-03-26 08:35:36 +01:00
2019-05-07 17:22:09 -07:00
2018-12-03 14:15:26 -08:00
2019-04-12 10:25:03 -07:00
2019-05-02 22:14:21 -04:00
2018-09-28 12:46:07 +08:00
2019-04-27 17:07:21 -04:00
2019-04-27 17:07:22 -04:00
2019-05-14 19:52:50 -07:00
2019-04-27 17:07:22 -04:00
2019-05-19 10:31:10 -07:00
2019-04-19 14:07:40 -07:00
2019-04-27 17:07:22 -04:00
2018-07-12 16:55:29 -07:00
2019-05-08 09:43:15 -07:00
2019-05-09 13:45:46 -07:00
2019-05-19 10:31:10 -07:00
2019-04-27 17:07:22 -04:00
2019-05-11 09:59:48 -07:00
2019-05-14 09:47:46 -07:00
2019-05-06 17:46:41 +03:00
2019-04-25 23:52:29 -04:00
2019-05-16 16:25:20 +01:00
2019-05-08 16:34:58 -07:00
2019-05-07 22:03:58 -07:00
2019-05-09 09:02:46 -07:00
2019-04-22 21:50:54 -07:00
2019-05-15 18:21:43 -07:00
2019-03-01 21:35:19 -08:00
2019-05-20 10:45:43 -07:00
2019-05-09 16:37:39 -07:00
2019-04-08 09:51:54 -07:00
2019-05-18 10:50:28 -07:00
2019-04-27 17:07:22 -04:00
2019-05-07 22:03:58 -07:00
2019-04-19 14:07:40 -07:00
2019-05-14 09:47:45 -07:00
2019-05-16 14:14:47 -07:00
2019-04-19 14:07:40 -07:00
2019-03-24 14:55:31 -04:00
2019-02-28 08:24:23 -07:00
2019-05-19 10:33:22 -07:00