From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart.VanAssche@wdc.com (Bart Van Assche) Date: Fri, 13 Oct 2017 17:56:38 +0000 Subject: [PATCH 1/8] lib: Introduce sgl_alloc() and sgl_free() In-Reply-To: References: <20171012224550.25440-1-bart.vanassche@wdc.com> <20171012224550.25440-2-bart.vanassche@wdc.com> Message-ID: <1507917395.13345.28.camel@wdc.com> On Fri, 2017-10-13@10:43 -0700, Randy Dunlap wrote: > On 10/12/17 15:45, Bart Van Assche wrote: > > + * @sg: Scatterlist with one or more elements > > @sgl: Thanks Randy. I will fix this before I repost this series. Bart.