forked from Minki/linux
staging: csr: drv.c: replace spaces with tabs in uf_destroy_device_nodes
replace spaces at the start of line with tabs Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a319cefe32
commit
ffe6d91cdb
@ -2018,10 +2018,10 @@ int uf_create_device_nodes(unifi_priv_t *priv, int bus_id)
|
||||
|
||||
void uf_destroy_device_nodes(unifi_priv_t *priv)
|
||||
{
|
||||
device_destroy(unifi_class, priv->unifiudi_cdev.dev);
|
||||
device_destroy(unifi_class, priv->unifi_cdev.dev);
|
||||
cdev_del(&priv->unifiudi_cdev);
|
||||
cdev_del(&priv->unifi_cdev);
|
||||
device_destroy(unifi_class, priv->unifiudi_cdev.dev);
|
||||
device_destroy(unifi_class, priv->unifi_cdev.dev);
|
||||
cdev_del(&priv->unifiudi_cdev);
|
||||
cdev_del(&priv->unifi_cdev);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user