Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753410AbdFVQR2 (ORCPT ); Thu, 22 Jun 2017 12:17:28 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33032 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751167AbdFVQR0 (ORCPT ); Thu, 22 Jun 2017 12:17:26 -0400 Date: Thu, 22 Jun 2017 11:17:13 -0500 From: Rob Herring To: frowand.list@gmail.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] of: be consistent in form of file mode Message-ID: <20170622161713.l4hsh2rqr4c7u4ob@rob-hp-laptop> References: <1498072803-4521-1-git-send-email-frowand.list@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498072803-4521-1-git-send-email-frowand.list@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 14 On Wed, Jun 21, 2017 at 12:20:03PM -0700, frowand.list@gmail.com wrote: > From: Frank Rowand > > checkpatch whined about using S_IRUGO instead of octal equivalent > when adding phandle sysfs code, so used octal in that pending patch. > Change other instances of the S_* constants in the same file to > the octal form. > > Signed-off-by: Frank Rowand > --- > drivers/of/base.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied.