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:
parent
a9cc796fa7
commit
530d38441d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user