armv8crypto: add missing newline

The missing newline mildly garbles boot-time messages and this can be
troublesome if you need those.

Fixes:		a520f5ca58 ("armv8crypto: print a message on probe failure")
Reported by:	Mike Karels (mike@karels.net)
Reviewed By:	gonzo
Differential Revision:	https://reviews.freebsd.org/D28988
This commit is contained in:
Elliott Mitchell 2021-02-28 16:03:44 -04:00 committed by Mitchell Horne
parent a9cc796fa7
commit 530d38441d

View File

@ -122,7 +122,7 @@ armv8_crypto_probe(device_t dev)
default:
break;
case ID_AA64ISAR0_AES_NONE:
device_printf(dev, "CPU lacks AES instructions");
device_printf(dev, "CPU lacks AES instructions\n");
break;
}