coresight: Rename nr_outports to nr_outconns
authorJames Clark <james.clark@arm.com>
Tue, 25 Apr 2023 14:35:31 +0000 (15:35 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Mon, 5 Jun 2023 14:46:46 +0000 (15:46 +0100)
commit81d0ea763d8a1089749a9b671a730cef6cc5c5d7
treeb858d6b0ece3a64353357200bec390f9f3d3a845
parent704faaf4e33ca0bd9caa1e06c379c32a13d8c3f2
coresight: Rename nr_outports to nr_outconns

Rename to avoid confusion between port number and the index in the
connection array. The port number is already stored in the connection,
and in a later commit the connection array will be appended to, so
the length of it will no longer reflect the number of ports.

No functional changes.

Reviewed-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: James Clark <james.clark@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20230425143542.2305069-5-james.clark@arm.com
drivers/hwtracing/coresight/coresight-core.c
drivers/hwtracing/coresight/coresight-platform.c
drivers/hwtracing/coresight/coresight-tmc-etr.c
include/linux/coresight.h