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