From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754989AbcH0CmW (ORCPT ); Fri, 26 Aug 2016 22:42:22 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:59154 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754623AbcH0CmQ (ORCPT ); Fri, 26 Aug 2016 22:42:16 -0400 Message-Id: <20160827022959.119870978@telegraphics.com.au> User-Agent: quilt/0.50-1 Date: Sat, 27 Aug 2016 12:29:59 +1000 From: Finn Thain To: "James E.J. Bottomley" , "Martin K. Petersen" , Geert Uytterhoeven , , , , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 1/3] documentation/scsi: Remove nodisconnect parameter References: <20160827022958.983743612@telegraphics.com.au> Content-Disposition: inline; filename=cleanup-nodisconnect Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The driver that used the 'nodisconnect' parameter was removed in commit 565bae6a4a8f ("[SCSI] 53c7xx: kill driver"). Related documentation was cleaned up in commit f37a7238d379 ("[SCSI] 53c7xx: fix removal fallout"), except for the remaining two mentions that are removed here. Signed-off-by: Finn Thain --- Documentation/kernel-parameters.txt | 2 -- Documentation/scsi/scsi-parameters.txt | 2 -- 2 files changed, 4 deletions(-) Index: linux/Documentation/kernel-parameters.txt =================================================================== --- linux.orig/Documentation/kernel-parameters.txt 2016-08-27 12:29:57.000000000 +1000 +++ linux/Documentation/kernel-parameters.txt 2016-08-27 12:29:57.000000000 +1000 @@ -2543,8 +2543,6 @@ bytes respectively. Such letter suffixes nodelayacct [KNL] Disable per-task delay accounting - nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. - nodsp [SH] Disable hardware DSP at boot time. noefi Disable EFI runtime services support. Index: linux/Documentation/scsi/scsi-parameters.txt =================================================================== --- linux.orig/Documentation/scsi/scsi-parameters.txt 2016-08-27 12:29:57.000000000 +1000 +++ linux/Documentation/scsi/scsi-parameters.txt 2016-08-27 12:29:57.000000000 +1000 @@ -79,8 +79,6 @@ parameters may be changed at runtime by ncr53c8xx= [HW,SCSI] - nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects. - osst= [HW,SCSI] SCSI Tape Driver Format: , See also Documentation/scsi/st.txt.