diff options
author | 2025-01-05 16:34:05 +0800 | |
---|---|---|
committer | 2025-01-10 15:26:12 +0100 | |
commit | ab017a15fdb2222002cdc6bdf86699fb21a0721a (patch) | |
tree | 852dadf5ccf61480cdd2319a887c9cc3564dd966 /tools/perf/scripts/python/syscall-counts.py | |
parent | driver core: Move true expression out of if condition in 3 device finding APIs (diff) | |
download | wireguard-linux-ab017a15fdb2222002cdc6bdf86699fb21a0721a.tar.xz wireguard-linux-ab017a15fdb2222002cdc6bdf86699fb21a0721a.zip |
driver core: Rename declaration parameter name for API device_find_child() cluster
For APIs:
device_find_child()
device_for_each_child()
device_for_each_child_reverse()
Their declaration has parameter name 'dev', but their defination
changes the name to 'parent'.
Rename declaration name to defination 'parent' to make both have
the same name.
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250105-class_fix-v6-4-3a2f1768d4d4@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions