Sure Dave, Will submit new patches with these changes. Thanks Raghu.
> -----Original Message----- > From: David Miller [mailto:da...@davemloft.net] > Sent: Saturday, September 10, 2016 9:42 PM > To: Vatsavayi, Raghu > Cc: netdev@vger.kernel.org; Chickles, Derek; Burla, Satananda; Manlunas, > Felix; Vatsavayi, Raghu > Subject: Re: [PATCH net-next 3/5] liquidio CN23XX: Mailbox support > > 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.