From: Daeho Jeong <daehojeong@xxxxxxxxxx>
Let's say we have 100 nodes to be checked. With post-increment of
checked_node_cnt, when we reach the last node, we cannot print out 100%
progress. So, go with pre-increment.
Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>