staging: octeon: Removed space at start of line

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>
This commit is contained in:
Nandini Hanumanthagowda 2013-10-13 20:19:50 +05:30 committed by Greg Kroah-Hartman
parent b186410d6a
commit 851ec8cda8
1 changed files with 1 additions and 1 deletions

View 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)
{