linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	Jean Delvare <jdelvare@suse.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Michael Ellerman <mpe@ellerman.id.au>,
	linux-hwmon@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 11/21] docs: hwmon: ibmpowernv: convert to ReST format
Date: Wed, 10 Apr 2019 08:12:01 -0300	[thread overview]
Message-ID: <c3adf43d67974eff0781e72412af08768d7fd353.1554893882.git.mchehab+samsung@kernel.org> (raw)
In-Reply-To: <cover.1554893881.git.mchehab+samsung@kernel.org>

Convert ibmpowernv to ReST format, in order to allow it to
be parsed by Sphinx.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 Documentation/hwmon/ibmpowernv | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/hwmon/ibmpowernv b/Documentation/hwmon/ibmpowernv
index 56468258711f..3f1feae3901c 100644
--- a/Documentation/hwmon/ibmpowernv
+++ b/Documentation/hwmon/ibmpowernv
@@ -2,6 +2,7 @@ Kernel Driver IBMPOWERNV
 ========================
 
 Supported systems:
+
   * Any recent IBM P servers based on POWERNV platform
 
 Author: Neelesh Gupta
@@ -29,6 +30,7 @@ CONFIG_SENSORS_IBMPOWERNV. It can also be built as module 'ibmpowernv'.
 Sysfs attributes
 ----------------
 
+======================= =======================================================
 fanX_input		Measured RPM value.
 fanX_min		Threshold RPM for alert generation.
 fanX_fault		0: No fail condition
@@ -78,3 +80,4 @@ currX_enable		Enable/disable all current sensors belonging to the
 			0: Disable
 
 energyX_input		Cumulative energy (microJoule)
+======================= =======================================================
-- 
2.20.1


  parent reply	other threads:[~2019-04-10 11:13 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 11:11 [PATCH 00/21] Convert hwmon documentation to ReST Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 01/21] docs: hwmon: k10temp: convert to ReST format Mauro Carvalho Chehab
2019-04-10 18:30   ` Guenter Roeck
2019-04-10 11:11 ` [PATCH 02/21] docs: hwmon: vexpress: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 03/21] docs: hwmon: menf21bmc: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 04/21] docs: hwmon: sch5627: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 05/21] docs: hwmon: emc2103: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 06/21] docs: hwmon: pc87360: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 07/21] docs: hwmon: fam15h_power: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 08/21] docs: hwmon: w83791d: " Mauro Carvalho Chehab
2019-04-10 11:11 ` [PATCH 09/21] docs: hwmon: coretemp: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 10/21] docs: hwmon: aspeed-pwm-tacho: " Mauro Carvalho Chehab
2019-04-10 11:12 ` Mauro Carvalho Chehab [this message]
2019-04-10 11:12 ` [PATCH 12/21] docs: hwmon: asc7621: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 13/21] docs: hwmon: ads1015: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 14/21] docs: hwmon: dme1737, vt1211: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 15/21] docs: hwmon: wm831x, wm8350: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 16/21] docs: hwmon: da9052, da9055: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 17/21] docs: hwmon: k8temp, w83793: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 18/21] docs: hwmon: pmbus files: " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 19/21] docs: hwmon: misc " Mauro Carvalho Chehab
2019-04-10 11:12 ` [PATCH 21/21] docs: hwmon: Add an index file and rename docs to *.rst Mauro Carvalho Chehab
2019-04-10 15:24   ` Jonathan Neuschäfer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3adf43d67974eff0781e72412af08768d7fd353.1554893882.git.mchehab+samsung@kernel.org \
    --to=mchehab+samsung@kernel.org \
    --cc=benh@kernel.crashing.org \
    --cc=corbet@lwn.net \
    --cc=jdelvare@suse.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mchehab@infradead.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).