Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754833AbbDTKUb (ORCPT ); Mon, 20 Apr 2015 06:20:31 -0400 Received: from exprod5og108.obsmtp.com ([64.18.0.186]:34169 "EHLO exprod5og108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754712AbbDTKUT (ORCPT ); Mon, 20 Apr 2015 06:20:19 -0400 From: Ivan Khoronzhuk To: linux-kernel@vger.kernel.org, matt.fleming@intel.com, jdelvare@suse.de, ard.biesheuvel@linaro.org, grant.likely@linaro.org, linux-api@vger.kernel.org, linux-doc@vger.kernel.org, mikew@google.com Cc: dmidecode-devel@nongnu.org, leif.lindholm@linaro.org, msalter@redhat.com, roy.franz@linaro.org, Ivan Khoronzhuk Subject: [Patch v2 3/3] Documentation: ABI: sysfs-firmware-dmi: add -entries suffix to file name Date: Mon, 20 Apr 2015 13:19:47 +0300 Message-Id: <1429525187-3376-4-git-send-email-ivan.khoronzhuk@globallogic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1429525187-3376-1-git-send-email-ivan.khoronzhuk@globallogic.com> References: <1429525187-3376-1-git-send-email-ivan.khoronzhuk@globallogic.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1450 Lines: 34 The dmi-sysfs module adds DMI table structures entries under /sys/firmware/dmi/entries only, so rename documentation file to sysfs-firmware-dmi-entries as more appropriate. Without renaming it's confusing to differ this from sysfs-firmware-dmi-tables that adds raw DMI table and actually adds "dmi" kobject. Reviewed-by: Jean Delvare Signed-off-by: Ivan Khoronzhuk --- .../ABI/testing/{sysfs-firmware-dmi => sysfs-firmware-dmi-entries} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Documentation/ABI/testing/{sysfs-firmware-dmi => sysfs-firmware-dmi-entries} (99%) diff --git a/Documentation/ABI/testing/sysfs-firmware-dmi b/Documentation/ABI/testing/sysfs-firmware-dmi-entries similarity index 99% rename from Documentation/ABI/testing/sysfs-firmware-dmi rename to Documentation/ABI/testing/sysfs-firmware-dmi-entries index c78f9ab..210ad44 100644 --- a/Documentation/ABI/testing/sysfs-firmware-dmi +++ b/Documentation/ABI/testing/sysfs-firmware-dmi-entries @@ -1,4 +1,4 @@ -What: /sys/firmware/dmi/ +What: /sys/firmware/dmi/entries/ Date: February 2011 Contact: Mike Waychison Description: -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/