linux-fs-simple.c: improve quality
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 17 Sep 2020 03:58:27 +0000 (23:58 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 17 Sep 2020 13:28:36 +0000 (09:28 -0400)
commitd54375ae318175f0827171c52fc72a38cb0e46d4
tree5fc2f92bfb5ac3abd0f250ed834821b19734e1ea
parent99f6197d842effde9729d729effb24b7bbc7adab
linux-fs-simple.c: improve quality

Changes:

* Remove unneeded included headers.
* Remove unneeded TO_VOID_PTR() macro.
* Use `const` where possible.
* Use single return points.
* Capitalize comments.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
examples/linux-fs-simple/linux-fs-simple.c
This page took 0.034688 seconds and 4 git commands to generate.