summaryrefslogtreecommitdiffstats
path: root/disk/part.c
diff options
context:
space:
mode:
authorPeter Pearse <peter.pearse@arm.com>2007-05-18 16:47:03 +0100
committerPeter Pearse <peter.pearse@arm.com>2007-05-18 16:47:03 +0100
commit3e3b956906eba9e4ad7931581ecedaad10eccce8 (patch)
tree2f8d461030a62106c2314451ee149e9ab55e9a11 /disk/part.c
parentfdda367561f0f6fb21d5b575402c0f9d2fd08e76 (diff)
downloadtalos-obmc-uboot-3e3b956906eba9e4ad7931581ecedaad10eccce8.tar.gz
talos-obmc-uboot-3e3b956906eba9e4ad7931581ecedaad10eccce8.zip
Reduce line lengths to 80 characters max.
Diffstat (limited to 'disk/part.c')
-rwxr-xr-x[-rw-r--r--]disk/part.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/disk/part.c b/disk/part.c
index 54de737c3b..61e6579d45 100644..100755
--- a/disk/part.c
+++ b/disk/part.c
@@ -220,7 +220,8 @@ void init_part (block_dev_desc_t * dev_desc)
}
-int get_partition_info (block_dev_desc_t *dev_desc, int part, disk_partition_t *info)
+int get_partition_info (block_dev_desc_t *dev_desc, int part
+ , disk_partition_t *info)
{
switch (dev_desc->part_type) {
#ifdef CONFIG_MAC_PARTITION
@@ -326,7 +327,8 @@ void print_part (block_dev_desc_t * dev_desc)
#else /* neither MAC nor DOS nor ISO partition configured */
-# error neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION nor CONFIG_ISO_PARTITION configured!
+# error neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION
+# error nor CONFIG_ISO_PARTITION configured!
#endif
#endif /* (CONFIG_COMMANDS & CFG_CMD_IDE) || CONFIG_COMMANDS & CFG_CMD_SCSI) */
OpenPOWER on IntegriCloud