summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
diff options
context:
space:
mode:
authorAjay Singh <ajay.kathat@microchip.com>2018-01-22 15:52:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-23 11:47:29 +0100
commit387fbf00771fc27521b7176ee630cfbc571b7f62 (patch)
treecd5b5d9bc24bf211c218d315e1a5c4c7ca7adc3f /drivers/staging/wilc1000/linux_wlan.c
parentc37d652a065fd82aef62c46cb449b41992e27b9c (diff)
downloadop-kernel-dev-387fbf00771fc27521b7176ee630cfbc571b7f62.zip
op-kernel-dev-387fbf00771fc27521b7176ee630cfbc571b7f62.tar.gz
staging: wilc1000: fix alignments to match open parenthesis
Fix "Alignment should match open parenthesis" issues reported by checkpatch.pl script. changes to comply with linux coding style. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/linux_wlan.c')
-rw-r--r--drivers/staging/wilc1000/linux_wlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index 3c3f1863..d9725ef 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -695,7 +695,7 @@ static int wlan_initialize_threads(struct net_device *dev)
wilc = vif->wilc;
wilc->txq_thread = kthread_run(linux_wlan_txq_task, (void *)dev,
- "K_TXQ_TASK");
+ "K_TXQ_TASK");
if (IS_ERR(wilc->txq_thread)) {
netdev_err(dev, "couldn't create TXQ thread\n");
wilc->close = 0;
OpenPOWER on IntegriCloud