staging: ft1000: Fix identation in ftnet_ops struct.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3071c12ea7
commit
cb3aa5d5b5
|
@ -688,10 +688,10 @@ static int ft1000_reset_card(struct net_device *dev)
|
|||
#ifdef HAVE_NET_DEVICE_OPS
|
||||
static const struct net_device_ops ftnet_ops =
|
||||
{
|
||||
.ndo_open = &ft1000_open,
|
||||
.ndo_stop = &ft1000_close,
|
||||
.ndo_start_xmit = &ft1000_start_xmit,
|
||||
.ndo_get_stats = &ft1000_netdev_stats,
|
||||
.ndo_open = &ft1000_open,
|
||||
.ndo_stop = &ft1000_close,
|
||||
.ndo_start_xmit = &ft1000_start_xmit,
|
||||
.ndo_get_stats = &ft1000_netdev_stats,
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue