arm64-iommu: Fix a typo in a kernel message

- s/endianess/endianness/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2023-08-04 13:52:36 +02:00
parent 85dab3fe7a
commit f0ab805200

View File

@ -1359,7 +1359,7 @@ smmu_check_features(struct smmu_softc *sc)
switch (reg & IDR0_TTENDIAN_M) {
case IDR0_TTENDIAN_MIXED:
if (bootverbose)
device_printf(sc->dev, "Mixed endianess supported.\n");
device_printf(sc->dev, "Mixed endianness supported.\n");
sc->features |= SMMU_FEATURE_TT_LE;
sc->features |= SMMU_FEATURE_TT_BE;
break;