Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp2814710ybf; Mon, 2 Mar 2020 16:21:09 -0800 (PST) X-Google-Smtp-Source: ADFU+vtFiITmYiDvqXxYAODH4sik3BLminfqfq7LPxQvWkKv37JEbIENuaZnngSpghsGqgmDjCCj X-Received: by 2002:a05:6830:1615:: with SMTP id g21mr1435127otr.49.1583194869678; Mon, 02 Mar 2020 16:21:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583194869; cv=none; d=google.com; s=arc-20160816; b=BBjlJrlypPLfX9RFmh9gsaNakUhBEQNJbCagb6RB0vF2RILpczyv3DLZtAkvxPiQXy Jvds4/wkQ4RXfMg9iUtRZzMNxzIIxryA6b8s8d4DGgn2egiS0F/m80LlxEjWGvNP79sU Fm+S5ZYOTze/jtqbbNx83ZyaUgzKmXimwpqLVd4ZMWhkhu25d22Nhg6+6FEifNjAsIgy lU+DVdpkfOsJ27PLPWz+xvSK0z7E8UkzPiXzCJtkryesq0NA0cNeSAimsFKMvCpmJJNT 1Q0Esh5OmX0ZF9XrHZDV0FDlYJFNsHZP8sfudv7dXD8adWGHewfTiBYPCeaSCCsKvWP1 b4dA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=Edtd43YouH4K2IP4srDiFgURcGKNKDc0Imj65UBuwOI=; b=epcIOztmS1WLKV/UaLxW42kYPnl1m4gp0KVN2OGdhRpMKxXjn7XltGd/qg7BusWVGw FubW1IXsbJL5fywjRfqnOav7pmT8a3dJGiyefu8y9e0FeWDcHI3+Q5ExqqK3IQixwqb/ amH1bcQMPnA7KaqMbmq9O1a1M5UsXmqF3Wh544PoD1GxCKZwzvshMW5YMpzLZxtYtlyb b4tuNzaEcTKTI40y5hNJLixIZfxz0b86d5lM59u17BhJWrqBxSG8nYlPXBKMUum/xAQy MHpUwa1juftMrFqJxWSFVhCPQXBhyuG5VINB8rdmFVpGaOhRKIp48GbvSDpW+sjr9aFB YVGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v141si6997448oif.161.2020.03.02.16.20.57; Mon, 02 Mar 2020 16:21:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726871AbgCCAU1 (ORCPT + 99 others); Mon, 2 Mar 2020 19:20:27 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:56936 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726752AbgCCAU1 (ORCPT ); Mon, 2 Mar 2020 19:20:27 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id 6F0632A436; Mon, 2 Mar 2020 19:20:24 -0500 (EST) Date: Tue, 3 Mar 2020 11:20:22 +1100 (AEDT) From: Finn Thain To: Mauro Carvalho Chehab cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: Re: [PATCH 31/42] docs: scsi: convert scsi_mid_low_api.txt to ReST In-Reply-To: <881e7741dfed5d6f5f73e1dfc2826b200b8604aa.1583136624.git.mchehab+huawei@kernel.org> Message-ID: References: <881e7741dfed5d6f5f73e1dfc2826b200b8604aa.1583136624.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2 Mar 2020, Mauro Carvalho Chehab wrote: > + slave_alloc() > + slave_configure() > + | > + slave_alloc() *** > + slave_destroy() *** > + > + > + *** For scsi devices that the mid level tries to scan but do not > + respond, a slave_alloc(), slave_destroy() pair is called. > > If the LLD wants to adjust the default queue settings, it can invoke > scsi_change_queue_depth() in its slave_configure() routine. > > -*** For scsi devices that the mid level tries to scan but do not > - respond, a slave_alloc(), slave_destroy() pair is called. > - Elsewhere in this series you have replaced asterisks with footnotes, as in [#]. Was that overlooked here? BTW, certain patches in this series produce warnings from 'git am', that is, 'space before tab in indent'. Most of that whitespace appears to be intentional (for table formatting) or is pre-existing, but some seems to have been accidentally added... $ git diff @~42.. | grep $'^[+].*\x20\x09' Also, some of the patches in this series, like this one, were not Cc'd to the linux-scsi mailing list.