2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

docs: Replace spaces with tabs in check-sysctl-docs

Remove the combination of spaces and tabs in favor of just tabs.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
This commit is contained in:
Joel Granados 2025-07-01 10:19:09 +02:00
parent 30ec9fde45
commit 999aab7f56

View File

@ -168,8 +168,7 @@ curtable && /UCOUNT_ENTRY.*/ {
END {
for (entry in documented) {
if (!seen[entry]) {
if (!seen[entry])
print "No implementation for " entry
}
}
}