kernel/drivers/atm/idt77105.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* drivers/atm/idt77105.c - IDT77105 (PHY) driver */ 2 3 3 4 /* Written 1999 by Greg Banks, NEC Australia <gnb@linuxfan.com>. Based on suni.c */ .. .. @@ -191,7 +192,7 @@ 191 192 switch (cmd) { 192 193 case IDT77105_GETSTATZ: 193 194 if (!capable(CAP_NET_ADMIN)) return -EPERM; 194 - /* fall through */195 + fallthrough;195 196 case IDT77105_GETSTAT: 196 197 return fetch_stats(dev, arg, cmd == IDT77105_GETSTATZ); 197 198 case ATM_SETLOOP: