blob: e92e6dd1780d0b2eeebf34d8cbac5bc18bbc8204 [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'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070083 - 'bio_for_each_integrity_vec'
84 - '__bio_for_each_segment'
85 - 'bio_for_each_segment'
86 - 'bio_for_each_segment_all'
87 - 'bio_list_for_each'
88 - 'bip_for_each_vec'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +010089 - 'bitmap_for_each_clear_region'
90 - 'bitmap_for_each_set_region'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070091 - 'blkg_for_each_descendant_post'
92 - 'blkg_for_each_descendant_pre'
93 - 'blk_queue_for_each_rl'
94 - 'bond_for_each_slave'
95 - 'bond_for_each_slave_rcu'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +000096 - 'bpf_for_each_spilled_reg'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070097 - 'btree_for_each_safe128'
98 - 'btree_for_each_safe32'
99 - 'btree_for_each_safe64'
100 - 'btree_for_each_safel'
101 - 'card_for_each_dev'
102 - 'cgroup_taskset_for_each'
103 - 'cgroup_taskset_for_each_leader'
104 - 'cpufreq_for_each_entry'
105 - 'cpufreq_for_each_entry_idx'
106 - 'cpufreq_for_each_valid_entry'
107 - 'cpufreq_for_each_valid_entry_idx'
108 - 'css_for_each_child'
109 - 'css_for_each_descendant_post'
110 - 'css_for_each_descendant_pre'
111 - 'device_for_each_child_node'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200112 - 'dma_fence_chain_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700113 - 'drm_atomic_crtc_for_each_plane'
114 - 'drm_atomic_crtc_state_for_each_plane'
115 - 'drm_atomic_crtc_state_for_each_plane_state'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000116 - 'drm_atomic_for_each_plane_damage'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200117 - 'drm_client_for_each_connector_iter'
118 - 'drm_client_for_each_modeset'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000119 - 'drm_connector_for_each_possible_encoder'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100120 - 'drm_for_each_bridge_in_chain'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700121 - 'drm_for_each_connector_iter'
122 - 'drm_for_each_crtc'
123 - 'drm_for_each_encoder'
124 - 'drm_for_each_encoder_mask'
125 - 'drm_for_each_fb'
126 - 'drm_for_each_legacy_plane'
127 - 'drm_for_each_plane'
128 - 'drm_for_each_plane_mask'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100129 - 'drm_for_each_privobj'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700130 - 'drm_mm_for_each_hole'
131 - 'drm_mm_for_each_node'
132 - 'drm_mm_for_each_node_in_range'
133 - 'drm_mm_for_each_node_safe'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100134 - 'flow_action_for_each'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200135 - 'for_each_active_dev_scope'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700136 - 'for_each_active_drhd_unit'
137 - 'for_each_active_iommu'
138 - 'for_each_available_child_of_node'
139 - 'for_each_bio'
140 - 'for_each_board_func_rsrc'
141 - 'for_each_bvec'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100142 - 'for_each_card_auxs'
143 - 'for_each_card_auxs_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000144 - 'for_each_card_components'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200145 - 'for_each_card_dapms'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100146 - 'for_each_card_pre_auxs'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000147 - 'for_each_card_prelinks'
148 - 'for_each_card_rtds'
149 - 'for_each_card_rtds_safe'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200150 - 'for_each_card_widgets'
151 - 'for_each_card_widgets_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000152 - 'for_each_cgroup_storage_type'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700153 - 'for_each_child_of_node'
154 - 'for_each_clear_bit'
155 - 'for_each_clear_bit_from'
156 - 'for_each_cmsghdr'
157 - 'for_each_compatible_node'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000158 - 'for_each_component_dais'
159 - 'for_each_component_dais_safe'
160 - 'for_each_comp_order'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700161 - 'for_each_console'
162 - 'for_each_cpu'
163 - 'for_each_cpu_and'
164 - 'for_each_cpu_not'
165 - 'for_each_cpu_wrap'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200166 - 'for_each_dapm_widgets'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700167 - 'for_each_dev_addr'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200168 - 'for_each_dev_scope'
169 - 'for_each_displayid_db'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700170 - 'for_each_dma_cap_mask'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000171 - 'for_each_dpcm_be'
172 - 'for_each_dpcm_be_rollback'
173 - 'for_each_dpcm_be_safe'
174 - 'for_each_dpcm_fe'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700175 - 'for_each_drhd_unit'
176 - 'for_each_dss_dev'
177 - 'for_each_efi_memory_desc'
178 - 'for_each_efi_memory_desc_in_map'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100179 - 'for_each_element'
180 - 'for_each_element_extid'
181 - 'for_each_element_id'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700182 - 'for_each_endpoint_of_node'
183 - 'for_each_evictable_lru'
184 - 'for_each_fib6_node_rt_rcu'
185 - 'for_each_fib6_walker_rt'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200186 - 'for_each_free_mem_pfn_range_in_zone'
187 - 'for_each_free_mem_pfn_range_in_zone_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700188 - 'for_each_free_mem_range'
189 - 'for_each_free_mem_range_reverse'
190 - 'for_each_func_rsrc'
191 - 'for_each_hstate'
192 - 'for_each_if'
193 - 'for_each_iommu'
194 - 'for_each_ip_tunnel_rcu'
195 - 'for_each_irq_nr'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000196 - 'for_each_link_codecs'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200197 - 'for_each_link_cpus'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200198 - 'for_each_link_platforms'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700199 - 'for_each_lru'
200 - 'for_each_matching_node'
201 - 'for_each_matching_node_and_match'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100202 - 'for_each_member'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700203 - 'for_each_memblock'
204 - 'for_each_memblock_type'
205 - 'for_each_memcg_cache_index'
206 - 'for_each_mem_pfn_range'
207 - 'for_each_mem_range'
208 - 'for_each_mem_range_rev'
209 - 'for_each_migratetype_order'
210 - 'for_each_msi_entry'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000211 - 'for_each_msi_entry_safe'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700212 - 'for_each_net'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100213 - 'for_each_net_continue_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700214 - 'for_each_netdev'
215 - 'for_each_netdev_continue'
216 - 'for_each_netdev_continue_rcu'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100217 - 'for_each_netdev_continue_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700218 - 'for_each_netdev_feature'
219 - 'for_each_netdev_in_bond_rcu'
220 - 'for_each_netdev_rcu'
221 - 'for_each_netdev_reverse'
222 - 'for_each_netdev_safe'
223 - 'for_each_net_rcu'
224 - 'for_each_new_connector_in_state'
225 - 'for_each_new_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100226 - 'for_each_new_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700227 - 'for_each_new_plane_in_state'
228 - 'for_each_new_private_obj_in_state'
229 - 'for_each_node'
230 - 'for_each_node_by_name'
231 - 'for_each_node_by_type'
232 - 'for_each_node_mask'
233 - 'for_each_node_state'
234 - 'for_each_node_with_cpus'
235 - 'for_each_node_with_property'
236 - 'for_each_of_allnodes'
237 - 'for_each_of_allnodes_from'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000238 - 'for_each_of_cpu_node'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700239 - 'for_each_of_pci_range'
240 - 'for_each_old_connector_in_state'
241 - 'for_each_old_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100242 - 'for_each_old_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700243 - 'for_each_oldnew_connector_in_state'
244 - 'for_each_oldnew_crtc_in_state'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100245 - 'for_each_oldnew_mst_mgr_in_state'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700246 - 'for_each_oldnew_plane_in_state'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000247 - 'for_each_oldnew_plane_in_state_reverse'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700248 - 'for_each_oldnew_private_obj_in_state'
249 - 'for_each_old_plane_in_state'
250 - 'for_each_old_private_obj_in_state'
251 - 'for_each_online_cpu'
252 - 'for_each_online_node'
253 - 'for_each_online_pgdat'
254 - 'for_each_pci_bridge'
255 - 'for_each_pci_dev'
256 - 'for_each_pci_msi_entry'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200257 - 'for_each_pcm_streams'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700258 - 'for_each_populated_zone'
259 - 'for_each_possible_cpu'
260 - 'for_each_present_cpu'
261 - 'for_each_prime_number'
262 - 'for_each_prime_number_from'
263 - 'for_each_process'
264 - 'for_each_process_thread'
265 - 'for_each_property_of_node'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000266 - 'for_each_registered_fb'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700267 - 'for_each_reserved_mem_region'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200268 - 'for_each_rtd_codec_dais'
269 - 'for_each_rtd_codec_dais_rollback'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100270 - 'for_each_rtd_components'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200271 - 'for_each_rtd_cpu_dais'
272 - 'for_each_rtd_cpu_dais_rollback'
273 - 'for_each_rtd_dais'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700274 - 'for_each_set_bit'
275 - 'for_each_set_bit_from'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100276 - 'for_each_set_clump8'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700277 - 'for_each_sg'
Jason Gunthorped901b272019-01-04 11:40:21 -0700278 - 'for_each_sg_dma_page'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700279 - 'for_each_sg_page'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000280 - 'for_each_sibling_event'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100281 - 'for_each_subelement'
282 - 'for_each_subelement_extid'
283 - 'for_each_subelement_id'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700284 - '__for_each_thread'
285 - 'for_each_thread'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100286 - 'for_each_wakeup_source'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700287 - 'for_each_zone'
288 - 'for_each_zone_zonelist'
289 - 'for_each_zone_zonelist_nodemask'
290 - 'fwnode_for_each_available_child_node'
291 - 'fwnode_for_each_child_node'
292 - 'fwnode_graph_for_each_endpoint'
293 - 'gadget_for_each_ep'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100294 - 'genradix_for_each'
295 - 'genradix_for_each_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700296 - 'hash_for_each'
297 - 'hash_for_each_possible'
298 - 'hash_for_each_possible_rcu'
299 - 'hash_for_each_possible_rcu_notrace'
300 - 'hash_for_each_possible_safe'
301 - 'hash_for_each_rcu'
302 - 'hash_for_each_safe'
303 - 'hctx_for_each_ctx'
304 - 'hlist_bl_for_each_entry'
305 - 'hlist_bl_for_each_entry_rcu'
306 - 'hlist_bl_for_each_entry_safe'
307 - 'hlist_for_each'
308 - 'hlist_for_each_entry'
309 - 'hlist_for_each_entry_continue'
310 - 'hlist_for_each_entry_continue_rcu'
311 - 'hlist_for_each_entry_continue_rcu_bh'
312 - 'hlist_for_each_entry_from'
313 - 'hlist_for_each_entry_from_rcu'
314 - 'hlist_for_each_entry_rcu'
315 - 'hlist_for_each_entry_rcu_bh'
316 - 'hlist_for_each_entry_rcu_notrace'
317 - 'hlist_for_each_entry_safe'
318 - '__hlist_for_each_rcu'
319 - 'hlist_for_each_safe'
320 - 'hlist_nulls_for_each_entry'
321 - 'hlist_nulls_for_each_entry_from'
322 - 'hlist_nulls_for_each_entry_rcu'
323 - 'hlist_nulls_for_each_entry_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000324 - 'i3c_bus_for_each_i2cdev'
325 - 'i3c_bus_for_each_i3cdev'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700326 - 'ide_host_for_each_port'
327 - 'ide_port_for_each_dev'
328 - 'ide_port_for_each_present_dev'
329 - 'idr_for_each_entry'
330 - 'idr_for_each_entry_continue'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200331 - 'idr_for_each_entry_continue_ul'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700332 - 'idr_for_each_entry_ul'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200333 - 'in_dev_for_each_ifa_rcu'
334 - 'in_dev_for_each_ifa_rtnl'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700335 - 'inet_bind_bucket_for_each'
336 - 'inet_lhash2_for_each_icsk_rcu'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700337 - 'key_for_each'
338 - 'key_for_each_safe'
339 - 'klp_for_each_func'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100340 - 'klp_for_each_func_safe'
341 - 'klp_for_each_func_static'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700342 - 'klp_for_each_object'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100343 - 'klp_for_each_object_safe'
344 - 'klp_for_each_object_static'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200345 - 'kunit_suite_for_each_test_case'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700346 - 'kvm_for_each_memslot'
347 - 'kvm_for_each_vcpu'
348 - 'list_for_each'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000349 - 'list_for_each_codec'
350 - 'list_for_each_codec_safe'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100351 - 'list_for_each_continue'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700352 - 'list_for_each_entry'
353 - 'list_for_each_entry_continue'
354 - 'list_for_each_entry_continue_rcu'
355 - 'list_for_each_entry_continue_reverse'
356 - 'list_for_each_entry_from'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000357 - 'list_for_each_entry_from_rcu'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700358 - 'list_for_each_entry_from_reverse'
359 - 'list_for_each_entry_lockless'
360 - 'list_for_each_entry_rcu'
361 - 'list_for_each_entry_reverse'
362 - 'list_for_each_entry_safe'
363 - 'list_for_each_entry_safe_continue'
364 - 'list_for_each_entry_safe_from'
365 - 'list_for_each_entry_safe_reverse'
366 - 'list_for_each_prev'
367 - 'list_for_each_prev_safe'
368 - 'list_for_each_safe'
369 - 'llist_for_each'
370 - 'llist_for_each_entry'
371 - 'llist_for_each_entry_safe'
372 - 'llist_for_each_safe'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100373 - 'mci_for_each_dimm'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700374 - 'media_device_for_each_entity'
375 - 'media_device_for_each_intf'
376 - 'media_device_for_each_link'
377 - 'media_device_for_each_pad'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000378 - 'nanddev_io_for_each_page'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700379 - 'netdev_for_each_lower_dev'
380 - 'netdev_for_each_lower_private'
381 - 'netdev_for_each_lower_private_rcu'
382 - 'netdev_for_each_mc_addr'
383 - 'netdev_for_each_uc_addr'
384 - 'netdev_for_each_upper_dev_rcu'
385 - 'netdev_hw_addr_list_for_each'
386 - 'nft_rule_for_each_expr'
387 - 'nla_for_each_attr'
388 - 'nla_for_each_nested'
389 - 'nlmsg_for_each_attr'
390 - 'nlmsg_for_each_msg'
391 - 'nr_neigh_for_each'
392 - 'nr_neigh_for_each_safe'
393 - 'nr_node_for_each'
394 - 'nr_node_for_each_safe'
395 - 'of_for_each_phandle'
396 - 'of_property_for_each_string'
397 - 'of_property_for_each_u32'
398 - 'pci_bus_for_each_resource'
Miguel Ojeda5d65a022020-04-18 13:49:33 +0200399 - 'pcm_for_each_format'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700400 - 'ping_portaddr_for_each_entry'
401 - 'plist_for_each'
402 - 'plist_for_each_continue'
403 - 'plist_for_each_entry'
404 - 'plist_for_each_entry_continue'
405 - 'plist_for_each_entry_safe'
406 - 'plist_for_each_safe'
407 - 'pnp_for_each_card'
408 - 'pnp_for_each_dev'
409 - 'protocol_for_each_card'
410 - 'protocol_for_each_dev'
411 - 'queue_for_each_hw_ctx'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700412 - 'radix_tree_for_each_slot'
413 - 'radix_tree_for_each_tagged'
414 - 'rbtree_postorder_for_each_entry_safe'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200415 - 'rdma_for_each_block'
Jason Gunthorpeea1075e2019-02-12 21:12:47 -0700416 - 'rdma_for_each_port'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700417 - 'resource_list_for_each_entry'
418 - 'resource_list_for_each_entry_safe'
419 - 'rhl_for_each_entry_rcu'
420 - 'rhl_for_each_rcu'
421 - 'rht_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700422 - 'rht_for_each_entry'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100423 - 'rht_for_each_entry_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700424 - 'rht_for_each_entry_rcu'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100425 - 'rht_for_each_entry_rcu_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700426 - 'rht_for_each_entry_safe'
Miguel Ojeda52d08342019-08-31 10:00:11 +0200427 - 'rht_for_each_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700428 - 'rht_for_each_rcu'
NeilBrownf7ad68b2019-03-21 14:42:40 +1100429 - 'rht_for_each_rcu_from'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700430 - '__rq_for_each_bio'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100431 - 'rq_for_each_bvec'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700432 - 'rq_for_each_segment'
433 - 'scsi_for_each_prot_sg'
434 - 'scsi_for_each_sg'
435 - 'sctp_for_each_hentry'
436 - 'sctp_skb_for_each'
437 - 'shdma_for_each_chan'
438 - '__shost_for_each_device'
439 - 'shost_for_each_device'
440 - 'sk_for_each'
441 - 'sk_for_each_bound'
442 - 'sk_for_each_entry_offset_rcu'
443 - 'sk_for_each_from'
444 - 'sk_for_each_rcu'
445 - 'sk_for_each_safe'
446 - 'sk_nulls_for_each'
447 - 'sk_nulls_for_each_from'
448 - 'sk_nulls_for_each_rcu'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000449 - 'snd_array_for_each'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700450 - 'snd_pcm_group_for_each_entry'
451 - 'snd_soc_dapm_widget_for_each_path'
452 - 'snd_soc_dapm_widget_for_each_path_safe'
453 - 'snd_soc_dapm_widget_for_each_sink_path'
454 - 'snd_soc_dapm_widget_for_each_source_path'
455 - 'tb_property_for_each'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000456 - 'tcf_exts_for_each_action'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700457 - 'udp_portaddr_for_each_entry'
458 - 'udp_portaddr_for_each_entry_rcu'
459 - 'usb_hub_for_each_child'
460 - 'v4l2_device_for_each_subdev'
461 - 'v4l2_m2m_for_each_dst_buf'
462 - 'v4l2_m2m_for_each_dst_buf_safe'
463 - 'v4l2_m2m_for_each_src_buf'
464 - 'v4l2_m2m_for_each_src_buf_safe'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000465 - 'virtio_device_for_each_vq'
466 - 'xa_for_each'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100467 - 'xa_for_each_marked'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100468 - 'xa_for_each_range'
Miguel Ojedaf16628d2019-03-30 09:20:16 +0100469 - 'xa_for_each_start'
Jason Gunthorpe99e309b2019-01-18 22:57:04 +0000470 - 'xas_for_each'
471 - 'xas_for_each_conflict'
472 - 'xas_for_each_marked'
Miguel Ojeda11a4a8f2020-03-06 21:50:00 +0100473 - 'xbc_array_for_each_value'
474 - 'xbc_for_each_key_value'
475 - 'xbc_node_for_each_array_value'
476 - 'xbc_node_for_each_child'
477 - 'xbc_node_for_each_key_value'
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700478 - 'zorro_for_each_dev'
479
480#IncludeBlocks: Preserve # Unknown to clang-format-5.0
481IncludeCategories:
482 - Regex: '.*'
483 Priority: 1
484IncludeIsMainRegex: '(Test)?$'
485IndentCaseLabels: false
486#IndentPPDirectives: None # Unknown to clang-format-5.0
487IndentWidth: 8
Jason Gunthorpe7bee9bd2018-06-25 16:44:30 -0600488IndentWrappedFunctionNames: false
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700489JavaScriptQuotes: Leave
490JavaScriptWrapImports: true
491KeepEmptyLinesAtTheStartOfBlocks: false
492MacroBlockBegin: ''
493MacroBlockEnd: ''
494MaxEmptyLinesToKeep: 1
Ian Rogersc90f3b82020-04-08 17:13:52 -0700495NamespaceIndentation: None
Miguel Ojedad4ef8d32018-04-10 16:32:40 -0700496#ObjCBinPackProtocolList: Auto # Unknown to clang-format-5.0
497ObjCBlockIndentWidth: 8
498ObjCSpaceAfterProperty: true
499ObjCSpaceBeforeProtocolList: true
500
501# Taken from git's rules
502#PenaltyBreakAssignment: 10 # Unknown to clang-format-4.0
503PenaltyBreakBeforeFirstCallParameter: 30
504PenaltyBreakComment: 10
505PenaltyBreakFirstLessLess: 0
506PenaltyBreakString: 10
507PenaltyExcessCharacter: 100
508PenaltyReturnTypeOnItsOwnLine: 60
509
510PointerAlignment: Right
511ReflowComments: false
512SortIncludes: false
513#SortUsingDeclarations: false # Unknown to clang-format-4.0
514SpaceAfterCStyleCast: false
515SpaceAfterTemplateKeyword: true
516SpaceBeforeAssignmentOperators: true
517#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
518#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
519SpaceBeforeParens: ControlStatements
520#SpaceBeforeRangeBasedForLoopColon: true # Unknown to clang-format-5.0
521SpaceInEmptyParentheses: false
522SpacesBeforeTrailingComments: 1
523SpacesInAngles: false
524SpacesInContainerLiterals: false
525SpacesInCStyleCastParentheses: false
526SpacesInParentheses: false
527SpacesInSquareBrackets: false
528Standard: Cpp03
529TabWidth: 8
530UseTab: Always
531...