]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: use unsigned int everywhere
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 Apr 2011 08:59:56 +0000 (11:59 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 22 Apr 2011 11:29:51 +0000 (14:29 +0300)
commit7bbdaf79cf766e87a53ec4e2b9aed2b29b956b55
tree2c057cbe3ae38ab19973c2e8c0fb42f407f0cfce
parent25989a75d1b6a375059e302dc3bdd033d4865cf8
fs-tests: integck: use unsigned int everywhere

The test sometimes uses "unsigned" and sometimes "unsigned int". This
patch makes the code more consistent by making it use "unsigned int"
everywhere.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/integck.c