On 28/09/16 14:45, hejianet wrote: > > > On 9/28/16 5:08 PM, David Miller wrote: >> From: Jia He <hejia...@gmail.com> >> Date: Wed, 28 Sep 2016 14:22:21 +0800 >> >>> v5: >>> - order local variables from longest to shortest line >> I still see many cases where this problem still exists. Please >> do not resubmit this patch series until you fix all of them. >> >> Patch #2: >> >> -static int snmp_seq_show(struct seq_file *seq, void *v) >> +static int snmp_seq_show_ipstats(struct seq_file *seq, void *v) >> { >> int i; >> + u64 buff64[IPSTATS_MIB_MAX]; >> struct net *net = seq->private; >> >> The order should be "net" then "buff64" then "i". > Sorry for my bad eyesight and quick hand :( > B.R. > Jia A few months back I wrote a script to help find these: https://github.com/ecree-solarflare/xmastree It can check a source file or a patch. Posting in the hope that people will find it useful.
-Ed