diff options
| author | Bharat Nihalani <bnihalani@nvidia.com> | 2017-07-07 14:09:41 -0400 |
|---|---|---|
| committer | Jani Uusi-Rantala <juusirantala@nvidia.com> | 2017-07-28 00:41:24 -0400 |
| commit | faa50afe90de23dccaf5a873b3e35ca8e69f344c (patch) | |
| tree | a6a3b600750f4d30fce2b3ea3a144771101dcc6e /scripts/const_structs.checkpatch | |
| parent | 8270fe5ff582e4a1fa20a0f4e853e82da63f35d9 (diff) | |
scripts: update checkpatch.pl with latest K4.9 snapshot
This contains a fix for an issue seen when a new file is added.
The issue reported is:
Use of uninitialized value $root in concatenation (.) or
string at /tmp/tmp3tca6a line 767.
Also add const_structs.checkpatch file which is added for K4.9,
which will fix the following issue reported in ACV:
No structs that should be const will be found - file
'/tmp/const_structs.checkpatch': No such file or directory
Bug 1928069
Change-Id: I72b8a7b0d3e5c0f3d68258ce68e9961987275bb3
Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1515451
Reviewed-by: Jani Uusi-Rantala <juusirantala@nvidia.com>
Diffstat (limited to 'scripts/const_structs.checkpatch')
| -rw-r--r-- | scripts/const_structs.checkpatch | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/scripts/const_structs.checkpatch b/scripts/const_structs.checkpatch new file mode 100644 index 000000000..ac5f12671 --- /dev/null +++ b/scripts/const_structs.checkpatch | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | acpi_dock_ops | ||
| 2 | address_space_operations | ||
| 3 | backlight_ops | ||
| 4 | block_device_operations | ||
| 5 | clk_ops | ||
| 6 | comedi_lrange | ||
| 7 | component_ops | ||
| 8 | dentry_operations | ||
| 9 | dev_pm_ops | ||
| 10 | dma_map_ops | ||
| 11 | driver_info | ||
| 12 | drm_connector_funcs | ||
| 13 | drm_encoder_funcs | ||
| 14 | drm_encoder_helper_funcs | ||
| 15 | ethtool_ops | ||
| 16 | extent_io_ops | ||
| 17 | file_lock_operations | ||
| 18 | file_operations | ||
| 19 | hv_ops | ||
| 20 | ide_dma_ops | ||
| 21 | ide_port_ops | ||
| 22 | inode_operations | ||
| 23 | intel_dvo_dev_ops | ||
| 24 | irq_domain_ops | ||
| 25 | item_operations | ||
| 26 | iwl_cfg | ||
| 27 | iwl_ops | ||
| 28 | kgdb_arch | ||
| 29 | kgdb_io | ||
| 30 | kset_uevent_ops | ||
| 31 | lock_manager_operations | ||
| 32 | machine_desc | ||
| 33 | microcode_ops | ||
| 34 | mlxsw_reg_info | ||
| 35 | mtrr_ops | ||
| 36 | neigh_ops | ||
| 37 | net_device_ops | ||
| 38 | nlmsvc_binding | ||
| 39 | nvkm_device_chip | ||
| 40 | of_device_id | ||
| 41 | pci_raw_ops | ||
| 42 | pipe_buf_operations | ||
| 43 | platform_hibernation_ops | ||
| 44 | platform_suspend_ops | ||
| 45 | proto_ops | ||
| 46 | regmap_access_table | ||
| 47 | rpc_pipe_ops | ||
| 48 | rtc_class_ops | ||
| 49 | sd_desc | ||
| 50 | seq_operations | ||
| 51 | sirfsoc_padmux | ||
| 52 | snd_ac97_build_ops | ||
| 53 | snd_soc_component_driver | ||
| 54 | soc_pcmcia_socket_ops | ||
| 55 | stacktrace_ops | ||
| 56 | sysfs_ops | ||
| 57 | tty_operations | ||
| 58 | uart_ops | ||
| 59 | usb_mon_operations | ||
| 60 | v4l2_ctrl_ops | ||
| 61 | v4l2_ioctl_ops | ||
| 62 | vm_operations_struct | ||
| 63 | wacom_features | ||
| 64 | wd_ops | ||
