Re: [PATCH] scsi: replace broken specification URL

2016-09-15 Thread Laurence Oberman


- Original Message -
> From: "Martin K. Petersen" 
> To: "Michael Opdenacker" 
> Cc: cor...@lwn.net, j...@linux.vnet.ibm.com, "martin petersen" 
> ,
> linux-doc@vger.kernel.org, linux-ker...@vger.kernel.org, 
> linux-s...@vger.kernel.org
> Sent: Thursday, September 15, 2016 10:06:19 AM
> Subject: Re: [PATCH] scsi: replace broken specification URL
> 
> > "Michael" == Michael Opdenacker 
> > writes:
> 
> Michael> + * 'cam-r12b.pdf' document on http://www.t10.org/t10docs.htm
> Michael> + * (registration required)
> 
> That link really should be http://www.t10.org/drafts.htm. You can't look
> up draft specifications using the proposal document search form.
> 
> --
> Martin K. PetersenOracle Linux Engineering
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
I looked up the original URL when reviewing, and missed the Proposal Heading.
Checked the one Martin referred to and agree with Martin's change as well.



--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] scsi: replace broken specification URL

2016-09-15 Thread Laurence Oberman


- Original Message -
> From: "Michael Opdenacker" <michael.opdenac...@free-electrons.com>
> To: cor...@lwn.net, j...@linux.vnet.ibm.com, "martin petersen" 
> <martin.peter...@oracle.com>
> Cc: linux-doc@vger.kernel.org, linux-ker...@vger.kernel.org, 
> linux-s...@vger.kernel.org, "Michael Opdenacker"
> <michael.opdenac...@free-electrons.com>
> Sent: Thursday, September 15, 2016 9:03:05 AM
> Subject: [PATCH] scsi: replace broken specification URL
> 
> The t10.org website containing SCSI-2 draft specifications now requires
> to be from a member company to access the documents.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenac...@free-electrons.com>
> ---
>  Documentation/DocBook/scsi.tmpl | 6 +++---
>  drivers/scsi/scsicam.c  | 3 ++-
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/DocBook/scsi.tmpl
> b/Documentation/DocBook/scsi.tmpl
> index 4b9b9b286cea..b8b646426321 100644
> --- a/Documentation/DocBook/scsi.tmpl
> +++ b/Documentation/DocBook/scsi.tmpl
> @@ -160,9 +160,9 @@
>
>  drivers/scsi/scsicam.c
>  
> -   url='http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf'>SCSI
> -  Common Access Method support functions, for use with
> -  HDIO_GETGEO, etc.
> +  SCSI Common Access
> +   Method support functions ('cam-r12b.pdf' document,
> +   registration required), for use with HDIO_GETGEO, etc.
>  
>  !Edrivers/scsi/scsicam.c
>
> diff --git a/drivers/scsi/scsicam.c b/drivers/scsi/scsicam.c
> index 910f4a7a3924..5c446d9ef468 100644
> --- a/drivers/scsi/scsicam.c
> +++ b/drivers/scsi/scsicam.c
> @@ -207,7 +207,8 @@ EXPORT_SYMBOL(scsi_partsize);
>   *
>   * WORKINGX3T9.2
>   * DRAFT792D
> - * see http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf
> + * 'cam-r12b.pdf' document on http://www.t10.org/t10docs.htm
> + * (registration required)
>   *
>   *Revision 6
>   * 10-MAR-94
> --
> 2.7.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Looks right matching what James wanted as well.
Reviewed-by: Laurence Oberman <lober...@redhat.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html