From patchwork Sat Jul 2 06:56:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 9210721 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 91D8460571 for ; Sat, 2 Jul 2016 06:57:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 823B7286D3 for ; Sat, 2 Jul 2016 06:57:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 76831286D8; Sat, 2 Jul 2016 06:57:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 00BA5286D3 for ; Sat, 2 Jul 2016 06:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750901AbcGBG5A (ORCPT ); Sat, 2 Jul 2016 02:57:00 -0400 Received: from down.free-electrons.com ([37.187.137.238]:59012 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750794AbcGBG47 (ORCPT ); Sat, 2 Jul 2016 02:56:59 -0400 Received: by mail.free-electrons.com (Postfix, from userid 110) id 3AFB4195A; Sat, 2 Jul 2016 08:56:56 +0200 (CEST) Received: from localhost (ppp-seco21th2-46-193-162-158.wb.wifirst.net [46.193.162.158]) by mail.free-electrons.com (Postfix) with ESMTPSA id CE4F1303; Sat, 2 Jul 2016 08:56:45 +0200 (CEST) From: Michael Opdenacker To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Cc: Michael Opdenacker Subject: [PATCH] scsi: replace broken specification URL Date: Sat, 2 Jul 2016 08:56:36 +0200 Message-Id: <1467442596-31310-1-git-send-email-michael.opdenacker@free-electrons.com> X-Mailer: git-send-email 2.7.4 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The t10.org website containing SCSI-2 draft specifications now requires to be from a member company to access the documents. This replaces the now broken link with another public resource where the specifications can be found. Signed-off-by: Michael Opdenacker --- Documentation/DocBook/scsi.tmpl | 2 +- drivers/scsi/scsicam.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/scsi.tmpl b/Documentation/DocBook/scsi.tmpl index 4b9b9b286cea..41ad3086b7a2 100644 --- a/Documentation/DocBook/scsi.tmpl +++ b/Documentation/DocBook/scsi.tmpl @@ -160,7 +160,7 @@ drivers/scsi/scsicam.c - SCSI + SCSI Common Access Method support functions, for use with HDIO_GETGEO, etc. diff --git a/drivers/scsi/scsicam.c b/drivers/scsi/scsicam.c index 910f4a7a3924..8144618fe2de 100644 --- a/drivers/scsi/scsicam.c +++ b/drivers/scsi/scsicam.c @@ -207,7 +207,7 @@ EXPORT_SYMBOL(scsi_partsize); * * WORKING X3T9.2 * DRAFT 792D - * see http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf + * see ftp://ftp.uni-duisburg.de/Hardware/SCSI/cam-r12b.pdf * * Revision 6 * 10-MAR-94