ALSA: pci: delete repeated words in comments
[sfrench/cifs-2.6.git] / sound / pci / hda / hda_beep.c
index 841523f6b88de62267268b3414977174e657b777..53a2b89f8983ce4f1e2733d62836f68f09668429 100644 (file)
@@ -102,7 +102,7 @@ static int snd_hda_beep_event(struct input_dev *dev, unsigned int type,
        case SND_BELL:
                if (hz)
                        hz = 1000;
-               /* fallthru */
+               fallthrough;
        case SND_TONE:
                if (beep->linear_tone)
                        beep->tone = beep_linear_tone(beep, hz);