staging: rtl8712: style fix multiple line dereferences
authorMartin Homuth <martin@martinhomuth.de>
Tue, 19 Dec 2017 20:16:23 +0000 (21:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Dec 2017 17:27:15 +0000 (18:27 +0100)
commitb78559b60518ebe61c841a18d3912348fa2539a1
tree32706248acd87c20f0f53ae8b0c3e86944fe8cb3
parent2c5f7348fee032f5cb4d55d8920c9221d724a7fd
staging: rtl8712: style fix multiple line dereferences

This patch fixes various coding style issues in the rtl8712 module as
noted by checkpatch.pl related to dereferencing over multiple lines.

It fixes the following checkpatch.pl warning:

WARNING: Avoid multiple line dereference - prefer %s

Signed-off-by: Martin Homuth <martin@martinhomuth.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_recv.c
drivers/staging/rtl8712/rtl871x_cmd.c
drivers/staging/rtl8712/rtl871x_ioctl_linux.c
drivers/staging/rtl8712/rtl871x_mlme.c
drivers/staging/rtl8712/rtl871x_security.c