diff options
author | Marcelo Diop-Gonzalez <marcgonzalez@google.com> | 2019-11-14 18:28:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-15 14:14:55 +0800 |
commit | 2611045e3555cd0d75837ae69ffd70ef51e28bf7 (patch) | |
tree | 4108287a2b40e171205cb7c03815973d59972852 /drivers/iio/buffer | |
parent | 635dad0911d12d633df7611a5c564a3b98f425cf (diff) | |
download | linux-2611045e3555cd0d75837ae69ffd70ef51e28bf7.tar.gz |
staging: vchiq: Refactor indentation in vchiq_platform_conn_state_changed()
Reducing the indentation level helps a bit with
the readability of this function. There's also a checkpatch
fix here, moving the first argument to kthread_create() onto
the same line, as well as a relocation of the statement
"char threadname[16];" to the top of the function to avoid
a declaration in the middle of code.
Signed-off-by: Marcelo Diop-Gonzalez <marcgonzalez@google.com>
Link: https://lore.kernel.org/r/20191114232801.71458-1-marcgonzalez@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/buffer')
0 files changed, 0 insertions, 0 deletions