From: Alexander Duyck Date: Fri, 20 Jul 2012 08:08:44 +0000 (+0000) Subject: ixgbe: Make allocating skb and placing data in it a separate function X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~303^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18806c9ea28320d5368fd43318506a7d33cc952c;p=pandora-kernel.git ixgbe: Make allocating skb and placing data in it a separate function This patch creates a function named ixgbe_fetch_rx_buffer. The sole purpose of this function is to retrieve a single buffer off of the ring and to place it in an skb. The advantage to doing this is that it helps improve the readability since I can decrease the indentation and for the code in this section. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed