]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: wfx: do not declare variables inside loops
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Tue, 26 May 2020 17:18:13 +0000 (19:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 May 2020 08:18:08 +0000 (10:18 +0200)
commit5998b72a9f6172c29e7a11bd86d0d4cefd0fc4b2
tree07ce1a8132fc7fce5b7e67ff644c147d94185a26
parent100c06f5dfc300ee67d08786c1a646c0fe327a86
staging: wfx: do not declare variables inside loops

The local variables should be declared at beginning of the functions.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200526171821.934581-3-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_tx.c