staging: vchiq: cleanup code alignment issues
authorGaston Gonzalez <gascoar@gmail.com>
Wed, 15 Sep 2021 20:29:16 +0000 (17:29 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Sep 2021 14:27:50 +0000 (16:27 +0200)
Fix code alignment issues.

Reported by checkpatch.pl

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20210915202916.413914-3-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_connected.c

index 1802fd5..bdb0ab6 100644 (file)
@@ -40,8 +40,8 @@ void vchiq_add_connected_callback(void (*callback)(void))
        } else {
                if (g_num_deferred_callbacks >= MAX_CALLBACKS) {
                        vchiq_log_error(vchiq_core_log_level,
-                               "There already %d callback registered - please increase MAX_CALLBACKS",
-                               g_num_deferred_callbacks);
+                                       "There already %d callback registered - please increase MAX_CALLBACKS",
+                                       g_num_deferred_callbacks);
                } else {
                        g_deferred_callback[g_num_deferred_callbacks] =
                                callback;