From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753022AbcBVCxp (ORCPT ); Sun, 21 Feb 2016 21:53:45 -0500 Received: from mail.kernel.org ([198.145.29.136]:42412 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752981AbcBVCxn (ORCPT ); Sun, 21 Feb 2016 21:53:43 -0500 Date: Sun, 21 Feb 2016 20:53:37 -0600 From: Rob Herring To: Sanchayan Maity Cc: linux@roeck-us.net, shawnguo@kernel.org, jdelvare@suse.com, stefan@agner.ch, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org Subject: Re: [PATCH v3 2/3] ARM: dts: Change iio_hwmon nodes to use hypen in node names Message-ID: <20160222025337.GA15973@rob-hp-laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2016 at 10:30:54AM +0530, Sanchayan Maity wrote: > Change iio_hwmon nodes to use hypen in node names instead of > underscore. > > Signed-off-by: Sanchayan Maity > --- > Documentation/devicetree/bindings/iio/iio-bindings.txt | 2 +- > arch/arm/boot/dts/imx23.dtsi | 2 +- > arch/arm/boot/dts/imx28.dtsi | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) No real objection here though I don't think this is really necessary. While we prefer '-' to '_' it's not really strong enough to change. It bothers me more that the node name leaks to userspace. Rob