commit | f23519843b01fdc266dd70ca29ef0f0a54f8b064 | [log] [tgz] |
---|---|---|
author | Lourdes Pedrajas <lu@pplo.net> | Sun Mar 15 23:12:47 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 17 14:07:55 2020 +0100 |
tree | 8eaf73e60a4f3f5fee936cc56eefc4ef5507efc7 | |
parent | 963399b2c23b36b9a2d8c873826673964c600770 [diff] |
staging: speakup: main: switch multiple assignment for one assignment per line One assignment per line is preferred, instead of multiple assignments. To make it more readable. Issue found with checkpatch. Signed-off-by: Lourdes Pedrajas <lu@pplo.net> Reviewed-by: Samuel Thibautl <samuel.thibault@ens-lyon.org> Link: https://lore.kernel.org/r/20200315221247.16629-1-lu@pplo.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>