Thread (2 messages) flat view 2 messages, 2 authors, 2013-03-10

Re: [PATCH V1] ks8851_mll: basic ethernet statistics

From: David Miller <davem@davemloft.net>
Date: 2013-03-10 20:44:41

From: "Choi, David" <redacted>
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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help