]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: oxfw: enclose identifiers referred by single function
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 5 Jan 2017 12:48:09 +0000 (21:48 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Jan 2017 15:58:05 +0000 (16:58 +0100)
commit39feaf2d0a2e1844a7d4c26ac1fac66176a15515
tree38f2f5fee933156800f9de5f9c65863948a62073
parent7cdc887a00d79a1553009eb7afd308882e4b74d5
ALSA: oxfw: enclose identifiers referred by single function

Some identifiers are referred just by one functions. In this case, they
can be put into the function definition. This brings two merits; readers
can easily follow codes related to the identifiers, developers are free
from name conflict.

This commit moves such identifiers to each function definition.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/oxfw/oxfw-midi.c