From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C712C388F2 for ; Mon, 2 Nov 2020 10:32:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49A45223C7 for ; Mon, 2 Nov 2020 10:32:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604313147; bh=1VWzzJjHUb1R30k+duKrw4K9kSc2mgbk8JLzxQJmXks=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=wfCz+dwYsVRN0trWL7ISsr3b8RBRwIcr59mEeAhgUcVz8fYN4TdxSU83nVJiJHtAG ARQRujMygfkA4ZXEuQShzKdf5QjvL8N0sYUVyOg+nneeKoD50uJxJrcqXq1LrFfNN0 dwg+7MeAQojaSt3SoVDG5+T3hSwrgm692lAiycDI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728510AbgKBKc0 (ORCPT ); Mon, 2 Nov 2020 05:32:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:57450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728450AbgKBKcZ (ORCPT ); Mon, 2 Nov 2020 05:32:25 -0500 Received: from mail.kernel.org (ip5f5ad5bd.dynamic.kabel-deutschland.de [95.90.213.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A812E222E8; Mon, 2 Nov 2020 10:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604313144; bh=1VWzzJjHUb1R30k+duKrw4K9kSc2mgbk8JLzxQJmXks=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eBqut+b6H2EGd7UpzkhoST1LRrnoIUPQHV1fnxW5RVB6v3BKQnOtGrYkZwtHO1IuS z5L6JAXM+D451ynpd+eSuY/YqUt/YIv7lACBd70s0WppQwosrk/FC/VtRB+Qfx5vhk drncfpCt51DMjWtqyKCSrXZQAX6cP29k3NtLSp/0= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kZX8P-005tud-TW; Mon, 02 Nov 2020 11:32:21 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List , Greg Kroah-Hartman Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Linus Torvalds" , "Linux Kernel Mailing List" , "Randy Dunlap" , Dan Murphy , Jacek Anaszewski Subject: [PATCH 3/5] docs: leds: index.rst: add a missing file Date: Mon, 2 Nov 2020 11:32:14 +0100 Message-Id: <36a6e3aef6e57ea349f1b47c7731d4cd1e03ca77.1604312590.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changeset 26a07553041e ("docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplication") didn't include the needed changes at index.rst. Fixes: 26a07553041e ("docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplication") Signed-off-by: Mauro Carvalho Chehab --- Documentation/leds/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index 53e6090454af..e5d63b940045 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -25,3 +25,4 @@ LEDs leds-lp5562 leds-lp55xx leds-mlxcpld + leds-sc27xx -- 2.26.2