]> git.alsa-project.org Git - alsa.git/commitdiff
Add ASoC: to prereceive
authorJaroslav Kysela <perex@perex.cz>
Wed, 8 Apr 2009 09:10:35 +0000 (11:10 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 8 Apr 2009 09:10:35 +0000 (11:10 +0200)
hooks/alsa-kernel.git/pre-receive

index 58399b2a38e27c05cbf939d89805eb74a89a9744..0969cff947985a546357e6e73ceb32c89db2a676 100755 (executable)
@@ -330,7 +330,7 @@ def do_check_commit(lines):
     #    exit(1)
     if not lines[6][4:].upper().startswith('[ALSA] ') and \
        not lines[6][4:].upper().startswith('ALSA: ') and \
-       not lines[6][4:].upper().startswith('ASoC: ') and \
+       not lines[6][4:].upper().startswith('ASOC: ') and \
        not lines[6][4:].upper().startswith('[SOUND] ') and \
        not lines[6][4:].upper().startswith('SOUND: '):
         error(lines, 'First log line does not start with "[ALSA] " or "ALSA: " or "[SOUND] " or "SOUND: "\n')