[U-Boot] [U-Boot, v2, PATCH 1/1] mmc: emmc and hw partitions partition table id cosmetics.

Erik Tideman erik.tideman at faltcom.se
Fri Jan 15 08:58:25 CET 2016


Cosmetic fixes of the code.

Signed-off-by: Erik Tideman <erik.tideman at faltcom.se>
---
 disk/part.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/disk/part.c b/disk/part.c
index 70a38c2..ab628e0 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -493,13 +493,13 @@ int get_device(const char *ifname, const char *dev_hwpart_str,
 		goto cleanup;
 	}
 
-    /*
-    * Updates the partition table for the specified hw partition.
-    * Does not need to be done for hwpart 0 since it is default and
-    * already loaded.
-    */
+	/*
+	 * Updates the partition table for the specified hw partition.
+	 * Does not need to be done for hwpart 0 since it is default and
+	 * already loaded.
+	 */
 	if(hwpart != 0)
-        init_part(*dev_desc);
+		init_part(*dev_desc);
 
 cleanup:
 	free(dup_str);
-- 
2.5.0


More information about the U-Boot mailing list