]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: code refactoring for local variables
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 7 Jul 2019 12:07:59 +0000 (21:07 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 8 Jul 2019 12:50:42 +0000 (14:50 +0200)
commit48797b6162eff7a95c123fe4b3846ba8adb025fb
treeb9683f0adc626c3d2791bbbe34b30147f18c794d
parent47ed004efb53f5bd439a96eea7467d6376d2e332
ALSA: firewire-lib: code refactoring for local variables

It's better to use int type for loop index. For consistency, the name
of local variable for the number of data block should be plural.

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