reiserfs: cleanup, remove unnecessary parens
[cascardo/linux.git] / fs / reiserfs / dir.c
index 367a47c..d9f5a60 100644 (file)
@@ -112,7 +112,7 @@ research:
                store_ih(&tmp_ih, ih);
 
                /* we must have found item, that is item of this directory, */
-               RFALSE(COMP_SHORT_KEYS(&(ih->ih_key), &pos_key),
+               RFALSE(COMP_SHORT_KEYS(&ih->ih_key, &pos_key),
                       "vs-9000: found item %h does not match to dir we readdir %K",
                       ih, &pos_key);
                RFALSE(item_num > B_NR_ITEMS(bh) - 1,