fix style.. Return in the kernel always has () around the arguments.
This commit is contained in:
parent
1494277d50
commit
4a49235b89
@ -728,7 +728,7 @@ m_length(struct mbuf *m0, struct mbuf **last)
|
||||
u_int len;
|
||||
|
||||
if ((m0->m_flags & M_PKTHDR) != 0)
|
||||
return m0->m_pkthdr.len;
|
||||
return (m0->m_pkthdr.len);
|
||||
|
||||
len = 0;
|
||||
for (m = m0; m != NULL; m = m->m_next) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user