Fix coding style issue caught by checkpatch.pl related to the following
warning:
        - "CHECK: spaces preferred around that '*' (ctx:VxV) "

Signed-off-by: Emmanuil Chatzipetru <chatzi.eman...@gmail.com>
---
 drivers/staging/greybus/audio_topology.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/audio_topology.c 
b/drivers/staging/greybus/audio_topology.c
index 8b216ca99cf9..3001a4971c06 100644
--- a/drivers/staging/greybus/audio_topology.c
+++ b/drivers/staging/greybus/audio_topology.c
@@ -1312,7 +1312,7 @@ static int gbaudio_tplg_process_routes(struct 
gbaudio_module_info *module,
                        goto error;
                }
                dev_dbg(module->dev, "Route {%s, %s, %s}\n", dapm_routes->sink,
-                       (dapm_routes->control) ? dapm_routes->control:"NULL",
+                       (dapm_routes->control) ? dapm_routes->control : "NULL",
                        dapm_routes->source);
                dapm_routes++;
                curr++;
-- 
2.1.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to