orig: total: 3 errors, 2 warnings, 113 lines checked patched:total: 0 errors, 1 warnings, 113 lines checked leftovers: WARNING: line over 80 characters #98: FILE: tail_policy.c:98: + .desc = "store files shorter than 4 blocks in tail items",
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- tail_policy.c.orig 2007-10-26 15:25:09.000000000 +0200 +++ tail_policy.c 2007-10-26 15:23:43.000000000 +0200 @@ -35,7 +35,7 @@ /* Audited by: green(2002.06.12) */ static int have_formatting_never(const struct inode *inode UNUSED_ARG /* inode to operate on */ , - loff_t size UNUSED_ARG /* new object size */ ) + loff_t size UNUSED_ARG/* new object size */) { return 0; } @@ -45,17 +45,17 @@ static int have_formatting_never(const s static int have_formatting_always(const struct inode *inode UNUSED_ARG /* inode to operate on */ , - loff_t size UNUSED_ARG /* new object size */ ) + loff_t size UNUSED_ARG/* new object size */) { return 1; } -/* This function makes test if we should store file denoted @inode as tails only or - as extents only. */ +/* This function makes test if we should store file denoted @inode as tails only + or as extents only. */ static int have_formatting_default(const struct inode *inode UNUSED_ARG /* inode to operate on */ , - loff_t size /* new object size */ ) + loff_t size/* new object size */) { assert("umka-1253", inode != NULL);