diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2016-02-02 22:13:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-08 07:11:10 +0100 |
commit | ff8742279ff163e36ee50bb4e75090af1d7d6e3b (patch) | |
tree | 0fa9725671b9b7a74cfd7f541d5bda0e04caf25a /drivers | |
parent | VMCI: Use 32bit atomics for queue headers on X86_32 (diff) | |
download | linux-ff8742279ff163e36ee50bb4e75090af1d7d6e3b.tar.xz linux-ff8742279ff163e36ee50bb4e75090af1d7d6e3b.zip |
coresight: fixing indentation problem
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwtracing/coresight/coresight.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |