]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - sound/sound_core.c
sound: Use octal not symbolic permissions
authorJoe Perches <joe@perches.com>
Wed, 23 May 2018 19:20:59 +0000 (12:20 -0700)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 May 2018 09:27:20 +0000 (11:27 +0200)
commit6a73cf46ce9d1b382ea14d74ce4bc9aa0c52337a
tree801677ceb97963e89f337795fbeafb8a8869d38c
parent84eaaef2ae196ccdac0154a9a9daac95b9b367fd
sound: Use octal not symbolic permissions

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@perches.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
41 files changed:
sound/core/compress_offload.c
sound/core/info.c
sound/core/init.c
sound/core/oss/mixer_oss.c
sound/core/oss/pcm_oss.c
sound/core/pcm.c
sound/core/pcm_memory.c
sound/drivers/dummy.c
sound/drivers/mts64.c
sound/drivers/opl4/opl4_proc.c
sound/drivers/portman2x4.c
sound/firewire/bebob/bebob_proc.c
sound/firewire/dice/dice-proc.c
sound/firewire/digi00x/digi00x-proc.c
sound/firewire/fireface/ff-proc.c
sound/firewire/fireworks/fireworks_proc.c
sound/firewire/motu/motu-proc.c
sound/firewire/oxfw/oxfw-proc.c
sound/firewire/tascam/tascam-proc.c
sound/isa/msnd/msnd_pinnacle.c
sound/pci/ac97/ac97_proc.c
sound/pci/asihpi/asihpi.c
sound/pci/asihpi/hpioctl.c
sound/pci/ca0106/ca0106_proc.c
sound/pci/cs46xx/cs46xx_lib.c
sound/pci/cs46xx/dsp_spos.c
sound/pci/cs46xx/dsp_spos_scb_lib.c
sound/pci/ctxfi/cttimer.c
sound/pci/ctxfi/xfi.c
sound/pci/emu10k1/emu10k1x.c
sound/pci/emu10k1/emuproc.c
sound/pci/hda/patch_hdmi.c
sound/pci/ice1712/pontis.c
sound/pci/ice1712/prodigy_hifi.c
sound/pci/lola/lola_proc.c
sound/pci/pcxhr/pcxhr.c
sound/soc/codecs/cs43130.c
sound/soc/codecs/wm_adsp.c
sound/soc/fsl/fsl_ssi_dbg.c
sound/sound_core.c
sound/sparc/dbri.c