staging: octeon: Removed space at start of line
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Sun, 13 Oct 2013 14:49:50 +0000 (20:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:30:35 +0000 (09:30 -0700)
Removed unnecessary space at start of line
to fix checkpatch.pl warning.

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet.c

index 8680d70..8aba66e 100644 (file)
@@ -169,7 +169,7 @@ static void cvm_oct_periodic_worker(struct work_struct *work)
        if (!atomic_read(&cvm_oct_poll_queue_stopping))
                queue_delayed_work(cvm_oct_poll_queue,
                                                &priv->port_periodic_work, HZ);
- }
+}
 
 static void cvm_oct_configure_common_hw(void)
 {