[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130310.164449.2204801487851233943.davem@davemloft.net>
Date: Sun, 10 Mar 2013 16:44:49 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: David.Choi@...rel.Com
Cc: netdev@...r.kernel.org, Charles.Li@...rel.Com
Subject: Re: [PATCH V1] ks8851_mll: basic ethernet statistics
From: "Choi, David" <David.Choi@...rel.Com>
Date: Fri, 8 Mar 2013 22:58:20 +0000
> while (ks->frame_cnt--) {
> + if (unlikely(!(frame_hdr->sts & RXFSHR_RXFV) ||
> + frame_hdr->len >= RX_BUF_SIZE ||
> + frame_hdr->len <= 0)) {
You need to indent the last two lines so that the first character
lines up with the openning parenthesis of the unlikely() not
the if() statement.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists