Commit de657d59 authored by Ragnar B. Johannsson's avatar Ragnar B. Johannsson Committed by Greg Kroah-Hartman

staging: vt6656: fix incorrect indentation

Use tabs, not spaces.
Signed-off-by: default avatarRagnar B. Johannsson <ragnar@igo.is>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86140346
......@@ -573,7 +573,7 @@ static u16 vnt_fill_cts_head(struct vnt_usb_send_context *tx_context,
memcpy(buf->data.ra, priv->current_net_addr, ETH_ALEN);
return vnt_rxtx_datahead_g(tx_context, &buf->data_head);
}
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment