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
Showing
- drivers/hwtracing/coresight/coresight-core.c 16 additions, 16 deletionsdrivers/hwtracing/coresight/coresight-core.c
- drivers/hwtracing/coresight/coresight-platform.c 17 additions, 17 deletionsdrivers/hwtracing/coresight/coresight-platform.c
- drivers/hwtracing/coresight/coresight-tmc-etr.c 1 addition, 1 deletiondrivers/hwtracing/coresight/coresight-tmc-etr.c
- include/linux/coresight.h 5 additions, 5 deletionsinclude/linux/coresight.h
Please register or sign in to comment