summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2024-10-22 17:47:27 +0200
committerBjorn Andersson <andersson@kernel.org>2024-10-22 19:07:00 -0500
commit2df0741cee9989446cf8f4f67f2377fbb45bf20f (patch)
treeb25ae9ad6e4264ed721e5fcf0e698598ffd27efa /tools/perf/scripts/python/bin
parent6f8c1ed25809181c187a59b1caaa1521756924bf (diff)
downloadkernel-2df0741cee9989446cf8f4f67f2377fbb45bf20f.tar.gz
arm64: dts: qcom: msm: change labels to lower-case
DTS coding style expects labels to be lowercase. No functional impact. Verified with comparing decompiled DTB (dtx_diff and fdtdump+diff). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20241022-dts-qcom-label-v3-2-0505bc7d2c56@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
span>don't put symlink bodies in pagecache into highmemAl Viro 2015-09-10fs/coda: fix readlink buffer overflowJan Harkes 2015-06-23fs: cleanup slight list_entry abuseRasmus Villemoes 2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells 2015-04-11make new_sync_{read,write}() staticAl Viro 2015-04-11coda: switch to ->read_iter/->write_iterAl Viro 2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells 2015-02-17fs/coda/dir.c: forward declaration clean-upFabian Frederick 2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig 2014-12-11coda_venus_readdir(): use file_inode()Al Viro 2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro 2014-10-31new helper: is_root_inode()Al Viro 2014-08-08fs/coda: use linux/uaccess.hFabian Frederick 2014-06-06coda: convert use of typedef ctl_table to struct ctl_tableJoe Perches 2014-06-06fs/coda: use __func__Fabian Frederick 2014-06-06fs/coda: logging prefix uniformizationFabian Frederick 2014-06-06fs/coda: replace printk by pr_foo()Fabian Frederick 2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2014-04-03fs/coda/inode.c: add __init to init_inodecache()Fabian Frederick 2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner 2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o