]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: gasket: Remove unnecessary line-breaks in function signatures
authorSumera Priyadarsini <sylphrenadin@gmail.com>
Fri, 16 Aug 2019 21:37:02 +0000 (03:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Aug 2019 06:51:11 +0000 (08:51 +0200)
commit87b42aa3cb5512036ca98028c6f6b914a96743ba
tree75c7da28d8d5a89ec111f30e654089218acd99be
parent1d819c5406d8a01867df55e90af97ee64c03b037
staging: gasket: Remove unnecessary line-breaks in function signatures

This patch fixes the function signatures for gasket_read_page_table_size,
gasket_read_simple_page_table_size, gasket_partition_page_table,
gasket_config_coherent_allocator to avoid  the checkpatch.pl warning:

CHECK: Lines should not end with a '('

Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>
Link: https://lore.kernel.org/r/20190816213702.32116-1-sylphrenadin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_ioctl.c