carl9170 firmware: add fall through comments
[carl9170fw.git] / carlfw / src / wlanrx.c
index 3ff9d54a03db8175d280364096e3d8b8edf1cfce..9f58241cdd5f96f49c34020cee61647dec652019 100644 (file)
@@ -137,7 +137,7 @@ static unsigned int wlan_rx_filter(struct dma_desc *desc)
                                 */
                                break;
                        }
-                       /* otherwise fall through */
+                       /* fall through */
                default:
                        rx_filter |= CARL9170_RX_FILTER_CTL_OTHER;
                        break;