On Thu, 6 Feb 2020 15:50:09 +0100 Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote: > - Use title markups; > - adjust indentation and add blank lines as needed; > - adjust tables to match ReST accepted formats; > - use :field: markups; > - mark code blocks as such. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > --- > Documentation/virt/kvm/devices/index.rst | 1 + > Documentation/virt/kvm/devices/vcpu.rst | 114 +++++++++++++++++++++++ > Documentation/virt/kvm/devices/vcpu.txt | 76 --------------- > 3 files changed, 115 insertions(+), 76 deletions(-) > create mode 100644 Documentation/virt/kvm/devices/vcpu.rst > delete mode 100644 Documentation/virt/kvm/devices/vcpu.txt Forgot to do a git mv? Makes this a tad hard to review. (...) > diff --git a/Documentation/virt/kvm/devices/vcpu.rst b/Documentation/virt/kvm/devices/vcpu.rst > new file mode 100644 > index 000000000000..e4e41b7fcac3 > --- /dev/null > +++ b/Documentation/virt/kvm/devices/vcpu.rst (...) > +2. GROUP: KVM_ARM_VCPU_TIMER_CTRL > +================================= > + > +:Architectures: ARM,ARM64 As you're touching this anyway, add a blank before 'ARM64'?