From: Jon Paul Maloy Date: Thu, 5 Feb 2015 13:36:38 +0000 (-0500) Subject: tipc: enqueue arrived buffers in socket in separate function X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~43^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d570d86497eeb11410b1c096d82ade11bcdd966c;p=pandora-kernel.git 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 Signed-off-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed