OSDN Git Service

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)
commitc2e323290f9f7cd0d8115a7e7ad4d3311e5a2aa9
tree15a59f118e8266f724ffb456d9d6d411d77756d0
parent3278ef5961e0e28a57b774cf506e141facc9af4d
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