2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-17 01:34:00 +08:00

staging/wlan-ng: Fix line alignment

Fix code alignment. Issue reported by checkpatch.pl

Signed-off-by: Izabela Bakollari <izabela.bakollari@gmail.com>
Link: https://lore.kernel.org/r/20201022132218.235744-1-izabela.bakollari@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Izabela Bakollari 2020-10-22 15:22:18 +02:00 committed by Greg Kroah-Hartman
parent 9364a2cf56
commit 16b37e7ba6

View File

@ -1198,8 +1198,8 @@ int prism2mgmt_wlansniff(struct wlandevice *wlandev, void *msgp)
if (wlandev->netdev->type == ARPHRD_ETHER) {
/* Save macport 0 state */
result = hfa384x_drvr_getconfig16(hw,
HFA384x_RID_CNFPORTTYPE,
&hw->presniff_port_type);
HFA384x_RID_CNFPORTTYPE,
&hw->presniff_port_type);
if (result) {
netdev_dbg
(wlandev->netdev,