Fundamentals 3 min read

How a 4‑Year‑Old’s Tiny Dash Fixed a Linux Kernel Formatting Glitch

A four‑year‑old girl submitted a one‑character patch to the Linux kernel that added a dash for proper alignment, illustrating the openness of the kernel project, the meticulous nature of its codebase, and the surprising impact of even the smallest contributions.

ITPUB
ITPUB
ITPUB
How a 4‑Year‑Old’s Tiny Dash Fixed a Linux Kernel Formatting Glitch

On Reddit a user highlighted an amusing yet insightful discussion: a four‑year‑old girl submitted a patch to the Linux kernel, and the patch was accepted into the mainline source.

The commit can be viewed at

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=690b0543a813b0ecfc51b0374c0ce6c8275435f0

. The change consists of inserting a single “‑” character on a line that contains a series of dashes, as shown in the diff image below.

The reason for the edit is purely visual: the original line of dashes was misaligned with the surrounding text, breaking the strict formatting standards of the kernel source. Adding the dash restores alignment, making the code block look tidy and consistent.

This tiny modification carries broader significance. It demonstrates that the Linux kernel welcomes contributions from anyone, regardless of age or experience, and that the project maintains rigorous standards—any error, no matter how small, can be corrected by the community.

The commit message reveals a charming backstory: the girl’s father noticed that the letter “s” in the comment appeared lonely, and his daughter suggested adding a dash to make it “happy.” This anecdote sparked lively debate on Reddit, with some users downplaying the change while others praised the meticulous attention to detail.

Beyond the cute story, the episode underscores two key points: the openness of the kernel development process and the importance of precise, well‑formatted code. It also reminds developers that even the smallest observations can improve code quality.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

KernelLinuxcommunityOpenSourceformattingcommit
ITPUB
Written by

ITPUB

Official ITPUB account sharing technical insights, community news, and exciting events.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.