commit | d570d86497eeb11410b1c096d82ade11bcdd966c | [log] [tgz] |
---|---|---|
author | Jon Paul Maloy <jon.maloy@ericsson.com> | Thu Feb 05 08:36:38 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 05 16:00:02 2015 -0800 |
tree | 8062856ffb899f95b7ec2f4a42aad004d8fc05c2 | |
parent | 1186adf7df04e3b4298943fe89d9741ab42e30ff [diff] |
tipc: enqueue arrived buffers in socket in separate function The code for enqueuing arriving buffers in the function tipc_sk_rcv() contains long code lines and currently goes to two indentation levels. As a cosmetic preparaton for the next commits, we break it out into a separate function. Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>