arm64-iommu: Fix a typo in a kernel message
- s/endianess/endianness/ MFC after: 5 days
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user