aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-02-08 23:51:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-02-08 23:51:51 +0000
commit9ccdf3f36e014f0060ea192ffed91a7679003355 (patch)
treedfa8c3a33119f6e3640aa32a27c2e3231ce5c0a1 /sys/dev/asmc
parentfa3519d068d95f87e773d27f96e9f1e18f70075a (diff)
Diffstat (limited to 'sys/dev/asmc')
-rw-r--r--sys/dev/asmc/asmc.c2
1 files changed, 1 insertions, 1 deletions
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);