blob: a0a96088c74f49a961a80bc0851a84214b0a9f83 [file] [log] [blame]
Miguel Ojedad4ef8d32018-04-10 16:32:40 -07001# SPDX-License-Identifier: GPL-2.0
2#
3# clang-format configuration file. Intended for clang-format >= 4.
4#
5# For more information, see:
6#
7# Documentation/process/clang-format.rst
8# https://clang.llvm.org/docs/ClangFormat.html
9# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
10#
11---
12AccessModifierOffset: -4
13AlignAfterOpenBracket: Align
14AlignConsecutiveAssignments: false
15AlignConsecutiveDeclarations: false
16#AlignEscapedNewlines: Left # Unknown to clang-format-4.0
17AlignOperands: true
18AlignTrailingComments: false
19AllowAllParametersOfDeclarationOnNextLine: false
20AllowShortBlocksOnASingleLine: false
21AllowShortCaseLabelsOnASingleLine: false
22AllowShortFunctionsOnASingleLine: None
23AllowShortIfStatementsOnASingleLine: false
24AllowShortLoopsOnASingleLine: false
25AlwaysBreakAfterDefinitionReturnType: None
26AlwaysBreakAfterReturnType: None
27AlwaysBreakBeforeMultilineStrings: false
28AlwaysBreakTemplateDeclarations: false
29BinPackArguments: true
30BinPackParameters: true
31BraceWrapping:
32 AfterClass: false
33 AfterControlStatement: false
34 AfterEnum: false
35 AfterFunction: true
36 AfterNamespace: true
37 AfterObjCDeclaration: false
38 AfterStruct: false
39 AfterUnion: false
40 #AfterExternBlock: false # Unknown to clang-format-5.0
41 BeforeCatch: false
42 BeforeElse: false
43 IndentBraces: false
44 #SplitEmptyFunction: true # Unknown to clang-format-4.0
45 #SplitEmptyRecord: true # Unknown to clang-format-4.0
46 #SplitEmptyNamespace: true # Unknown to clang-format-4.0
47BreakBeforeBinaryOperators: None
48BreakBeforeBraces: Custom
49#BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0
50BreakBeforeTernaryOperators: false
51BreakConstructorInitializersBeforeComma: false
52#BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0
53BreakAfterJavaFieldAnnotations: false
54BreakStringLiterals: false
55ColumnLimit: 80
56CommentPragmas: '^ IWYU pragma:'
57#CompactNamespaces: false # Unknown to clang-format-4.0
58ConstructorInitializerAllOnOneLineOrOnePerLine: false
59ConstructorInitializerIndentWidth: 8
60ContinuationIndentWidth: 8
61Cpp11BracedListStyle: false
62DerivePointerAlignment: false
63DisableFormat: false
64ExperimentalAutoDetectBinPacking: false
65#FixNamespaceComments: false # Unknown to clang-format-4.0
66
67# Taken from:
68# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
69# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
70# | sort | uniq
71ForEachMacros:
72 - 'apei_estatus_for_each_section'
73 - 'ata_for_each_dev'
74 - 'ata_for_each_link'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +000075 - '__ata_qc_for_each'
76 - 'ata_qc_for_each'
77 - 'ata_qc_for_each_raw'
78 - 'ata_qc_for_each_with_internal'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070079 - 'ax25_for_each'
80 - 'ax25_uid_for_each'
Miguel Ojedaf16628d2019-03-30 09:20:16 +010081 - '__bio_for_each_bvec'
82 - 'bio_for_each_bvec'
Omar Sandoval1072c122020-04-16 14:46:11 -070083 - 'bio_for_each_bvec_all'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070084 - 'bio_for_each_integrity_vec'
85 - '__bio_for_each_segment'
86 - 'bio_for_each_segment'
87 - 'bio_for_each_segment_all'
88 - 'bio_list_for_each'
89 - 'bip_for_each_vec'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +010090 - 'bitmap_for_each_clear_region'
91 - 'bitmap_for_each_set_region'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070092 - 'blkg_for_each_descendant_post'
93 - 'blkg_for_each_descendant_pre'
94 - 'blk_queue_for_each_rl'
95 - 'bond_for_each_slave'
96 - 'bond_for_each_slave_rcu'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +000097 - 'bpf_for_each_spilled_reg'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070098 - 'btree_for_each_safe128'
99 - 'btree_for_each_safe32'
100 - 'btree_for_each_safe64'
101 - 'btree_for_each_safel'
102 - 'card_for_each_dev'
103 - 'cgroup_taskset_for_each'
104 - 'cgroup_taskset_for_each_leader'
105 - 'cpufreq_for_each_entry'
106 - 'cpufreq_for_each_entry_idx'
107 - 'cpufreq_for_each_valid_entry'
108 - 'cpufreq_for_each_valid_entry_idx'
109 - 'css_for_each_child'
110 - 'css_for_each_descendant_post'
111 - 'css_for_each_descendant_pre'
112 - 'device_for_each_child_node'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200113 - 'dma_fence_chain_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700114 - 'drm_atomic_crtc_for_each_plane'
115 - 'drm_atomic_crtc_state_for_each_plane'
116 - 'drm_atomic_crtc_state_for_each_plane_state'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000117 - 'drm_atomic_for_each_plane_damage'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200118 - 'drm_client_for_each_connector_iter'
119 - 'drm_client_for_each_modeset'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000120 - 'drm_connector_for_each_possible_encoder'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100121 - 'drm_for_each_bridge_in_chain'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700122 - 'drm_for_each_connector_iter'
123 - 'drm_for_each_crtc'
124 - 'drm_for_each_encoder'
125 - 'drm_for_each_encoder_mask'
126 - 'drm_for_each_fb'
127 - 'drm_for_each_legacy_plane'
128 - 'drm_for_each_plane'
129 - 'drm_for_each_plane_mask'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100130 - 'drm_for_each_privobj'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700131 - 'drm_mm_for_each_hole'
132 - 'drm_mm_for_each_node'
133 - 'drm_mm_for_each_node_in_range'
134 - 'drm_mm_for_each_node_safe'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100135 - 'flow_action_for_each'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200136 - 'for_each_active_dev_scope'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700137 - 'for_each_active_drhd_unit'
138 - 'for_each_active_iommu'
139 - 'for_each_available_child_of_node'
140 - 'for_each_bio'
141 - 'for_each_board_func_rsrc'
142 - 'for_each_bvec'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100143 - 'for_each_card_auxs'
144 - 'for_each_card_auxs_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000145 - 'for_each_card_components'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200146 - 'for_each_card_dapms'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100147 - 'for_each_card_pre_auxs'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000148 - 'for_each_card_prelinks'
149 - 'for_each_card_rtds'
150 - 'for_each_card_rtds_safe'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200151 - 'for_each_card_widgets'
152 - 'for_each_card_widgets_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000153 - 'for_each_cgroup_storage_type'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700154 - 'for_each_child_of_node'
155 - 'for_each_clear_bit'
156 - 'for_each_clear_bit_from'
157 - 'for_each_cmsghdr'
158 - 'for_each_compatible_node'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000159 - 'for_each_component_dais'
160 - 'for_each_component_dais_safe'
161 - 'for_each_comp_order'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700162 - 'for_each_console'
163 - 'for_each_cpu'
164 - 'for_each_cpu_and'
165 - 'for_each_cpu_not'
166 - 'for_each_cpu_wrap'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200167 - 'for_each_dapm_widgets'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700168 - 'for_each_dev_addr'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200169 - 'for_each_dev_scope'
170 - 'for_each_displayid_db'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700171 - 'for_each_dma_cap_mask'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000172 - 'for_each_dpcm_be'
173 - 'for_each_dpcm_be_rollback'
174 - 'for_each_dpcm_be_safe'
175 - 'for_each_dpcm_fe'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700176 - 'for_each_drhd_unit'
177 - 'for_each_dss_dev'
178 - 'for_each_efi_memory_desc'
179 - 'for_each_efi_memory_desc_in_map'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100180 - 'for_each_element'
181 - 'for_each_element_extid'
182 - 'for_each_element_id'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700183 - 'for_each_endpoint_of_node'
184 - 'for_each_evictable_lru'
185 - 'for_each_fib6_node_rt_rcu'
186 - 'for_each_fib6_walker_rt'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200187 - 'for_each_free_mem_pfn_range_in_zone'
188 - 'for_each_free_mem_pfn_range_in_zone_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700189 - 'for_each_free_mem_range'
190 - 'for_each_free_mem_range_reverse'
191 - 'for_each_func_rsrc'
192 - 'for_each_hstate'
193 - 'for_each_if'
194 - 'for_each_iommu'
195 - 'for_each_ip_tunnel_rcu'
196 - 'for_each_irq_nr'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000197 - 'for_each_link_codecs'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200198 - 'for_each_link_cpus'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200199 - 'for_each_link_platforms'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700200 - 'for_each_lru'
201 - 'for_each_matching_node'
202 - 'for_each_matching_node_and_match'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100203 - 'for_each_member'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700204 - 'for_each_memblock'
205 - 'for_each_memblock_type'
206 - 'for_each_memcg_cache_index'
207 - 'for_each_mem_pfn_range'
208 - 'for_each_mem_range'
209 - 'for_each_mem_range_rev'
210 - 'for_each_migratetype_order'
211 - 'for_each_msi_entry'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000212 - 'for_each_msi_entry_safe'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700213 - 'for_each_net'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100214 - 'for_each_net_continue_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700215 - 'for_each_netdev'
216 - 'for_each_netdev_continue'
217 - 'for_each_netdev_continue_rcu'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100218 - 'for_each_netdev_continue_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700219 - 'for_each_netdev_feature'
220 - 'for_each_netdev_in_bond_rcu'
221 - 'for_each_netdev_rcu'
222 - 'for_each_netdev_reverse'
223 - 'for_each_netdev_safe'
224 - 'for_each_net_rcu'
225 - 'for_each_new_connector_in_state'
226 - 'for_each_new_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100227 - 'for_each_new_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700228 - 'for_each_new_plane_in_state'
229 - 'for_each_new_private_obj_in_state'
230 - 'for_each_node'
231 - 'for_each_node_by_name'
232 - 'for_each_node_by_type'
233 - 'for_each_node_mask'
234 - 'for_each_node_state'
235 - 'for_each_node_with_cpus'
236 - 'for_each_node_with_property'
237 - 'for_each_of_allnodes'
238 - 'for_each_of_allnodes_from'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000239 - 'for_each_of_cpu_node'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700240 - 'for_each_of_pci_range'
241 - 'for_each_old_connector_in_state'
242 - 'for_each_old_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100243 - 'for_each_old_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700244 - 'for_each_oldnew_connector_in_state'
245 - 'for_each_oldnew_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100246 - 'for_each_oldnew_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700247 - 'for_each_oldnew_plane_in_state'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000248 - 'for_each_oldnew_plane_in_state_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700249 - 'for_each_oldnew_private_obj_in_state'
250 - 'for_each_old_plane_in_state'
251 - 'for_each_old_private_obj_in_state'
252 - 'for_each_online_cpu'
253 - 'for_each_online_node'
254 - 'for_each_online_pgdat'
255 - 'for_each_pci_bridge'
256 - 'for_each_pci_dev'
257 - 'for_each_pci_msi_entry'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200258 - 'for_each_pcm_streams'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700259 - 'for_each_populated_zone'
260 - 'for_each_possible_cpu'
261 - 'for_each_present_cpu'
262 - 'for_each_prime_number'
263 - 'for_each_prime_number_from'
264 - 'for_each_process'
265 - 'for_each_process_thread'
266 - 'for_each_property_of_node'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000267 - 'for_each_registered_fb'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700268 - 'for_each_reserved_mem_region'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200269 - 'for_each_rtd_codec_dais'
270 - 'for_each_rtd_codec_dais_rollback'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100271 - 'for_each_rtd_components'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200272 - 'for_each_rtd_cpu_dais'
273 - 'for_each_rtd_cpu_dais_rollback'
274 - 'for_each_rtd_dais'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700275 - 'for_each_set_bit'
276 - 'for_each_set_bit_from'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100277 - 'for_each_set_clump8'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700278 - 'for_each_sg'
Jason Gunthorped901b272019-01-04 11:40:21 -0700279 - 'for_each_sg_dma_page'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700280 - 'for_each_sg_page'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000281 - 'for_each_sibling_event'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100282 - 'for_each_subelement'
283 - 'for_each_subelement_extid'
284 - 'for_each_subelement_id'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700285 - '__for_each_thread'
286 - 'for_each_thread'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100287 - 'for_each_wakeup_source'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700288 - 'for_each_zone'
289 - 'for_each_zone_zonelist'
290 - 'for_each_zone_zonelist_nodemask'
291 - 'fwnode_for_each_available_child_node'
292 - 'fwnode_for_each_child_node'
293 - 'fwnode_graph_for_each_endpoint'
294 - 'gadget_for_each_ep'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100295 - 'genradix_for_each'
296 - 'genradix_for_each_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700297 - 'hash_for_each'
298 - 'hash_for_each_possible'
299 - 'hash_for_each_possible_rcu'
300 - 'hash_for_each_possible_rcu_notrace'
301 - 'hash_for_each_possible_safe'
302 - 'hash_for_each_rcu'
303 - 'hash_for_each_safe'
304 - 'hctx_for_each_ctx'
305 - 'hlist_bl_for_each_entry'
306 - 'hlist_bl_for_each_entry_rcu'
307 - 'hlist_bl_for_each_entry_safe'
308 - 'hlist_for_each'
309 - 'hlist_for_each_entry'
310 - 'hlist_for_each_entry_continue'
311 - 'hlist_for_each_entry_continue_rcu'
312 - 'hlist_for_each_entry_continue_rcu_bh'
313 - 'hlist_for_each_entry_from'
314 - 'hlist_for_each_entry_from_rcu'
315 - 'hlist_for_each_entry_rcu'
316 - 'hlist_for_each_entry_rcu_bh'
317 - 'hlist_for_each_entry_rcu_notrace'
318 - 'hlist_for_each_entry_safe'
319 - '__hlist_for_each_rcu'
320 - 'hlist_for_each_safe'
321 - 'hlist_nulls_for_each_entry'
322 - 'hlist_nulls_for_each_entry_from'
323 - 'hlist_nulls_for_each_entry_rcu'
324 - 'hlist_nulls_for_each_entry_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000325 - 'i3c_bus_for_each_i2cdev'
326 - 'i3c_bus_for_each_i3cdev'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700327 - 'ide_host_for_each_port'
328 - 'ide_port_for_each_dev'
329 - 'ide_port_for_each_present_dev'
330 - 'idr_for_each_entry'
331 - 'idr_for_each_entry_continue'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200332 - 'idr_for_each_entry_continue_ul'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700333 - 'idr_for_each_entry_ul'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200334 - 'in_dev_for_each_ifa_rcu'
335 - 'in_dev_for_each_ifa_rtnl'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700336 - 'inet_bind_bucket_for_each'
337 - 'inet_lhash2_for_each_icsk_rcu'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700338 - 'key_for_each'
339 - 'key_for_each_safe'
340 - 'klp_for_each_func'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100341 - 'klp_for_each_func_safe'
342 - 'klp_for_each_func_static'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700343 - 'klp_for_each_object'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100344 - 'klp_for_each_object_safe'
345 - 'klp_for_each_object_static'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200346 - 'kunit_suite_for_each_test_case'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700347 - 'kvm_for_each_memslot'
348 - 'kvm_for_each_vcpu'
349 - 'list_for_each'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000350 - 'list_for_each_codec'
351 - 'list_for_each_codec_safe'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100352 - 'list_for_each_continue'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700353 - 'list_for_each_entry'
354 - 'list_for_each_entry_continue'
355 - 'list_for_each_entry_continue_rcu'
356 - 'list_for_each_entry_continue_reverse'
357 - 'list_for_each_entry_from'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000358 - 'list_for_each_entry_from_rcu'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700359 - 'list_for_each_entry_from_reverse'
360 - 'list_for_each_entry_lockless'
361 - 'list_for_each_entry_rcu'
362 - 'list_for_each_entry_reverse'
363 - 'list_for_each_entry_safe'
364 - 'list_for_each_entry_safe_continue'
365 - 'list_for_each_entry_safe_from'
366 - 'list_for_each_entry_safe_reverse'
367 - 'list_for_each_prev'
368 - 'list_for_each_prev_safe'
369 - 'list_for_each_safe'
370 - 'llist_for_each'
371 - 'llist_for_each_entry'
372 - 'llist_for_each_entry_safe'
373 - 'llist_for_each_safe'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100374 - 'mci_for_each_dimm'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700375 - 'media_device_for_each_entity'
376 - 'media_device_for_each_intf'
377 - 'media_device_for_each_link'
378 - 'media_device_for_each_pad'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000379 - 'nanddev_io_for_each_page'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700380 - 'netdev_for_each_lower_dev'
381 - 'netdev_for_each_lower_private'
382 - 'netdev_for_each_lower_private_rcu'
383 - 'netdev_for_each_mc_addr'
384 - 'netdev_for_each_uc_addr'
385 - 'netdev_for_each_upper_dev_rcu'
386 - 'netdev_hw_addr_list_for_each'
387 - 'nft_rule_for_each_expr'
388 - 'nla_for_each_attr'
389 - 'nla_for_each_nested'
390 - 'nlmsg_for_each_attr'
391 - 'nlmsg_for_each_msg'
392 - 'nr_neigh_for_each'
393 - 'nr_neigh_for_each_safe'
394 - 'nr_node_for_each'
395 - 'nr_node_for_each_safe'
396 - 'of_for_each_phandle'
397 - 'of_property_for_each_string'
398 - 'of_property_for_each_u32'
399 - 'pci_bus_for_each_resource'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200400 - 'pcm_for_each_format'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700401 - 'ping_portaddr_for_each_entry'
402 - 'plist_for_each'
403 - 'plist_for_each_continue'
404 - 'plist_for_each_entry'
405 - 'plist_for_each_entry_continue'
406 - 'plist_for_each_entry_safe'
407 - 'plist_for_each_safe'
408 - 'pnp_for_each_card'
409 - 'pnp_for_each_dev'
410 - 'protocol_for_each_card'
411 - 'protocol_for_each_dev'
412 - 'queue_for_each_hw_ctx'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700413 - 'radix_tree_for_each_slot'
414 - 'radix_tree_for_each_tagged'
415 - 'rbtree_postorder_for_each_entry_safe'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200416 - 'rdma_for_each_block'
Jason Gunthorpeea1075e2019-02-12 21:12:47 -0700417 - 'rdma_for_each_port'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700418 - 'resource_list_for_each_entry'
419 - 'resource_list_for_each_entry_safe'
420 - 'rhl_for_each_entry_rcu'
421 - 'rhl_for_each_rcu'
422 - 'rht_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700423 - 'rht_for_each_entry'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100424 - 'rht_for_each_entry_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700425 - 'rht_for_each_entry_rcu'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100426 - 'rht_for_each_entry_rcu_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700427 - 'rht_for_each_entry_safe'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200428 - 'rht_for_each_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700429 - 'rht_for_each_rcu'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100430 - 'rht_for_each_rcu_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700431 - '__rq_for_each_bio'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100432 - 'rq_for_each_bvec'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700433 - 'rq_for_each_segment'
434 - 'scsi_for_each_prot_sg'
435 - 'scsi_for_each_sg'
436 - 'sctp_for_each_hentry'
437 - 'sctp_skb_for_each'
438 - 'shdma_for_each_chan'
439 - '__shost_for_each_device'
440 - 'shost_for_each_device'
441 - 'sk_for_each'
442 - 'sk_for_each_bound'
443 - 'sk_for_each_entry_offset_rcu'
444 - 'sk_for_each_from'
445 - 'sk_for_each_rcu'
446 - 'sk_for_each_safe'
447 - 'sk_nulls_for_each'
448 - 'sk_nulls_for_each_from'
449 - 'sk_nulls_for_each_rcu'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000450 - 'snd_array_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700451 - 'snd_pcm_group_for_each_entry'
452 - 'snd_soc_dapm_widget_for_each_path'
453 - 'snd_soc_dapm_widget_for_each_path_safe'
454 - 'snd_soc_dapm_widget_for_each_sink_path'
455 - 'snd_soc_dapm_widget_for_each_source_path'
456 - 'tb_property_for_each'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000457 - 'tcf_exts_for_each_action'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700458 - 'udp_portaddr_for_each_entry'
459 - 'udp_portaddr_for_each_entry_rcu'
460 - 'usb_hub_for_each_child'
461 - 'v4l2_device_for_each_subdev'
462 - 'v4l2_m2m_for_each_dst_buf'
463 - 'v4l2_m2m_for_each_dst_buf_safe'
464 - 'v4l2_m2m_for_each_src_buf'
465 - 'v4l2_m2m_for_each_src_buf_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000466 - 'virtio_device_for_each_vq'
467 - 'xa_for_each'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100468 - 'xa_for_each_marked'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100469 - 'xa_for_each_range'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100470 - 'xa_for_each_start'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000471 - 'xas_for_each'
472 - 'xas_for_each_conflict'
473 - 'xas_for_each_marked'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100474 - 'xbc_array_for_each_value'
475 - 'xbc_for_each_key_value'
476 - 'xbc_node_for_each_array_value'
477 - 'xbc_node_for_each_child'
478 - 'xbc_node_for_each_key_value'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700479 - 'zorro_for_each_dev'
480
481#IncludeBlocks: Preserve # Unknown to clang-format-5.0
482IncludeCategories:
483 - Regex: '.*'
484 Priority: 1
485IncludeIsMainRegex: '(Test)?$'
486IndentCaseLabels: false
487#IndentPPDirectives: None # Unknown to clang-format-5.0
488IndentWidth: 8
Jason Gunthorpe7bee9bd2018-06-25 16:44:30 -0600489IndentWrappedFunctionNames: false
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700490JavaScriptQuotes: Leave
491JavaScriptWrapImports: true
492KeepEmptyLinesAtTheStartOfBlocks: false
493MacroBlockBegin: ''
494MacroBlockEnd: ''
495MaxEmptyLinesToKeep: 1
Ian Rogersc90f3b82020-04-08 17:13:52 -0700496NamespaceIndentation: None
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700497#ObjCBinPackProtocolList: Auto # Unknown to clang-format-5.0
498ObjCBlockIndentWidth: 8
499ObjCSpaceAfterProperty: true
500ObjCSpaceBeforeProtocolList: true
501
502# Taken from git's rules
503#PenaltyBreakAssignment: 10 # Unknown to clang-format-4.0
504PenaltyBreakBeforeFirstCallParameter: 30
505PenaltyBreakComment: 10
506PenaltyBreakFirstLessLess: 0
507PenaltyBreakString: 10
508PenaltyExcessCharacter: 100
509PenaltyReturnTypeOnItsOwnLine: 60
510
511PointerAlignment: Right
512ReflowComments: false
513SortIncludes: false
514#SortUsingDeclarations: false # Unknown to clang-format-4.0
515SpaceAfterCStyleCast: false
516SpaceAfterTemplateKeyword: true
517SpaceBeforeAssignmentOperators: true
518#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
519#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
520SpaceBeforeParens: ControlStatements
521#SpaceBeforeRangeBasedForLoopColon: true # Unknown to clang-format-5.0
522SpaceInEmptyParentheses: false
523SpacesBeforeTrailingComments: 1
524SpacesInAngles: false
525SpacesInContainerLiterals: false
526SpacesInCStyleCastParentheses: false
527SpacesInParentheses: false
528SpacesInSquareBrackets: false
529Standard: Cpp03
530TabWidth: 8
531UseTab: Always
532...