X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=.clang-format;h=2ffd69afc1a8280654a8763e044e27e08be7a69f;hb=c179976cf4cbd2e65f29741d5bc07ccf8747a532;hp=f3923a1f98583bef70d7beeac5954da858079a3c;hpb=8ff468c29e9a9c3afe9152c10c7b141343270bf3;p=linux.git diff --git a/.clang-format b/.clang-format index f3923a1f9858..2ffd69afc1a8 100644 --- a/.clang-format +++ b/.clang-format @@ -387,14 +387,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_bvec' - 'rq_for_each_segment'