On 10/8/2025 12:56 PM, Miguel Ojeda wrote: > On Wed, Oct 8, 2025 at 2:13 AM Alistair Popple <[email protected]> wrote: >> >> +/// Example: >> +/// >> +/// let mut buf1 = [0u8; 3]; >> +/// let mut buf2 = [0u8; 5]; >> +/// let mut sbuffer = SWriteBuffer::new([&buf1, &buf2]); >> +/// >> +/// let data = b"hellowo"; >> +/// let result = sbuffer.write_all(0, data); >> +/// >> +/// A sliding window of slices to proceed. > > Please write documentation in the expected format, i.e. using a code > block and a header: > > https://docs.kernel.org/rust/coding-guidelines.html#code-documentation Sorry about that. I will fix this up for the next series posting. > Eventually, this documentation will get rendered just like the > `kernel` crate (and the examples building/running as tests etc.), > which requires following the expected conventions. > > By the way, is the sentence "A sliding window of slices to proceed." cut? > It is a typo, should be "A sliding window of slices to process". Will fix :) thanks, - Joel
- [PATCH v4 00/13] gpu: nova-core: Boot GSP to RISC-V activ... Alistair Popple
- [PATCH v4 11/13] nova-core: falcon: Add support to c... Alistair Popple
- [PATCH v4 05/13] gpu: nova-core: Add GSP command que... Alistair Popple
- [PATCH v4 13/13] nova-core: gsp: Boot GSP Alistair Popple
- [PATCH v4 01/13] gpu: nova-core: Set correct DMA mas... Alistair Popple
- Re: [PATCH v4 01/13] gpu: nova-core: Set correct... Danilo Krummrich
- Re: [PATCH v4 01/13] gpu: nova-core: Set cor... Alistair Popple
- [PATCH v4 04/13] gpu: nova-core: Add a slice-buffer ... Alistair Popple
- Re: [PATCH v4 04/13] gpu: nova-core: Add a slice... Miguel Ojeda
- Re: [PATCH v4 04/13] gpu: nova-core: Add a s... Joel Fernandes
- Re: [PATCH v4 04/13] gpu: nova-core: Add a slice... Danilo Krummrich
- [PATCH v4 12/13] nova-core: falcon: Add support to w... Alistair Popple
- Re: [PATCH v4 12/13] nova-core: falcon: Add supp... Timur Tabi
- Re: [PATCH v4 12/13] nova-core: falcon: Add ... Joel Fernandes
- [PATCH v4 08/13] gpu: nova-core: Add bindings and ac... Alistair Popple
- Re: [PATCH v4 00/13] gpu: nova-core: Boot GSP to RIS... Danilo Krummrich
- Re: [PATCH v4 00/13] gpu: nova-core: Boot GSP to... Alistair Popple
- [PATCH v4 07/13] gpu: nova-core: gsp: Create rmargs Alistair Popple
- [PATCH v4 03/13] gpu: nova-core: gsp: Create wpr met... Alistair Popple
- Re: [PATCH v4 03/13] gpu: nova-core: gsp: Create... Danilo Krummrich
