mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: Add missing blank line after declaration
Add missing blank line after declaration of variables. Issue found by checkpatch. Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
28682b557d
commit
e1c484db03
|
@ -488,6 +488,7 @@ bool MACbSafeTxOff(struct vnt_private *priv)
|
|||
bool MACbSafeStop(struct vnt_private *priv)
|
||||
{
|
||||
void __iomem *dwIoBase = priv->PortOffset;
|
||||
|
||||
MACvRegBitsOff(dwIoBase, MAC_REG_TCR, TCR_AUTOBCNTX);
|
||||
|
||||
if (!MACbSafeRxOff(priv)) {
|
||||
|
|
Loading…
Reference in New Issue