summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-05-17 19:47:09 +0000
committeralfred <alfred@FreeBSD.org>2001-05-17 19:47:09 +0000
commit91f8c63e8d3023bef3cab74b22bda09ae1d3e4ac (patch)
tree614407fb8fe15fef373b2e7a4f34ac0594539b83 /sys/gnu/ext2fs
parent6059e1a104e44d3a8a0724eeebb44bed8efd77f8 (diff)
downloadFreeBSD-src-91f8c63e8d3023bef3cab74b22bda09ae1d3e4ac.zip
FreeBSD-src-91f8c63e8d3023bef3cab74b22bda09ae1d3e4ac.tar.gz
Cleanup
Remove comment about setting error for reads on EOF, read returns 0 on EOF so the code should be ok. Remove non-effective priority boost, PRIO+1 doesn't do anything (according to McKusick), if a real priority boost is needed it should have been +4. Style fixes: .) return foo -> return (foo) .) FLAG1|FlAG2 -> FLAG1 | FlAG2 .) wrap long lines .) unwrap short lines .) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++) .) remove braces for some conditionals with a single statement .) fix continuation lines. md5 couldn't verify the binary because some code had to be shuffled around to address the style issues.
Diffstat (limited to 'sys/gnu/ext2fs')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud