Bluetooth: RFCOMM: Use fallthrough pseudo-keyword
[sfrench/cifs-2.6.git] / net / bluetooth / rfcomm / core.c
index 2e20af317cea4467a6f7179d20e5a0912debc872..f2bacb464ccf3b8faf1e3d770c571427ff4b5fc4 100644 (file)
@@ -479,7 +479,7 @@ static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
                /* if closing a dlc in a session that hasn't been started,
                 * just close and unlink the dlc
                 */
-               /* fall through */
+               fallthrough;
 
        default:
                rfcomm_dlc_clear_timer(d);