OSDN Git Service

Staging: rtlwifi: base: Modified the line ending with a parenthesis
authorSohil Ladhani <supertakumi86@gmail.com>
Sun, 5 Aug 2018 11:29:55 +0000 (16:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Aug 2018 14:09:15 +0000 (16:09 +0200)
commita9df8cd5e3fcd046c20e036073b1f90854b3e863
tree894936aefd6301b7088b8e1c7a6436ddbffa3d3a
parent2ec34a4393f1799f1c0fd49afb930e877de27452
Staging: rtlwifi: base: Modified the line ending with a parenthesis

This patch fixes the "Lines should not end with a '('" warning reported by
checkpatch.pl script. The line containing 'rtl_mrate_idx_to_arfr_id' function
previously ended with '(', which did not conform to the linux kernel
coding style.

Signed-off-by: Sohil Ladhani <supertakumi86@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtlwifi/base.c