Hello, On Thu, Dec 29, 2016 at 09:15:17AM +0200, Mike Rapoport wrote: > +.in +4n > +.nf > +struct uffdio_copy { > + __u64 dst; > + __u64 src; > + __u64 len; > + __u64 mode; > + __s64 copy; > +}; > +.nf -.nf > +.fi +.in > +.in +4n > +.nf > +struct uffdio_zeropage { > + struct uffdio_range range; > + __u64 mode; > + __s64 zeropage; > +}; > +.nf -.nf > +.fi +.in The block opening/closing around the uffdio_copy/zeropage structs looks more correct in the previous ioctl descriptions so the next line that follows isn't indented. Reviewed-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html