]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192u: Remove unnecessary line-breaks in function signatures
authorSumera Priyadarsini <sylphrenadin@gmail.com>
Wed, 18 Sep 2019 13:57:44 +0000 (19:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Sep 2019 19:57:58 +0000 (21:57 +0200)
commitbb6d75af82783526fb834026592907a09d39b224
tree15a59f118e8266f724ffb456d9d6d411d77756d0
parent09aab5c052fc8531482471dbe3a4f228461220ea
staging: rtl8192u: Remove unnecessary line-breaks in function signatures

This patch fixes the function signatures for rtl8192_handle_assoc_response,
rtl8192_record_rxdesc_forlateruse, rtl819xusb_process_received_packet
and other relevant code blocks 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/ed06fc34eecd883f02bb9a037522b65c63a5eec4.1568814125.git.sylphrenadin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c