Skip to content

Commit ff87422

Browse files
mathieupoiriergregkh
authored andcommitted
coresight: fixing indentation problem
Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f42a0fd commit ff87422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwtracing/coresight/coresight.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ static void coresight_fixup_orphan_conns(struct coresight_device *csdev)
536536
* are hooked-up with each newly added component.
537537
*/
538538
bus_for_each_dev(&coresight_bustype, NULL,
539-
csdev, coresight_orphan_match);
539+
csdev, coresight_orphan_match);
540540
}
541541

542542

0 commit comments

Comments
 (0)