mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04: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:
@@ -168,8 +168,7 @@ curtable && /UCOUNT_ENTRY.*/ {
|
|||||||
|
|
||||||
END {
|
END {
|
||||||
for (entry in documented) {
|
for (entry in documented) {
|
||||||
if (!seen[entry]) {
|
if (!seen[entry])
|
||||||
print "No implementation for " entry
|
print "No implementation for " entry
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user