Commit 851ec8cd authored by Nandini Hanumanthagowda's avatar Nandini Hanumanthagowda Committed by Greg Kroah-Hartman

staging: octeon: Removed space at start of line

Removed unnecessary space at start of line
to fix checkpatch.pl warning.
Signed-off-by: default avatarNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b186410d
...@@ -169,7 +169,7 @@ static void cvm_oct_periodic_worker(struct work_struct *work) ...@@ -169,7 +169,7 @@ static void cvm_oct_periodic_worker(struct work_struct *work)
if (!atomic_read(&cvm_oct_poll_queue_stopping)) if (!atomic_read(&cvm_oct_poll_queue_stopping))
queue_delayed_work(cvm_oct_poll_queue, queue_delayed_work(cvm_oct_poll_queue,
&priv->port_periodic_work, HZ); &priv->port_periodic_work, HZ);
} }
static void cvm_oct_configure_common_hw(void) static void cvm_oct_configure_common_hw(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment