On 12/29/2016 02:22 PM, Andrea Arcangeli wrote: > 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. Thanks, Andrea. Fixed! > Reviewed-by: Andrea Arcangeli <aarcange@xxxxxxxxxx> Thanks. Added this to the git log. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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