summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stat-cpi.py
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2024-02-04 21:39:50 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2025-09-15 21:08:33 -0400
commit3edcd68e35a7ad21186dbe9f74fad59cdcd24d71 (patch)
tree96808d84fb88f52cbb0858b635d654c348d9e979 /tools/perf/scripts/python/stat-cpi.py
parent2974831dd5d298d18d0ea87ec46a84e920731efa (diff)
downloadkernel-3edcd68e35a7ad21186dbe9f74fad59cdcd24d71.tar.gz
afs_edit_dir_{add,remove}(): constify qstr argument
Nothing outside of fs/dcache.c has any business modifying dentry names; passing &dentry->d_name as an argument should have that argument declared as a const pointer. Reviewed-by: David Howells <dhowells@redhat.com> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions
ux-6.6.y&id=e625020b2c1e51a216094d60a6a72596926dd77d'>HID: intel-ish-hid: ishtp: add helper function for client searchEven Xu 2018-09-24HID: intel-ish-hid: ishtp: add helper function for driver data get/setEven Xu 2018-04-26HID: intel-ish-hid: use put_device() instead of kfree()Arvind Yadav 2017-06-09hid: intel-ish-hid: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman 2017-02-14HID: intel-ish-hid: constify device_type structureBhumika Goyal 2016-12-02HID: intel_ish-hid: use %pUL for uuid formattingRasmus Villemoes 2016-08-29HID: intel_ish-hid: Remove duplicated include from bus.cWei Yongjun 2016-08-29HID: intel_ish-hid: Convert list_for_each to entry variantWei Yongjun 2016-08-17HID: intel_ish-hid: ISH Transport layerSrinivas Pandruvada