From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424906AbeE1LsE (ORCPT ); Mon, 28 May 2018 07:48:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:50518 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423149AbeE1LsA (ORCPT ); Mon, 28 May 2018 07:48:00 -0400 Date: Mon, 28 May 2018 11:28:13 +0200 Message-ID: From: Takashi Iwai To: "Joe Perches" Cc: "Brian Austin" , "Paul Handrigan" , "Nicolin Chen" , "Xiubo Li" , "Vinod Koul" , "Clemens Ladisch" , "Fabio Estevam" , "Jaroslav Kysela" , "Timur Tabi" , , "Liam Girdwood" , "Mark Brown" , , , Subject: Re: [PATCH] sound: Use octal not symbolic permissions In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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