From patchwork Thu May 18 21:27:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 683830 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 F0E70C7EE3A for ; Thu, 18 May 2023 21:28:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230411AbjERV2H (ORCPT ); Thu, 18 May 2023 17:28:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229978AbjERV16 (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 2F1B8E7F; Thu, 18 May 2023 14:27:57 -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=xo7mHQ8lXy2xOsnlFhlbZBaF4Hwg1UfDXjJu4CcUJM8=; b=ohLxKfFMG/b7Ahys/hboVnhlHW uiPSTJNwXOwgL+r8Z6DRbLcfo5IW6oo235uDJNgeaEgqil6ZfJk5Rq1Bgc1A3U9Z4YdIfBOTw5rQZ +PyJKw/wkBWusCUQXfHBS0bUC6e6m5m12G/D8t5t0TUYe2zDVQYs3AoFWHNOKEhNh0Yf2FfkR6hcI km0pgk7StAWtSkNNmKPYuArIesgj5RRddhNJpjCCt/uYXJQaBR0A4BPeNV5pDHN2pJJG97IGWEzSr X7lfa8ZEyKJSvbb1oli0kp/sZq8o91QIkse6hxHHsNnkNK1IosSb2iB4SbKiar9nr7T1l0h+x5+cH KJt/OZ/Q==; 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-3D; Thu, 18 May 2023 21:27:57 +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, Kashyap Desai , Sumit Saxena , Shivasharan S , megaraidlinux.pdl@broadcom.com Subject: [PATCH 09/11] Docs/scsi: megaraid: clarify chapter heading Date: Thu, 18 May 2023 14:27:47 -0700 Message-Id: <20230518212749.18266-10-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 Include "Megaraid" in the chapter heading so that it is clear what subject the document is about. This improves viewing in the TOC. 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: Kashyap Desai Cc: Sumit Saxena Cc: Shivasharan S Cc: megaraidlinux.pdl@broadcom.com --- Documentation/scsi/megaraid.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -- a/Documentation/scsi/megaraid.rst b/Documentation/scsi/megaraid.rst --- a/Documentation/scsi/megaraid.rst +++ b/Documentation/scsi/megaraid.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -========================== -Notes on Management Module -========================== +================================= +Megaraid Common Management Module +================================= Overview --------