From patchwork Wed Sep 12 09:52:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 968934 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="bv1vaPdS"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 429HFd1Mykz9s4V for ; Wed, 12 Sep 2018 19:55:01 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726672AbeILO6k (ORCPT ); Wed, 12 Sep 2018 10:58:40 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:45848 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbeILO6j (ORCPT ); Wed, 12 Sep 2018 10:58:39 -0400 Received: by mail-ed1-f65.google.com with SMTP id p52-v6so1233592eda.12 for ; Wed, 12 Sep 2018 02:54:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=q7StzQyd+okywPPbXDjrtJCN5bAcIFHgFQlaxztz5dY=; b=bv1vaPdS27Frv9kiMDM1C8J0zLCjFcroQZ21iJ8vgCOocCsPIUyHTNVJ+Ur717+HcE +D+D1Efmfvvijv6BcOwkHJ6qhBKbVefkwuZyt9s/8oBrpDdpQcrP0HLWndHWzFixz+2X M6SiSfzreyp3uGwR0InXc1KXmJrd7kX1eW/tI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=q7StzQyd+okywPPbXDjrtJCN5bAcIFHgFQlaxztz5dY=; b=MRevOLjAPc50sWhmr834v4+EKE9TVZ9RE3Gdn5oyNuToL1eH+hben2YUeuFTkkze8U rrF6DiiY3u/o8hJWyF1j5yAsuseUJzS9uIBF7tUkibHB9MsZR9YbCQUfmx3c3k77usrM 6Bw14WcuOUTk+3kBNi2ng7+lZdpqAREw01G7YJq3BTgKl7bU0QhWPUpuX5m9ceqxbijt dfusRiispABn8iiziEw5+1GHU17OymTqodn3Gm51aGOAYQqu2BIKoT/jBs7uYGq/NmBb WEkl31SpFujmBavHRHXeA2xuo+jI5wyXpx+6UeEvQ8FXAKHPaFw+6fIrC7Y5uKeLRtR0 xjcg== X-Gm-Message-State: APzg51C7goPM+ScYZeeVcZYpQsdNJhdcuVpq6qpyF7IOIZfjhMKHn+B9 iJwwAXncLCIBOcGvt1Wh49qIpA== X-Google-Smtp-Source: ANB0Vdbm77Mjkf/grj+hcc5T8y/aN9BwFRQLDqSnaD0UTh7LOTGD58oJldSSr1WKjRAD+c6ENGBVQw== X-Received: by 2002:a50:cb8c:: with SMTP id k12-v6mr1878289edi.171.1536746091680; Wed, 12 Sep 2018 02:54:51 -0700 (PDT) Received: from localhost ([49.248.190.214]) by smtp.gmail.com with ESMTPSA id h40-v6sm420603edh.88.2018.09.12.02.54.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Sep 2018 02:54:50 -0700 (PDT) From: Amit Kucheria To: linux-kernel@vger.kernel.org Cc: rnayak@codeaurora.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, edubezval@gmail.com, smohanad@codeaurora.org, andy.gross@linaro.org, dianders@chromium.org, mka@chromium.org, Zhang Rui , Daniel Lezcano , Rob Herring , Mark Rutland , linux-pm@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v3 13/16] dt-bindings: thermal: Fix a typo in documentation Date: Wed, 12 Sep 2018 15:22:58 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org c(1) + x(1) was actually meant to be c(1) * x(1). Signed-off-by: Amit Kucheria Reviewed-by: Matthias Kaehlcke Acked-by: Rob Herring Reviewed-by: Bjorn Andersson --- Documentation/devicetree/bindings/thermal/thermal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/thermal/thermal.txt b/Documentation/devicetree/bindings/thermal/thermal.txt index eb7ee91556a5..ca14ba959e0d 100644 --- a/Documentation/devicetree/bindings/thermal/thermal.txt +++ b/Documentation/devicetree/bindings/thermal/thermal.txt @@ -152,7 +152,7 @@ Optional property: Elem size: one cell the sensors listed in the thermal-sensors property. Elem type: signed Coefficients defaults to 1, in case this property is not specified. A simple linear polynomial is used: - Z = c0 * x0 + c1 + x1 + ... + c(n-1) * x(n-1) + cn. + Z = c0 * x0 + c1 * x1 + ... + c(n-1) * x(n-1) + cn. The coefficients are ordered and they match with sensors by means of sensor ID. Additional coefficients are