diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch
index f4b52d8c450603f7b10d6c114373be854607fa89..93be2eb2e9cefbf56e4e86a5665f524b00cc5ce1 100644
--- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-sles10.patch
@@ -148,12 +148,12 @@ Index: linux-2.6.16.46-0.14/fs/ext3/extents.c
  }
  
 +struct fiemap_internal {
-+	struct fiemap	   	*fiemap_s;
++	struct fiemap		*fiemap_s;
 +	struct fiemap_extent    fm_extent;
-+	size_t		  	tot_mapping_len;
-+	char		    	*cur_ext_ptr;
-+	int		     	current_extent;
-+	int		     	err;
++	size_t			tot_mapping_len;
++	char			*cur_ext_ptr;
++	int			current_extent;
++	int			err;
 +};
 +
 +/*
diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch
index 3c4d70007efd01459dc187bfcb363ddc1be9815e..7a953e7a31f7eef2a084862034a0aed6292b5742 100644
--- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.18-vanilla.patch
@@ -146,12 +146,12 @@ Index: linux-2.6.18/fs/ext3/extents.c
  }
  
 +struct fiemap_internal {
-+	struct fiemap	   	*fiemap_s;
++	struct fiemap		*fiemap_s;
 +	struct fiemap_extent    fm_extent;
-+	size_t		  	tot_mapping_len;
-+	char		    	*cur_ext_ptr;
-+	int		     	current_extent;
-+	int		     	err;
++	size_t			tot_mapping_len;
++	char			*cur_ext_ptr;
++	int			current_extent;
++	int			err;
 +};
 +
 +/*
diff --git a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch
index ed13d2aa3cb4510fe4600e3a33f7dea192512e87..8554589b5046927eec8a2256a1bf4fa2174d933d 100644
--- a/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-fiemap-2.6.22-vanilla.patch
@@ -145,12 +145,12 @@ Index: linux-2.6.18/fs/ext3/extents.c
  }
  
 +struct fiemap_internal {
-+	struct fiemap	   	*fiemap_s;
++	struct fiemap		*fiemap_s;
 +	struct fiemap_extent    fm_extent;
-+	size_t		  	tot_mapping_len;
-+	char		    	*cur_ext_ptr;
-+	int		     	current_extent;
-+	int		     	err;
++	size_t			tot_mapping_len;
++	char			*cur_ext_ptr;
++	int			current_extent;
++	int			err;
 +};
 +
 +/*