Add a newline before the second argument for style, readability, and
consistency.
Please note: checkpatch reports the third argument as being over 80
characters, but not the second argument.
Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com>
Link: https://lore.kernel.org/r/20200316221544.1251350-1-jbwyatt4@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                break;
 
        default:
-               netdev_warn(hw->wlandev->netdev, "Received frame on unsupported port=%d\n",
+               netdev_warn(hw->wlandev->netdev,
+                           "Received frame on unsupported port=%d\n",
                            HFA384x_RXSTATUS_MACPORT_GET(usbin->rxfrm.desc.status));
                break;
        }