mirror of https://gitee.com/openkylin/linux.git
staging: octeon: Fix line over 80 characters
This patch fix the line over 80 characters warning that was detected
using checkpatch.pl script.
Fixes: 6fe5efa141
('staging: octeon: Convert create_singlethread_workqueue()')
Cc: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Kamal Heib <kamalheib1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f06feba91
commit
8ad253fc0a
|
@ -889,7 +889,8 @@ static int cvm_oct_probe(struct platform_device *pdev)
|
|||
fau -=
|
||||
cvmx_pko_get_num_queues(priv->port) *
|
||||
sizeof(u32);
|
||||
schedule_delayed_work(&priv->port_periodic_work, HZ);
|
||||
schedule_delayed_work(&priv->port_periodic_work,
|
||||
HZ);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue