staging: vt6655: fix coding style problem at assigning netdev_ops

we are using spaces at the beginning of the line, we should use
tabs instead

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-09-07 00:08:04 +05:30 committed by Greg Kroah-Hartman
parent bf76ebd9cf
commit 502eb5369f

View file

@ -893,7 +893,6 @@ static bool device_release_WPADEV(PSDevice pDevice)
return true;
}
static const struct net_device_ops device_netdev_ops = {
.ndo_open = device_open,
.ndo_stop = device_close,
@ -903,8 +902,6 @@ static const struct net_device_ops device_netdev_ops = {
.ndo_set_rx_mode = device_set_multi,
};
static int __devinit
vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
{