[PATCH] sound: Use octal not symbolic permissions
Vinod
vkoul at kernel.org
Thu May 24 14:11:23 AEST 2018
On 23-05-18, 12:20, Joe Perches wrote:
> Convert the S_<FOO> 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 <files...>
>
> Miscellanea:
>
> o Wrapped one multi-line call to a single line
>
> Signed-off-by: Joe Perches <joe at perches.com>
> ---
> sound/core/compress_offload.c | 2 +-
Acked-By: Vinod Koul <vkoul at kernel.org>
--
~Vinod
More information about the Linuxppc-dev
mailing list