From: Mitch Williams Date: Tue, 11 Nov 2014 20:02:42 +0000 (+0000) Subject: i40evf: make checkpatch happy X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~137^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a644358a2323c6c0769fd3faa4f54e0c58a30c;p=pandora-kernel.git i40evf: make checkpatch happy This patch is the result of running checkpatch on the i40evf driver with the --strict option. The vast majority of changes are adding/removing blank lines, aligning function parameters, and correcting over-long lines. The only possible functional change is changing the flags member of the adapter structure to be non-volatile. However, according to the kernel documentation, this is not necessary and the volatile should be removed. Change-ID: Ie8c6414800924f529bef831e8845292b970fe2ed Signed-off-by: Mitch Williams Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed