From bc5869180f69e2ad6c6b823e129e08a8e523d800 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 20 Dec 2019 16:31:14 +0100 Subject: sys/linux: fix 240 warnings in descriptions Sweeping fix of everything up to socket_netlink_route.txt. Update #590 --- sys/linux/dev_kvm.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sys/linux/dev_kvm.txt') diff --git a/sys/linux/dev_kvm.txt b/sys/linux/dev_kvm.txt index cb2fc2776..0a822bdf9 100644 --- a/sys/linux/dev_kvm.txt +++ b/sys/linux/dev_kvm.txt @@ -659,17 +659,17 @@ kvm_dtable { } kvm_fpu { - fpr array[const[0, int64], 16] - fcw int16 - fsw int8 - ftws int8 - pad1 const[0, int8] - opcode int16 - lastip flags[kvm_guest_addrs, int64] - lastdp flags[kvm_guest_addrs, int64] - xmm array[const[0, int64], 32] - mxcsr int32 - pad2 const[0, int32] + fpr array[const[0, int64], 16] + fcw int16 + fsw int16 + ftws int8 + pad1 const[0, int8] + last_opcode int16 + last_ip flags[kvm_guest_addrs, int64] + last_dp flags[kvm_guest_addrs, int64] + xmm array[const[0, int64], 32] + mxcsr int32 + pad2 const[0, int32] } kvm_debugregs { -- cgit mrf-deployment