From patchwork Sun Dec 10 18:11:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10103949 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 7BDFB60329 for ; Sun, 10 Dec 2017 18:11:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CC6D29284 for ; Sun, 10 Dec 2017 18:11:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7179229287; Sun, 10 Dec 2017 18:11:58 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 05CB429284 for ; Sun, 10 Dec 2017 18:11:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752172AbdLJSL4 (ORCPT ); Sun, 10 Dec 2017 13:11:56 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:48459 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbdLJSL4 (ORCPT ); Sun, 10 Dec 2017 13:11:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Cc:To:Subject:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Sf/0UDtRe/Rfbj8TebTXzkxnFQrNrn+5AE9OX0hpQtg=; b=Dv8tBFkO2RNXmFU4+qXw5pmkU YSwhTnNdtNLQqgdUtG2jLeBhHIa8PeAfXAPzcaXRrgFjZNLaHYcZaJd1At2Aqusm1ndZAuspmtOsR Sh3X52StspX+DYtVXYu9/bfRJftyqrQ+pqqH8LVV6IxpBxgEk+iaGy8XNDEDJoEYH2Qa+mXHYDzS5 +q6DFoFKAT7ICNI13wHuumPtpFZxHWWRKiWfSbLYUhn5SimhLu2OSzj72OB9M0TKljRBeHzNPxpnu DBX5sLL2F7fpExma4CAMaCLoZ2vckyFXqbIgHr45d0BKGfzfDY4KCiYKfd+tuReVHxGE/Sja15yuc h6X/bX1XQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eO64m-0006h3-Vh; Sun, 10 Dec 2017 18:11:45 +0000 From: Randy Dunlap Subject: [PATCH] documentation: add scsi_common.c to SCSI driver-api To: linux-scsi , "Martin K. Petersen" , "James E.J. Bottomley" Cc: "Nicholas A. Bellinger" Message-ID: Date: Sun, 10 Dec 2017 10:11:44 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Language: en-US 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 From: Randy Dunlap Add exported functions from scsi_common.c to the SCSI driver API documentation. Signed-off-by: Randy Dunlap Cc: Nicholas Bellinger --- Documentation/driver-api/scsi.rst | 8 ++++++++ 1 file changed, 8 insertions(+) --- lnx-415-rc2.orig/Documentation/driver-api/scsi.rst +++ lnx-415-rc2/Documentation/driver-api/scsi.rst @@ -224,6 +224,14 @@ mid to lowlevel SCSI driver interface .. kernel-doc:: drivers/scsi/hosts.c :export: +drivers/scsi/scsi_common.c +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +general support functions + +.. kernel-doc:: drivers/scsi/scsi_common.c + :export: + Transport classes -----------------