orig: total: 1 errors, 1 warnings, 516 lines checked patched:Your patch has no obvious style problems and is ready for submission.
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- object.c.orig 2007-10-26 13:54:50.000000000 +0200 +++ object.c 2007-10-26 13:56:07.000000000 +0200 @@ -210,7 +210,7 @@ file_plugin file_plugins[LAST_FILE_PLUGI .pops = &file_plugin_ops, .label = "symlink", .desc = "symbolic link", - .linkage = {NULL,NULL} + .linkage = {NULL, NULL} }, .inode_ops = { .readlink = generic_readlink, @@ -219,7 +219,8 @@ file_plugin file_plugins[LAST_FILE_PLUGI .setattr = reiser4_setattr_common, .getattr = reiser4_getattr_common }, - /* inode->i_fop of symlink is initialized by NULL in setup_inode_ops */ + /* inode->i_fop of symlink is initialized by NULL in + * setup_inode_ops */ .file_ops = {.owner = NULL}, .as_ops = {.writepage = NULL},