Patch submitted to the Linux kernel by a 4 year old.

https://lemmy.ml/post/3434575

Patch submitted to the Linux kernel by a 4 year old. - Lemmy

No matter how many times I read this I have no idea what’s going on. Can someone explain this like I’m 3
She spotted that there was a missing - in the underline for a heading in a piece of documentation, and her parent helped her submit a fix.
A girl read documentation and see that all the titles are underlined with -, but one of the letter isn’t underlined like the others (that’s the lonely s). Then she asks the person doing the commit to fix it and they fix it together.

The first red box shows that the dotted line underneith the text doesn’t go all the way to the s in the text above. In the other red box, the dotted line goes all the way.

The neice submitted a patch to add the missing line.

See the first red box in the ext4 documentation text? The underline dashes don’t go up to the last letter (s).

4 year old girl said the “s” was sad because of that, aunt submitted a patch to fix that, and it was accepted.

No no the uncle submitted the patch. The girl did. He helped her though.

So, is it her gmail account, while the minimum age for registration is 13 years? And why does she write about herself in the singular 3rd person?

There was a time when there was no minimum age for Gmail registration, as the registration process didn’t ask for your date of birth. Even if there was a limit at that time, no one ever lied about their age in an account registration?

The line of code (well, documentation in the code) used to look like something like this

The code ends with an s

----------------------

And after her changes it looks like this:

The code ends with an s

------------------------

See how I added an extra - in that second line? That makes the S happier because now it also has a - below it like all the other letters

So in the documentation they had

1.9 Ext4 file system parameters ------------------------------

As you can see the ‘s’ doesn’t get a ‘-’ under it. So they changed the documentation to:

1.9 Ext4 file system parameters -------------------------------

so the ‘s’ in parameters gets a dash under it.

this seems to be the standard as everywhere else the dashes go for the same length of characters as the above line. Example:

2.0 /proc/consoles ------------------

The little girl said the ‘s’ in parameters is sad because it didn’t get the dash under it and it was all alone. So they added the dash.