commit | f906d0614f5f5742c46db9773c0fa5f4c521549f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 26 13:45:53 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 04 14:09:42 2019 +0200 |
tree | 48bd42d7e39b96e2fa75c46203489975eff839a4 | |
parent | c2c1c66b5d4360debc9564d0aa11c873ed2e7aaa [diff] |
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>