orig: total: 2 errors, 0 warnings, 141 lines checked patched:Your patch has no obvious style problems and is ready for submission.
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- oid.c.orig 2007-10-25 12:03:10.000000000 +0200 +++ oid.c 2007-10-25 12:04:23.000000000 +0200 @@ -29,7 +29,7 @@ int oid_init_allocator(struct super_bloc * allocate oid and return it. ABSOLUTE_MAX_OID is returned when allocator * runs out of oids. */ -oid_t oid_allocate(struct super_block * super) +oid_t oid_allocate(struct super_block *super) { reiser4_super_info_data *sbinfo; oid_t oid; @@ -66,7 +66,7 @@ int oid_release(struct super_block *supe * without actually allocating it. This is used by disk format plugin to save * oid allocator state on the disk. */ -oid_t oid_next(const struct super_block * super) +oid_t oid_next(const struct super_block *super) { reiser4_super_info_data *sbinfo; oid_t oid;