mirror of https://github.com/torvalds/linux.git
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:
parent
30ec9fde45
commit
999aab7f56
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue