Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / fs / fcntl.c
index 083185174c6d1452db686b01c877dc53ff8466e6..3d40771e8e7cf59da14f617c9df473c1a7adeb6e 100644 (file)
@@ -769,7 +769,7 @@ static void send_sigio_to_task(struct task_struct *p,
                        si.si_fd    = fd;
                        if (!do_send_sig_info(signum, &si, p, type))
                                break;
-               /* fall-through: fall back on the old plain SIGIO signal */
+               /* fall-through - fall back on the old plain SIGIO signal */
                case 0:
                        do_send_sig_info(SIGIO, SEND_SIG_PRIV, p, type);
        }