staging: emxx_udc: Fix the format of a parameter list
authorFrank A. Cancio Bello <frank@generalsoftwareinc.com>
Mon, 28 Oct 2019 16:59:06 +0000 (16:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2019 08:07:59 +0000 (09:07 +0100)
commit883afa2de414604906c604c03006732c73cbda1d
tree991974dfa9ceaa84244f5678ece76bf43eb836fb
parent4f83b7dd1b078ed935e1f75687b7551e55f386f3
staging: emxx_udc: Fix the format of a parameter list

The closing parenthesis of a multiline parameter list looks better
in the same line as the last parameter.

The comma that separates parameters should be at the end of the line.

Signed-off-by: Frank A. Cancio Bello <frank@generalsoftwareinc.com>
Link: https://lore.kernel.org/r/20191028165906.tv5zxjiqwjthygnq@linux-kernel-dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c