From: Raghu Vatsavayi <rvatsav...@caviumnetworks.com> Date: Fri, 9 Sep 2016 13:08:25 -0700
> +int octeon_mbox_read(struct octeon_mbox *mbox) > +{ > + int ret = 0; > + union octeon_mbox_message msg; > + Please always order local variable declarations from longest to shortest line. Please audit your entire submission for this problem.