git: 9ccdf3f36e01 - main - asmc: unbreak build: add missing curly brace
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Feb 2026 23:53:15 UTC
The branch main has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=9ccdf3f36e014f0060ea192ffed91a7679003355
commit 9ccdf3f36e014f0060ea192ffed91a7679003355
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-02-08 23:51:51 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-02-08 23:51:51 +0000
asmc: unbreak build: add missing curly brace
Fixes: d76bb14e022 ("chore: asmc: additional style(9) cleanup")
---
sys/dev/asmc/asmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c
index f2c42ba814e2..b6b98b1c8953 100644
--- a/sys/dev/asmc/asmc.c
+++ b/sys/dev/asmc/asmc.c
@@ -1133,7 +1133,7 @@ out:
device_printf(dev, "%s for key %s failed %d times, giving up\n",
__func__, key, try);
mtx_unlock_spin(&sc->sc_mtx);
- else {
+ } else {
char buf[1024];
char buf2[8];
mtx_unlock_spin(&sc->sc_mtx);