usb: ftdi-elan: move a couple of statements to next line
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Sep 2019 12:45:53 +0000 (13:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 12:09:42 +0000 (14:09 +0200)
commitf906d0614f5f5742c46db9773c0fa5f4c521549f
tree48bd42d7e39b96e2fa75c46203489975eff839a4
parentc2c1c66b5d4360debc9564d0aa11c873ed2e7aaa
usb: ftdi-elan: move a couple of statements to next line

There are a couple of statements that follow the end brace
of while loops that should be moved to the next line to clean
up the coding style. Cleans up style warnings from smatch.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20190926124553.15177-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/ftdi-elan.c