diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-05-20 16:00:29 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-05-21 00:14:08 +0200 | 
| commit | 53677ef18e25c97ac613349087c5cb33ae5a2741 (patch) | |
| tree | f947d34d6efaee2401ea0e4c6104ef2f6a0f7ad0 /common/cmd_ide.c | |
| parent | 727f63334676e760877d43bfb8f0e9331ac8b101 (diff) | |
| download | olio-uboot-2014.01-53677ef18e25c97ac613349087c5cb33ae5a2741.tar.xz olio-uboot-2014.01-53677ef18e25c97ac613349087c5cb33ae5a2741.zip | |
Big white-space cleanup.
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).
Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_ide.c')
| -rw-r--r-- | common/cmd_ide.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/common/cmd_ide.c b/common/cmd_ide.c index cac99d5fe..65607022e 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -1233,7 +1233,7 @@ static void ide_ident (block_dev_desc_t *dev_desc)  	dev_desc->blksz=ATA_BLOCKSIZE;  	dev_desc->lun=0; /* just to fill something in... */ -#if 0 	/* only used to test the powersaving mode, +#if 0	/* only used to test the powersaving mode,  	 * if enabled, the drive goes after 5 sec  	 * in standby mode */  	ide_outb (device, ATA_DEV_HD, ATA_LBA | ATA_DEVICE(device)); @@ -1783,7 +1783,7 @@ unsigned char atapi_issue(int device,unsigned char* ccb,int ccblen, unsigned cha  	}  	output_data_shorts (device, (unsigned short *)ccb,ccblen/2); /* write command block */ - 	/* ATAPI Command written wait for completition */ +	/* ATAPI Command written wait for completition */  	udelay (5000); /* device must set bsy */  	mask = ATA_STAT_DRQ|ATA_STAT_BUSY|ATA_STAT_ERR; @@ -1852,7 +1852,7 @@ AI_OUT:   * returns, an request_sense will be issued   */ -#define ATAPI_DRIVE_NOT_READY 	100 +#define ATAPI_DRIVE_NOT_READY	100  #define ATAPI_UNIT_ATTN		10  unsigned char atapi_issue_autoreq (int device, |