From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34D16CA9EB6 for ; Wed, 23 Oct 2019 09:21:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06DEB2084C for ; Wed, 23 Oct 2019 09:21:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571822473; bh=ELePjSrzkUYxtLR5wDyqHFnbIP5bKxMjDtTkTeORMSM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tEqGDfRcxcr02TSWapuksDL3X3vxvoHhT4w/IUeISlzMt/4SPovkGuyn8KKgobP+t 5cc6eSjq+wtLIUi1c5V78d/xaLJmZ/lOIYJSQy+iIA1E2RUphmUb3BgD+SSkEERaw5 tANWAHu26H2cClOl0BlIxjx5CRuCgQJxm+1e1YMk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2403781AbfJWJVL (ORCPT ); Wed, 23 Oct 2019 05:21:11 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:43506 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403757AbfJWJVL (ORCPT ); Wed, 23 Oct 2019 05:21:11 -0400 Received: by mail-ed1-f68.google.com with SMTP id q24so9215343edr.10; Wed, 23 Oct 2019 02:21:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=RR8CC8SQ8Dt9vU2p+011hdqVQSDGaSdoOwPBwDXuWag=; b=Ll4N4XtDP4JpSj2M02FePNghQcFL9Cmf0OqSqmghmzOKF8i2xSfNgTFwiGUxeoX7A3 6Ym9nn4tR0mUUItPivyq6jEblhKs2w9QhFLKzsygjChMQ5BcHnJVGcDnKCHqXMwDcpBg mUTTnBOX9I6m/HwMWkOjO8Xky+QQCRzp1L8PyMK7zmPLbnTLFGIgAGMTWdoA4XE5+NP+ 4Sj/3i70RcBLT/UgrcUqcVLHhxl9tUwFJFWUN27msTIuE+L05wXtyKgMbOsUtOB+FmSI Bs5lBUwi4s0t8c9dDDl0Wzk1x4GGuLQYfaLQY8XfWT2UTC5yu0i+GZ5tx+TMSy1IFlPD /A/Q== X-Gm-Message-State: APjAAAVrPZy94t8TWrdU23RkpZvWGnXHeXxXF6VUy79udb0LhlcLp1Vl jfI1Rs9b6wheauiNvJAnBTg= X-Google-Smtp-Source: APXvYqxuVcaV+VBzNpgps2gFjmkQkSUYEY/wz9MqeGbZAanEIxv8UUUdlRAUYHNvjy6Ht6iiwKFRMA== X-Received: by 2002:a17:906:76c9:: with SMTP id q9mr31542254ejn.53.1571822469791; Wed, 23 Oct 2019 02:21:09 -0700 (PDT) Received: from pi3 ([194.230.155.217]) by smtp.googlemail.com with ESMTPSA id o22sm739665edv.26.2019.10.23.02.21.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 02:21:08 -0700 (PDT) Date: Wed, 23 Oct 2019 11:21:06 +0200 From: Krzysztof Kozlowski To: Matti Vaittinen Cc: mazziesaccount@gmail.com, Chanwoo Choi , Lee Jones , Rob Herring , Mark Rutland , Jacek Anaszewski , Dan Murphy , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH RESEND] dt-bindings: max77693: fix missing curly brace Message-ID: <20191023092106.GB10247@pi3> References: <20191023080427.GA18784@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191023080427.GA18784@localhost.localdomain> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 23, 2019 at 11:04:27AM +0300, Matti Vaittinen wrote: > Add missing curly brace to charger node example. > > Signed-off-by: Matti Vaittinen > --- > > Resending as I forgot to add the LKML in first attempt. Sorry peeps. LKML is nice as it agregates all patches but more important is the list specific to the subsystem: devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) (+Cc) You also keep cc-ing wrong email at localhost. For the patch itself: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof