From: Carl Huang <cjhuang@xxxxxxxxxxxxxx>
Date: Tue, 23 Jun 2020 11:22:03 +0800
@@ -168,6 +168,7 @@ static void __qrtr_node_release(struct kref *kref)
struct radix_tree_iter iter;
unsigned long flags;
void __rcu **slot;
+ struct qrtr_tx_flow *flow;
Please retain the reverse christmas tree ordering of local variables here.
Thanks.