From: Jesse Brandeburg Date: Wed, 25 Sep 2013 23:41:14 +0000 (+0000) Subject: i40e: better return values X-Git-Tag: v3.12-rc4~30^2~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=078b587648950e75a4a303e4afbb127d2dd323dc;p=pandora-kernel.git i40e: better return values As mentioned by Joe Perches, clean up return values in some functions making sure to have consistent return types, not mixing types. A couple of Joe's comments suggested returning void, but since the functions in question are ndo defined, the return values are fixed. So make a comment in the header that notes this is a function called by net_device_ops. v2: fix post increment bug in return CC: Joe Perches Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed