diff options
author | Jeongjun Park <[email protected]> | 2024-08-07 23:31:10 +0900 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2024-08-15 15:56:22 -0700 |
commit | febb6f3e3ac196602cca5738d8a189d57392324a (patch) | |
tree | 4da1fbc685d021a32cb0db8172199fd068c3cc51 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 35ec1cdfc3fea11e5cbb2b17dccfc692430c73dd (diff) |
bpf: Remove __btf_name_valid() and change to btf_name_valid_identifier()
__btf_name_valid() can be completely replaced with
btf_name_valid_identifier, and since most of the time you already call
btf_name_valid_identifier instead of __btf_name_valid , it would be
appropriate to rename the __btf_name_valid function to
btf_name_valid_identifier and remove __btf_name_valid.
Signed-off-by: Jeongjun Park <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Reviewed-by: Alan Maguire <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions