staging: vt6656: fix incorrect indentation

Use tabs, not spaces.

Signed-off-by: Ragnar B. Johannsson <ragnar@igo.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ragnar B. Johannsson 2014-08-10 22:23:49 +00:00 коммит произвёл Greg Kroah-Hartman
Родитель 86140346ad
Коммит de657d59f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}