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

Cosmetic fixes of the code.
Signed-off-by: Erik Tideman erik.tideman@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);
participants (1)
-
Erik Tideman