Browse Source

coresight: fixing indentation problem

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Mathieu Poirier 9 years ago
parent
commit
ff8742279f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/hwtracing/coresight/coresight.c

+ 1 - 1
drivers/hwtracing/coresight/coresight.c

@@ -536,7 +536,7 @@ static void coresight_fixup_orphan_conns(struct coresight_device *csdev)
 	 * are hooked-up with each newly added component.
 	 */
 	bus_for_each_dev(&coresight_bustype, NULL,
-				 csdev, coresight_orphan_match);
+			 csdev, coresight_orphan_match);
 }