treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / wimax / i2400m / control.c
index 4fe7c7e132c496611ddd1410c169cf2886adbc8b..9afed3b133d3f231a14ee83afb4a4017feb0f4b7 100644 (file)
@@ -352,7 +352,7 @@ void i2400m_report_tlv_system_state(struct i2400m *i2400m,
 
        case I2400M_SS_IDLE:
                d_printf(1, dev, "entering BS-negotiated idle mode\n");
-               /* Fall through */
+               fallthrough;
        case I2400M_SS_DISCONNECTING:
        case I2400M_SS_DATA_PATH_CONNECTED:
                wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED);