mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
disk: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
910cef3d2f
commit
e794b99c0d
6 changed files with 0 additions and 13 deletions
|
@ -304,7 +304,6 @@ static int part_get_info_amiga(struct blk_desc *desc, int part,
|
|||
info->blksz = rdb.block_bytes;
|
||||
bcpl_strcpy((char *)info->name, p->drive_name);
|
||||
|
||||
|
||||
disk_type = g->dos_type;
|
||||
|
||||
info->type[0] = (disk_type & 0xFF000000)>>24;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#define DEFAULT_SECTOR_SIZE 512
|
||||
#endif
|
||||
|
||||
|
||||
#define AMIGA_BLOCK_LIMIT 16
|
||||
|
||||
/*
|
||||
|
@ -102,7 +101,6 @@ struct bootcode_block
|
|||
u32 load_data[123];
|
||||
};
|
||||
|
||||
|
||||
#define AMIGA_ID_RDISK 0x5244534B
|
||||
#define AMIGA_ID_PART 0x50415254
|
||||
#define AMIGA_ID_BOOT 0x424f4f54
|
||||
|
|
|
@ -197,7 +197,6 @@ static void print_partition_extended(struct blk_desc *desc,
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
/* Print a partition that is relative to its Extended partition table
|
||||
*/
|
||||
static int part_get_info_extended(struct blk_desc *desc,
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#define BRVD 0x11
|
||||
#define PVD_OFFSET 0x10
|
||||
|
||||
|
||||
typedef struct iso_boot_rec {
|
||||
unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Supplement, 3 = volume part 0xff trminator */
|
||||
unsigned char stand_ident[5]; /* "CD001" */
|
||||
|
@ -19,7 +18,6 @@ typedef struct iso_boot_rec {
|
|||
unsigned char pointer[4]; /* absolute pointer to Boot Catalog */
|
||||
} iso_boot_rec_t;
|
||||
|
||||
|
||||
typedef struct iso_pri_rec {
|
||||
unsigned char desctype; /* type of Volume descriptor: 0 = boot record, 1 = primary, 2 = Supplement, 3 = volume part 0xff trminator */
|
||||
unsigned char stand_ident[5]; /* "CD001" */
|
||||
|
@ -109,7 +107,6 @@ typedef struct iso_part_rec {
|
|||
unsigned int partsiz_BE; /* volume partition size BE */
|
||||
}iso_part_rec_t;
|
||||
|
||||
|
||||
typedef struct iso_val_entry {
|
||||
unsigned char header_id; /* Header ID must be 0x01 */
|
||||
unsigned char platform; /* Platform: 0=x86, 1=PowerPC, 2=MAC */
|
||||
|
@ -126,7 +123,6 @@ typedef struct iso_header_entry {
|
|||
char id_str[0x1C]; /* Ident String of sectionr */
|
||||
} iso_header_entry_t;
|
||||
|
||||
|
||||
typedef struct iso_init_def_entry {
|
||||
unsigned char boot_ind; /* Boot indicator 0x88=bootable 0=not bootable */
|
||||
unsigned char boot_media; /* boot Media Type: 0=no Emulation, 1=1.2MB floppy, 2=1.44MB floppy, 3=2.88MB floppy 4=hd (0x80) */
|
||||
|
@ -137,7 +133,6 @@ typedef struct iso_init_def_entry {
|
|||
unsigned char rel_block_addr[4]; /* relative Block address */
|
||||
} iso_init_def_entry_t;
|
||||
|
||||
|
||||
void print_partition_cd(int dev);
|
||||
|
||||
#endif /* _PART_CD_H */
|
||||
|
|
|
@ -29,7 +29,6 @@ extern ldiv_t ldiv (long int __numer, long int __denom);
|
|||
# define __ldiv_t_defined 1
|
||||
#endif
|
||||
|
||||
|
||||
static int part_mac_read_ddb(struct blk_desc *desc, mac_driver_desc_t *ddb_p);
|
||||
static int part_mac_read_pdb(struct blk_desc *desc, int part,
|
||||
mac_partition_t *pdb_p);
|
||||
|
@ -90,7 +89,6 @@ static void part_print_mac(struct blk_desc *desc)
|
|||
gb.rem += 512;
|
||||
gb.rem /= 1024;
|
||||
|
||||
|
||||
printf ("Block Size=%d, Number of Blocks=%d, "
|
||||
"Total Capacity: %ld.%ld MB = %ld.%ld GB\n"
|
||||
"DeviceType=0x%x, DeviceId=0x%x\n\n"
|
||||
|
@ -148,7 +146,6 @@ static void part_print_mac(struct blk_desc *desc)
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Read Device Descriptor Block
|
||||
*/
|
||||
|
|
|
@ -43,7 +43,6 @@ typedef struct mac_driver_entry {
|
|||
__u16 type; /* OS Type */
|
||||
} mac_driver_entry_t;
|
||||
|
||||
|
||||
#define MAC_PARTITION_MAGIC 0x504d
|
||||
|
||||
/* type field value for A/UX or other Unix partitions */
|
||||
|
|
Loading…
Add table
Reference in a new issue