summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-07-23 15:31:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-30 07:35:27 -0700
commitba38aac161f2d8b5d5d30e7169456b13dbb8caed (patch)
tree6274fdebd57bb58aa15b9b95a3d5916abf0f8943 /tools/perf/scripts/python/compaction-times.py
parent3385ecf87f21d4dc0281ab781bdc57830cf681b6 (diff)
downloadkernel-ba38aac161f2d8b5d5d30e7169456b13dbb8caed.tar.gz
tty: synclink: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by <linux/pci.h> work with const pci_device_id. So mark the non-const structs as const. File size before: text data bss dec hex filename 51755 400 513 52668 cdbc drivers/tty/synclink.o File size After adding 'const': text data bss dec hex filename 51883 304 513 52700 cddc drivers/tty/synclink.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions
g 2023-04-17dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer 2023-02-17dm ioctl: remove unnecessary check when using dm_get_mdptr()Hou Tao 2023-02-17dm ioctl: assert _hash_lock is held in __hash_removeMike Snitzer 2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen 2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen 2023-02-14dm: prefer '"%s...", __func__'Heinz Mauelshagen 2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen 2023-02-14dm: add missing empty linesHeinz Mauelshagen 2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen 2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen 2023-02-14dm: correct block comments format.Heinz Mauelshagen 2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen 2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen 2023-02-14dm: send just one event on resize, not twoMikulas Patocka 2023-02-02dm ioctl: drop always-false conditionSergey Shtylyov 2022-12-01dm ioctl: fix a couple ioctl codesMikulas Patocka 2022-12-01dm ioctl: a small code cleanup in list_version_get_infoMikulas Patocka 2022-11-18dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka 2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka 2022-07-07dm table: remove dm_table_get_num_targets() wrapperMike Snitzer 2022-04-01dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka 2022-02-22dm ioctl: prevent potential spectre v1 gadgetJordy Zomer 2021-08-10dm ima: measure data on device renameTushar Sugandhi 2021-08-10dm ima: measure data on table clearTushar Sugandhi 2021-08-10dm ima: measure data on device removeTushar Sugandhi 2021-08-10dm ima: measure data on device resumeTushar Sugandhi 2021-08-10dm ima: measure data on table loadTushar Sugandhi 2021-08-09dm: move setting md->type into dm_setup_md_queueChristoph Hellwig