lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 26 May 2020 02:43:51 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Sven Van Asbroeck <thesven73@...il.com>
Cc:     kbuild-all@...ts.01.org, Mark Brown <broonie@...nel.org>,
        Liam Girdwood <lgirdwood@...il.com>,
        Jaroslav Kysela <perex@...ex.cz>,
        Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] ASoC: fix semicolon.cocci warnings

From: kbuild test robot <lkp@...el.com>

sound/soc/codecs/zl38060.c:298:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 52e8a94baf90 ("ASoC: Add initial ZL38060 driver")
CC: Sven Van Asbroeck <thesven73@...il.com>
Signed-off-by: kbuild test robot <lkp@...el.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8
head:   f202272cabf276441174dc05ad8b94d3c1174877
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b [26/131] ASoC: Add initial ZL38060 driver

 zl38060.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/codecs/zl38060.c
+++ b/sound/soc/codecs/zl38060.c
@@ -295,7 +295,7 @@ static int zl38_hw_params(struct snd_pcm
 		break;
 	default:
 		return -EINVAL;
-	};
+	}
 
 	err = regmap_update_bits(priv->regmap, REG_TDMA_CFG_CLK,
 				 CFG_CLK_FSRATE_MASK, fsrate);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ