staging: vchiq_arm: Cleaning up codestyle warnings
authorMikhail Shvetsov <lameli67@gmail.com>
Wed, 20 Dec 2017 12:30:16 +0000 (15:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Dec 2017 17:21:09 +0000 (18:21 +0100)
This removes checkpatch.pl warnings:
WARNING: line over 80 characters

Signed-off-by: Mikhail Shvetsov <lameli67@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_kern_lib.c

index 3c9f97d600196e5312848cedb695ad48ab5a2f54..43c89a08bda9622b0d54b43c05c9e628b869f927 100644 (file)
@@ -90,7 +90,8 @@ VCHIQ_STATUS_T vchiq_initialise(VCHIQ_INSTANCE_T *instance_out)
                goto failed;
        } else if (i > 0) {
                vchiq_log_warning(vchiq_core_log_level,
-                       "%s: videocore initialized after %d retries\n", __func__, i);
+                       "%s: videocore initialized after %d retries\n",
+                       __func__, i);
        }
 
        instance = kzalloc(sizeof(*instance), GFP_KERNEL);