aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_kvm.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-20 16:31:14 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-20 16:45:35 +0100
commitbc5869180f69e2ad6c6b823e129e08a8e523d800 (patch)
tree3ed8b30b8fbba5535e993eb7b72978853a84243d /sys/linux/dev_kvm.txt
parentf83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (diff)
sys/linux: fix 240 warnings in descriptions
Sweeping fix of everything up to socket_netlink_route.txt. Update #590
Diffstat (limited to 'sys/linux/dev_kvm.txt')
-rw-r--r--sys/linux/dev_kvm.txt22
1 files changed, 11 insertions, 11 deletions
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 {