Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751743AbeAEMAs (ORCPT + 1 other); Fri, 5 Jan 2018 07:00:48 -0500 Received: from mail-pl0-f66.google.com ([209.85.160.66]:43244 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751429AbeAEMAr (ORCPT ); Fri, 5 Jan 2018 07:00:47 -0500 X-Google-Smtp-Source: ACJfBouoGNVU/TIDo6qbuuXGhEY6J4V5sP9TRu/kCzYXC4oO4cxPFZI/NJcO/2f/PVIA3V+fIZyu/g== From: Masanari Iida To: mcgrof@kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] linux-next: firmware: Fix a typo in fallback-mechanisms.rst Date: Fri, 5 Jan 2018 21:00:41 +0900 Message-Id: <20180105120041.7759-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.15.1.433.g936d1b989416 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This patch fix a spelling typo found in fallback-mechanisms.rst Signed-off-by: Masanari Iida --- Documentation/driver-api/firmware/fallback-mechanisms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/firmware/fallback-mechanisms.rst b/Documentation/driver-api/firmware/fallback-mechanisms.rst index d19354794e67..4055ac76b288 100644 --- a/Documentation/driver-api/firmware/fallback-mechanisms.rst +++ b/Documentation/driver-api/firmware/fallback-mechanisms.rst @@ -71,7 +71,7 @@ via fw_create_instance(). This call creates a new struct device named after the firmware requested, and establishes it in the device hierarchy by associating the device used to make the request as the device's parent. The sysfs directory's file attributes are defined and controlled through -the new device's class (firmare_class) and group (fw_dev_attr_groups). +the new device's class (firmware_class) and group (fw_dev_attr_groups). This is actually where the original firmware_class.c file name comes from, as originally the only firmware loading mechanism available was the mechanism we now use as a fallback mechanism. -- 2.15.1.433.g936d1b989416