if (i_data[EXT4_IND_BLOCK]) {
                retval = update_ind_extent_range(handle, tmp_inode,
                                le32_to_cpu(i_data[EXT4_IND_BLOCK]), &lb);
-                       if (retval)
-                               goto err_out;
+               if (retval)
+                       goto err_out;
        } else
                lb.curr_block += max_entries;
        if (i_data[EXT4_DIND_BLOCK]) {
                retval = update_dind_extent_range(handle, tmp_inode,
                                le32_to_cpu(i_data[EXT4_DIND_BLOCK]), &lb);
-                       if (retval)
-                               goto err_out;
+               if (retval)
+                       goto err_out;
        } else
                lb.curr_block += max_entries * max_entries;
        if (i_data[EXT4_TIND_BLOCK]) {
                retval = update_tind_extent_range(handle, tmp_inode,
                                le32_to_cpu(i_data[EXT4_TIND_BLOCK]), &lb);
-                       if (retval)
-                               goto err_out;
+               if (retval)
+                       goto err_out;
        }
        /*
         * Build the last extent
 
 #ifdef CONFIG_FS_DAX
                ext4_msg(sb, KERN_WARNING,
                "DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
-                       sbi->s_mount_opt |= m->mount_opt;
+               sbi->s_mount_opt |= m->mount_opt;
 #else
                ext4_msg(sb, KERN_INFO, "dax option not supported");
                return -1;