orig: total: 0 errors, 2 warnings, 71 lines checked patched:Your patch has no obvious style problems and is ready for submission.
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- cluster.c.orig 2007-10-25 20:45:34.000000000 +0200 +++ cluster.c 2007-10-25 20:46:57.000000000 +0200 @@ -1,4 +1,5 @@ -/* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */ +/* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by + * reiser4/README */ /* Contains reiser4 cluster plugins (see http://www.namesys.com/cryptcompress_design.html @@ -17,7 +18,7 @@ static int change_cluster(struct inode * assert("edward-1326", is_reiser4_inode(inode)); assert("edward-1327", plugin->h.type_id == REISER4_CLUSTER_PLUGIN_TYPE); - /* Can't change the cluster plugin for already existent regular files. */ + /* Can't change the cluster plugin for already existent regular files */ if (!plugin_of_group(inode_file_plugin(inode), REISER4_DIRECTORY_FILE)) return RETERR(-EINVAL);