Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4139458ybl; Mon, 13 Jan 2020 08:29:54 -0800 (PST) X-Google-Smtp-Source: APXvYqwVqoja2au2NK2G8B8TSt5rXpYbN6D73s4qU4J77DTdX/6Yi7/wUXWMmg3Ue6usSZ2qjFjL X-Received: by 2002:aca:bac3:: with SMTP id k186mr13807891oif.19.1578932994687; Mon, 13 Jan 2020 08:29:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578932994; cv=none; d=google.com; s=arc-20160816; b=T5KRlxM44t5pPzXP1A2nzCRxg+rKEgvhOJzHo4ZH4mBmNlXhbST6IekaHb95n85y6G Sasj9CEbFSC69uMi5DWkZi632zXd2BGQjvpuHtPAqXk15N1bpBFxcRKGCxXCUHqU3rKw s8bd+219/pe/XQ/3dXSm2iRH4a+RTQqYTn6anE7FnboLkigxAJb9qVs2pywpsynrH/7n 0sIyM6R1k7pdaknD4IJa1OJGHoeKoIhHQDIZFtNm19sjLm4ZxTU8iyPj5EuDbinGIcd0 Nvz/kL7P2e5qT2ijUkhh0zabWhuooobS9G1DjL40ffS/R5hDm2BgcocZ5WzNiZRyAJKZ 1HSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=yQqoFF7n4CtYNTidIeLeQYNq2t9WkPpsenaJZbzS4lc=; b=NYbFK+LwtkiQxMzQ04RxPtRmrj4F+QV9RRT/JVD2/ACgZ+6VSh1Nck0E2Z9WTurN+/ gjtG+sP/soxCiU3KB0DGu6sZKpPZThJEjtxrvdATHloWcRE87h03BiGuKav+woqRj/DG 6WORlSdDppH974ncV6f70RWOlsLUzj0pqtdVo6QgleVNHY5JEmZk+Iob0lMBdJ4shFv5 KBovKdnmKVW4mUNtdozrEBkgXo9upQo6vu2cSvJeb4zIRHs5QBL4yTohGQBrqPx+az9X cJceMmcCeytvWNHKGmU5TNOrdS0wubxLuE1yxpQqbYmD1zZzPgkBs0aWkjd5nJMkiDti 1Fhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a9si6169871oib.59.2020.01.13.08.29.42; Mon, 13 Jan 2020 08:29:54 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729009AbgAMQ2t (ORCPT + 99 others); Mon, 13 Jan 2020 11:28:49 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:37950 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728922AbgAMQ2s (ORCPT ); Mon, 13 Jan 2020 11:28:48 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 13 Jan 2020 18:28:44 +0200 Received: from r-build-lowlevel.mtr.labs.mlnx. (r-build-lowlevel.mtr.labs.mlnx [10.209.0.190]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 00DGSefZ032667; Mon, 13 Jan 2020 18:28:44 +0200 From: Vadim Pasternak To: andy@infradead.org, dvhart@infradead.org Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Vadim Pasternak Subject: [PATCH platform-next v3 04/11] Documentation/ABI: Style changes Date: Mon, 13 Jan 2020 16:28:32 +0000 Message-Id: <20200113162839.18103-5-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200113162839.18103-1-vadimp@mellanox.com> References: <20200113162839.18103-1-vadimp@mellanox.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove blank lines between "What" and "Date" keywords. Start each section with "What" keyword. Signed-off-by: Vadim Pasternak --- Documentation/ABI/stable/sysfs-driver-mlxreg-io | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Documentation/ABI/stable/sysfs-driver-mlxreg-io b/Documentation/ABI/stable/sysfs-driver-mlxreg-io index 05601a90a9b6..eb6db7382ae3 100644 --- a/Documentation/ABI/stable/sysfs-driver-mlxreg-io +++ b/Documentation/ABI/stable/sysfs-driver-mlxreg-io @@ -1,5 +1,4 @@ What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/asic_health - Date: June 2018 KernelVersion: 4.19 Contact: Vadim Pasternak @@ -19,7 +18,6 @@ Description: These files show with which CPLD versions have been burned The files are read only. What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/fan_dir - Date: December 2018 KernelVersion: 5.0 Contact: Vadim Pasternak @@ -30,7 +28,6 @@ Description: This file shows the system fans direction: The files are read only. What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_version - Date: November 2018 KernelVersion: 5.0 Contact: Vadim Pasternak @@ -40,7 +37,6 @@ Description: These files show with which CPLD versions have been burned The files are read only. What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/jtag_enable - Date: November 2018 KernelVersion: 5.0 Contact: Vadim Pasternak @@ -108,7 +104,6 @@ What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_pwr_fail What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_from_comex What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_system What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_voltmon_upgrade_fail - Date: November 2018 KernelVersion: 5.0 Contact: Vadim Pasternak @@ -130,6 +125,12 @@ Description: These files show with which CPLD versions have been burned The files are read only. +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_thermal +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_wd +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_from_asic +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_reload_bios +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_sff_wd +What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_swb_wd Date: June 2019 KernelVersion: 5.3 Contact: Vadim Pasternak @@ -142,10 +143,3 @@ Description: These files show the system reset cause, as following: only last reset cause. The files are read only. - -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_thermal -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_wd -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_from_asic -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_reload_bios -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_sff_wd -What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_swb_wd -- 2.11.0