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:
parent
bf76ebd9cf
commit
502eb5369f
1 changed files with 6 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue