git: 627d5d19664f - main - geli: eli data -> eli_data for consistency with other geom classes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Oct 2021 20:41:52 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=627d5d19664f8a7fc4c9c952ac4b15f8c9f29e95
commit 627d5d19664f8a7fc4c9c952ac4b15f8c9f29e95
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-10-31 20:36:51 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2021-10-31 20:36:51 +0000
geli: eli data -> eli_data for consistency with other geom classes
PR: 259392
Reported by: dewayne@heuristicsystems.com.au
MFC after: 1 week
---
sys/geom/eli/g_eli.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index c2fdb70980c0..095d5cd2c274 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$");
FEATURE(geom_eli, "GEOM crypto module");
-MALLOC_DEFINE(M_ELI, "eli data", "GEOM_ELI Data");
+MALLOC_DEFINE(M_ELI, "eli_data", "GEOM_ELI Data");
SYSCTL_DECL(_kern_geom);
SYSCTL_NODE(_kern_geom, OID_AUTO, eli, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,