From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40vZqc19FszDrWR for ; Mon, 28 May 2018 21:48:04 +1000 (AEST) 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: MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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