kernel/drivers/infiniband/hw/hfi1/qsfp.c
.. .. @@ -231,7 +231,7 @@ 231 231 break; 232 232 case 2: 233 233 offset_bytes[1] = (offset >> 8) & 0xff; 234 - /* fall through */234 + fallthrough;235 235 case 1: 236 236 num_msgs = 2; 237 237 offset_bytes[0] = offset & 0xff; .. .. @@ -279,7 +279,7 @@ 279 279 break; 280 280 case 2: 281 281 offset_bytes[1] = (offset >> 8) & 0xff; 282 - /* fall through */282 + fallthrough;283 283 case 1: 284 284 num_msgs = 2; 285 285 offset_bytes[0] = offset & 0xff;