commit | b40c82e6ae85f110d1b53ba24b2ac657cb7bec8c | [log] [tgz] |
---|---|---|
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Feb 27 09:18:34 2015 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 09 05:20:47 2015 -0700 |
tree | 948a2fa82b482cf4245d4f29203d07d2b945860b | |
parent | 29a0645c7dfcd664f1e92ab8d7539bba600b7102 [diff] |
i40e: Fix inconsistent use of PF/VF vs pf/vf Joe Perches pointed out that we were inconsistent in the use of PF vs pf or VF vs vf in our driver code. Since acronyms are usually capitalized to denote that it is an acronym, changed all references to be consistent throughout the code. Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>