From 671119293efb04fb8882fe6509013ff53a3f1b8d Mon Sep 17 00:00:00 2001 From: Miguel Pires Date: Mon, 25 Sep 2023 11:16:22 +0100 Subject: [PATCH] boot: fix formatting Signed-off-by: Miguel Pires --- boot/bootstate20.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boot/bootstate20.go b/boot/bootstate20.go index 68aa43d796a..1474918eaa4 100644 --- a/boot/bootstate20.go +++ b/boot/bootstate20.go @@ -49,8 +49,9 @@ func newBootState20(typ snap.Type, dev snap.Device) bootState { } // modeenvMu is used to protect sections doing: -// * read moddeenv/modify it(/reseal from it) -// * write modeenv/seal from it +// - read moddeenv/modify it(/reseal from it) +// - write modeenv/seal from it +// // while we might want to release the global state lock as seal/reseal are slow // (see Unlocker for that) var (