aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-03-21 14:01:10 -0700
committerDavid S. Miller <davem@davemloft.net>2019-03-21 14:01:10 -0700
commit143eb9ac9fd90a1b3d1b35504fabe849af732e42 (patch)
treeef06326ec2416d68d576a92ba3ed5b2be45f14b7 /.clang-format
parentMerge branch 'net-phy-Move-Omega-PHY-entry-to-Cygnus-PHY-driver' (diff)
parentrhashtable: rename rht_for_each*continue as *from. (diff)
downloadlinux-dev-143eb9ac9fd90a1b3d1b35504fabe849af732e42.tar.xz
linux-dev-143eb9ac9fd90a1b3d1b35504fabe849af732e42.zip
Merge branch 'rhashtable-cleanups'
NeilBrown says: ==================== Two clean-ups for rhashtable. These two patches make small improvements to rhashtable, but are otherwise unrelated. Thanks to Herbert, Miguel, and Paul for the review. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--.clang-format8
1 files changed, 4 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format
index f49620f506f1..3a4c8220df2f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -366,14 +366,14 @@ ForEachMacros:
- 'rhl_for_each_entry_rcu'
- 'rhl_for_each_rcu'
- 'rht_for_each'
- - 'rht_for_each_continue'
+ - 'rht_for_each_from'
- 'rht_for_each_entry'
- - 'rht_for_each_entry_continue'
+ - 'rht_for_each_entry_from'
- 'rht_for_each_entry_rcu'
- - 'rht_for_each_entry_rcu_continue'
+ - 'rht_for_each_entry_rcu_from'
- 'rht_for_each_entry_safe'
- 'rht_for_each_rcu'
- - 'rht_for_each_rcu_continue'
+ - 'rht_for_each_rcu_from'
- '__rq_for_each_bio'
- 'rq_for_each_segment'
- 'scsi_for_each_prot_sg'