Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
[sfrench/cifs-2.6.git] / tools / testing / selftests / kvm / lib / aarch64 / processor.c
index c83616e19bad49a8b29e43832017ff86e0b71dac..a9eb17295be42f36b564113d4a0b01a3e4782d12 100644 (file)
@@ -410,7 +410,7 @@ void vcpu_args_set(struct kvm_vcpu *vcpu, unsigned int num, ...)
        int i;
 
        TEST_ASSERT(num >= 1 && num <= 8, "Unsupported number of args,\n"
-                   "  num: %u\n", num);
+                   "  num: %u", num);
 
        va_start(ap, num);