summaryrefslogtreecommitdiffstats
path: root/crypto/aes_generic.c
diff options
context:
space:
mode:
authorTakashi Sakamoto2017-06-08 23:37:02 +0200
committerTakashi Iwai2017-06-08 23:40:32 +0200
commit0d4e399965738bb90dcee2fd5aeb15c1ccc81b42 (patch)
tree7fcb590bd6efcb633ca1838c8e28f5a853a5de7d /crypto/aes_generic.c
parentALSA: pcm: add a helper function to apply parameter rules (diff)
downloadkernel-qcow2-linux-0d4e399965738bb90dcee2fd5aeb15c1ccc81b42.tar.gz
kernel-qcow2-linux-0d4e399965738bb90dcee2fd5aeb15c1ccc81b42.tar.xz
kernel-qcow2-linux-0d4e399965738bb90dcee2fd5aeb15c1ccc81b42.zip
ALSA: pcm: use goto statement instead of while statement to reduce indentation
In a process to calculate parameters of PCM substream, application of all rules is iterated several times till parameter dependencies are satisfied. In current implementation, two loops are used for the design, however this brings two-level indentation and decline readability. This commit attempts to reduce the indentation by using goto statement, instead of outer while loop. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'crypto/aes_generic.c')
0 files changed, 0 insertions, 0 deletions