From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Arcangeli Subject: Re: [PATCH v2] New page describing userfaultfd(2) system call. Date: Thu, 29 Dec 2016 14:22:15 +0100 Message-ID: <20161229132215.GA6984@redhat.com> References: <1482995717-27063-1-git-send-email-rppt@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1482995717-27063-1-git-send-email-rppt-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mike Rapoport Cc: Michael Kerrisk , linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html