]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/dir.c
[PATCH] ext3: More whitespace cleanups
[linux-2.6-omap-h63xx.git] / fs / ext3 / dir.c
index 6f9e5a523c877a1cd99f5c76b8782bce7dc33212..4d97f437cd480ebe0eca72b153fbcac27c8b303c 100644 (file)
@@ -67,7 +67,7 @@ int ext3_check_dir_entry (const char * function, struct inode * dir,
                          unsigned long offset)
 {
        const char * error_msg = NULL;
-       const int rlen = le16_to_cpu(de->rec_len);
+       const int rlen = le16_to_cpu(de->rec_len);
 
        if (rlen < EXT3_DIR_REC_LEN(1))
                error_msg = "rec_len is smaller than minimal";