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:
parent
b186410d6a
commit
851ec8cda8
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue