aesni(4): Fix another trivial typo (aensi -> aesni)
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
b6dd74d746
commit
3d7d2e7188
@ -114,7 +114,7 @@ aesni_probe(device_t dev)
|
||||
}
|
||||
|
||||
static void
|
||||
aensi_cleanctx(void)
|
||||
aesni_cleanctx(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
@ -198,7 +198,7 @@ aesni_detach(device_t dev)
|
||||
|
||||
rw_destroy(&sc->lock);
|
||||
|
||||
aensi_cleanctx();
|
||||
aesni_cleanctx();
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user