Skip to content

Commit

Permalink
staging: csr: drv.c: replace spaces with tabs in uf_destroy_device_nodes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent a319cef commit ffe6d91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/csr/drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand Down

0 comments on commit ffe6d91

Please sign in to comment.