projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca92ca
)
cryptsetup: fix typo
author
Antonio Alvarez Feijoo
<antonio.feijoo@suse.com>
Thu, 24 Mar 2022 11:43:35 +0000
(12:43 +0100)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Thu, 24 Mar 2022 12:08:54 +0000
(12:08 +0000)
src/cryptsetup/cryptsetup.c
patch
|
blob
|
history
diff --git
a/src/cryptsetup/cryptsetup.c
b/src/cryptsetup/cryptsetup.c
index f92624fb1301645fa23bf194c11a697a8f082163..bdb381eecf40c001bcf59453989299fa0abc3aa8 100644
(file)
--- a/
src/cryptsetup/cryptsetup.c
+++ b/
src/cryptsetup/cryptsetup.c
@@
-1414,7
+1414,7
@@
static int attach_luks_or_plain_or_bitlk_by_tpm2(
if (is_efi_boot() && !efi_has_tpm2())
return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN),
- "No TPM2 hardware discovered and EFI bios indicates no support for it either, assuming TPM2-less system, falling back to traditional unocking.");
+ "No TPM2 hardware discovered and EFI bios indicates no support for it either, assuming TPM2-less system, falling back to traditional un
l
ocking.");
r = make_tpm2_device_monitor(&event, &monitor);
if (r < 0)