From patchwork Fri Mar 2 07:55:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mariusz Bialonczyk X-Patchwork-Id: 47555 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1erfvk-00084J-Rz; Fri, 02 Mar 2018 08:20:41 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422761AbeCBIUh (ORCPT + 1 other); Fri, 2 Mar 2018 03:20:37 -0500 Received: from skyboo.net ([94.40.87.198]:32830 "EHLO skyboo.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1164860AbeCBIUg (ORCPT ); Fri, 2 Mar 2018 03:20:36 -0500 X-Greylist: delayed 1495 seconds by postgrey-1.27 at vger.kernel.org; Fri, 02 Mar 2018 03:20:35 EST Received: from manio by skyboo.net with local (Exim 4.90_1) (envelope-from ) id 1erfXW-0007NY-6p; Fri, 02 Mar 2018 08:55:38 +0100 From: Mariusz Bialonczyk To: Linux Media Mailing List , Mauro Carvalho Chehab Cc: Mariusz Bialonczyk Date: Fri, 2 Mar 2018 08:55:24 +0100 Message-Id: <20180302075524.27868-1-manio@skyboo.net> X-Mailer: git-send-email 2.16.2 X-SA-Exim-Connect-IP: X-SA-Exim-Rcpt-To: linux-media@vger.kernel.org, mchehab@redhat.com, manio@skyboo.net X-SA-Exim-Mail-From: manio@skyboo.net X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on nemesis.skyboo.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 Subject: [PATCH] w1: fix w1_ds2438 documentation X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on skyboo.net) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Mariusz Bialonczyk --- Documentation/w1/slaves/w1_ds2438 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/w1/slaves/w1_ds2438 b/Documentation/w1/slaves/w1_ds2438 index b99f3674c5b4..e64f65a09387 100644 --- a/Documentation/w1/slaves/w1_ds2438 +++ b/Documentation/w1/slaves/w1_ds2438 @@ -60,4 +60,4 @@ vad: general purpose A/D input (VAD) vdd: battery input (VDD) After the voltage conversion the value is returned as decimal ASCII. -Note: The value is in mV, so to get a volts the value has to be divided by 10. +Note: To get a volts the value has to be divided by 100.