From: Mathieu Poirier Date: Tue, 2 Feb 2016 21:13:55 +0000 (-0700) Subject: coresight: fixing indentation problem X-Git-Tag: firefly_0821_release~176^2~4^2~44^2~82 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d03bf0e9b50a6310cc0f92c08930111605d8540;p=firefly-linux-kernel-4.4.55.git coresight: fixing indentation problem Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman (cherry picked from commit ff8742279ff163e36ee50bb4e75090af1d7d6e3b) --- diff --git a/drivers/hwtracing/coresight/coresight.c b/drivers/hwtracing/coresight/coresight.c index 93738dfbf631..4236a02cdab2 100644 --- a/drivers/hwtracing/coresight/coresight.c +++ b/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); }