From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753718AbbDTTSM (ORCPT ); Mon, 20 Apr 2015 15:18:12 -0400 Received: from mail-qc0-f178.google.com ([209.85.216.178]:36127 "EHLO mail-qc0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752175AbbDTTSJ (ORCPT ); Mon, 20 Apr 2015 15:18:09 -0400 From: Fabio Estevam To: corbet@lwn.net Cc: robh+dt@kernel.org, cw00.choi@samsung.com, linux-kernel@vger.kernel.org, Fabio Estevam Subject: [PATCH] Documentation: mfd: max77686: Fix typo Date: Mon, 20 Apr 2015 16:17:37 -0300 Message-Id: <1429557457-4113-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Fabio Estevam Fix typo in 'Multifunction'. Signed-off-by: Fabio Estevam --- Documentation/devicetree/bindings/mfd/max77686.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/max77686.txt b/Documentation/devicetree/bindings/mfd/max77686.txt index e39f0bc..163bd81 100644 --- a/Documentation/devicetree/bindings/mfd/max77686.txt +++ b/Documentation/devicetree/bindings/mfd/max77686.txt @@ -1,6 +1,6 @@ Maxim MAX77686 multi-function device -MAX77686 is a Mulitifunction device with PMIC, RTC and Charger on chip. It is +MAX77686 is a Multifunction device with PMIC, RTC and Charger on chip. It is interfaced to host controller using i2c interface. PMIC and Charger submodules are addressed using same i2c slave address whereas RTC submodule uses different i2c slave address,presently for which we are statically creating i2c -- 1.9.1