Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16e1b4eb authored by Mikhail Shvetsov's avatar Mikhail Shvetsov Committed by Greg Kroah-Hartman
Browse files

staging: vchiq_arm: Cleaning up codestyle warnings



This removes checkpatch.pl warnings:
WARNING: line over 80 characters

Signed-off-by: default avatarMikhail Shvetsov <lameli67@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 75ff22a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);