From patchwork Thu May 18 21:27:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 683831 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5CE7C7EE31 for ; Thu, 18 May 2023 21:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230395AbjERV2E (ORCPT ); Thu, 18 May 2023 17:28:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230305AbjERV16 (ORCPT ); Thu, 18 May 2023 17:27:58 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADFC1E6E; Thu, 18 May 2023 14:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=4GbP8ntWjcqloYHUsOyUIC0EO2KKE3UnCyF/mX15l2Q=; b=DDyqIBDMbtXK1kxAx9wVq554jS kec90gqUVv7pHD3iunz3lbpAMt0HOB0pBXodnQ4snV0V7jF8nJGjcmqPHjn/ICYDa0Gr9Zqxxefww SVKZdF/CuQimGdKrGxAgBbNZ9/p0/VOkzsr6aAlkGGDFRCTSOe9qf8cxa31ifobwfjHYXxp73654d VBFjWhgHKdTHRWxXG2Me81UmeMoFjMEkJNTI2DjS4+mOzyWixdW2wTr+7ZdNKyqqhWJyOP3V+0bL4 q6puiqPFnfk9JB2mCCpJHHTYztbFQFT1bvc3bfCWu/rzrfUd6Y31JAg7JVQVQm97u3yLNzA6kzsXb Si9pKuEw==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pzlAC-00EFRV-1f; Thu, 18 May 2023 21:27:56 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Finn Thain , Michael Schmitz Subject: [PATCH 08/11] Docs/scsi: g_NCR5380: shorten chapter heading Date: Thu, 18 May 2023 14:27:46 -0700 Message-Id: <20230518212749.18266-9-rdunlap@infradead.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230518212749.18266-1-rdunlap@infradead.org> References: <20230518212749.18266-1-rdunlap@infradead.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Make the chapter heading be concise yet still descriptive. This makes the subsystem table of contents more readable (IMO). Signed-off-by: Randy Dunlap Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: linux-scsi@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Finn Thain Cc: Michael Schmitz Acked-by: Finn Thain --- Documentation/scsi/g_NCR5380.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -- a/Documentation/scsi/g_NCR5380.rst b/Documentation/scsi/g_NCR5380.rst --- a/Documentation/scsi/g_NCR5380.rst +++ b/Documentation/scsi/g_NCR5380.rst @@ -1,9 +1,9 @@ .. SPDX-License-Identifier: GPL-2.0 .. include:: -========================================== -README file for the Linux g_NCR5380 driver -========================================== +================ +g_NCR5380 driver +================ Copyright |copy| 1993 Drew Eckhard