On 6/1/24 8:03 AM, Carlos Bilbao wrote: > Extend the Index of Further Kernel Documentation by adding entries for the > Rust for Linux website, the Linux Foundation's YouTube channel, and notes > on the second edition of Billimoria's kernel programming book. Also, > perform some refactoring: format the text to 75 characters per line and > sort per-section content in chronological order of publication. > > Signed-off-by: Carlos Bilbao <carlos.bilbao.osdev@xxxxxxxxx> > --- > Documentation/process/kernel-docs.rst | 68 +++++++++++++++++---------- > 1 file changed, 44 insertions(+), 24 deletions(-) > > diff --git a/Documentation/process/kernel-docs.rst > b/Documentation/process/kernel-docs.rst The 2 lines above should be on one line, but fixing that doesn't fix everything. 'patch' still says that it's a malformed patch. Carlos, please check Documentation/process/email-clients.rst section on Thunderbird, especially for line length and line wrap. I'm still looking... > index 8660493b91d0..6f3e290abd22 100644 > --- a/Documentation/process/kernel-docs.rst > +++ b/Documentation/process/kernel-docs.rst > @@ -3,27 +3,27 @@ > Index of Further Kernel Documentation > ===================================== -- ~Randy