]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
staging: octeon: Fix line over 80 characters
authorKamal Heib <kamalheib1@gmail.com>
Fri, 3 Feb 2017 14:02:24 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Feb 2017 10:41:38 +0000 (11:41 +0100)
This patch fix the line over 80 characters warning that was detected
using checkpatch.pl script.

Fixes: 6fe5efa1415c ('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>
drivers/staging/octeon/ethernet.c

index 4971aa54756a965ccc99edc63946fee11c13d3e9..a379734a54b1366eb2da32926a0e1a641bfc7324 100644 (file)
@@ -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);
                        }
                }
        }