From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] sound: Use octal not symbolic permissions Date: Mon, 28 May 2018 11:28:13 +0200 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Joe Perches Cc: Brian Austin , Paul Handrigan , Nicolin Chen , Xiubo Li , Vinod Koul , Clemens Ladisch , Fabio Estevam , Jaroslav Kysela , Timur Tabi , alsa-devel@alsa-project.org, Liam Girdwood , Mark Brown , linuxppc-dev@lists.ozlabs.org, patches@opensource.cirrus.com, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Wed, 23 May 2018 21:20:59 +0200, Joe Perches wrote: > > Convert the S_ symbolic permissions to their octal equivalents as > using octal and not symbolic permissions is preferred by many as more > readable. > > see: https://lkml.org/lkml/2016/8/2/1945 > > Done with automated conversion via: > $ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --fix-inplace > > Miscellanea: > > o Wrapped one multi-line call to a single line > > Signed-off-by: Joe Perches Applied, thanks. Takashi