Message ID | 20200226042947.5151-1-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Commit | 22961dc4412254578c8e1ae457cf1197b9aab30c |
Headers | show |
Series | [v2,1/1] include/ata.h: remove invalid links | expand |
On Wed, Feb 26, 2020 at 05:29:47AM +0100, Heinrich Schuchardt wrote: > Remove invalid URLs for "Information Technology - AT Attachment-3 Interface > (ATA-3)", point to ANSI X3.298-1997. > > Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> Applied to u-boot/master, thanks!
diff --git a/include/ata.h b/include/ata.h index 3f4e4a0234..d8a0275630 100644 --- a/include/ata.h +++ b/include/ata.h @@ -6,11 +6,8 @@ /* * Most of the following information was derived from the document - * "Information Technology - AT Attachment-3 Interface (ATA-3)" - * which can be found at: - * http://www.dt.wdc.com/ata/ata-3/ata3r5v.zip - * ftp://poctok.iae.nsk.su/pub/asm/Documents/IDE/ATA3R5V.ZIP - * ftp://ftp.fee.vutbr.cz/pub/doc/io/ata/ata-3/ata3r5v.zip + * "Information Technology - AT Attachment-3 Interface (ATA-3)", + * ANSI X3.298-1997. */ #ifndef _ATA_H
Remove invalid URLs for "Information Technology - AT Attachment-3 Interface (ATA-3)", point to ANSI X3.298-1997. Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de> --- v2: refer to the ANSI standard --- include/ata.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) -- 2.25.0