]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: make checkpatch happy
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 11 Nov 2014 20:02:42 +0000 (20:02 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 20 Nov 2014 22:56:43 +0000 (14:56 -0800)
commit75a644358a2323c6c0769fd3faa4f54e0c58a30c
treebe31d16fa2784dea03587a4ac7b16a6040887415
parent2cda3f3be5c2f630952b6c46661b44574f5dbd24
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 <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c
drivers/net/ethernet/intel/i40evf/i40evf_virtchnl.c