diff options
| author | Thomas Weißschuh <[email protected]> | 2024-08-05 09:39:40 +0000 |
|---|---|---|
| committer | Joel Granados <[email protected]> | 2024-10-09 11:39:11 +0000 |
| commit | 5cc3199ed06c978e7ae785deb316dfebbbfe37ae (patch) | |
| tree | 34c947440dd5e9367e653cf33d92cd12bbe9a2b0 /scripts/const_structs.checkpatch | |
| parent | sysctl: make internal ctl_tables const (diff) | |
| download | kernel-5cc3199ed06c978e7ae785deb316dfebbbfe37ae.tar.gz kernel-5cc3199ed06c978e7ae785deb316dfebbbfe37ae.zip | |
const_structs.checkpatch: add ctl_table
Now that the sysctl core can handle "const struct ctl_table", make
sure that new usages of the struct already enter the tree as const.
Signed-off-by: Thomas Weißschuh <[email protected]>
Signed-off-by: Joel Granados <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
| -rw-r--r-- | scripts/const_structs.checkpatch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch index 014b3bfe3237..e8609a03c3d8 100644 --- a/scripts/const_structs.checkpatch +++ b/scripts/const_structs.checkpatch @@ -6,6 +6,7 @@ bus_type clk_ops comedi_lrange component_ops +ctl_table dentry_operations dev_pm_ops device_type |
