Skip to content

Commit

Permalink
boot: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Pires <[email protected]>
  • Loading branch information
miguelpires committed Sep 25, 2023
1 parent 4e5944e commit 6711192
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boot/bootstate20.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 6711192

Please sign in to comment.