staging: octeon: Fix line 80 characters in ethernet.c

The following patch fixes the checpatch.pl warning:
WARNING: line over 80 characters

Signed-off-by: Esra Altintas <es.altintas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Esra Altintas 2014-09-27 13:49:02 +03:00 committed by Greg Kroah-Hartman
parent 2e98f76c8f
commit 99f8dbc564
1 changed files with 2 additions and 1 deletions

View File

@ -720,7 +720,8 @@ static int cvm_oct_probe(struct platform_device *pdev)
struct net_device *dev =
alloc_etherdev(sizeof(struct octeon_ethernet));
if (!dev) {
pr_err("Failed to allocate ethernet device for port %d\n", port);
pr_err("Failed to allocate ethernet device for port %d\n",
port);
continue;
}