]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: rtl8712: fixed multiple line derefence issue
authorPrasant Jalan <prasant.jalan@gmail.com>
Mon, 3 Apr 2017 06:15:10 +0000 (11:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:05:59 +0000 (17:05 +0200)
commitad3dbb9a106fb5f9899b3137534f09507862fed8
treec4b8ca0864934674e8fab71369744aab4366ffb0
parentb76cc94a107ccaa7003d7ce63ff1b23aaed8f0f9
staging: rtl8712: fixed multiple line derefence issue

Checkpatch emits WARNING: Avoid multiple line dereference.

Checkpatch warning is fixed by:
* Trivial indentation improvement and
* Using += instead of + helps shortening the statement.

Signed-off-by: Prasant Jalan <prasant.jalan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_xmit.c