]> git.baikalelectronics.ru Git - kernel.git/commit
fm10k: use 8bit notation instead of 10bit notation for diagram
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 1 Apr 2016 23:17:36 +0000 (16:17 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 21 Apr 2016 06:07:32 +0000 (23:07 -0700)
commit3fe5c4753561490a35727882f9758e10a5476012
tree606e6adac93e74e5b085a69536f8cf9c8fe58d68
parent6d28e7c303d7d6f020c2a5889eadb2e262aecad4
fm10k: use 8bit notation instead of 10bit notation for diagram

The diagram represents bit layout of the multi-bit VLAN update message
format. Typically these diagrams are drawn using some power of 2 as the
base, to more easily grasp where fields split. Although the numbers
above can make it somewhat easy to understand which bit you're looking
at, it makes the break points not line up. Re-draw the numbers using
base 8, and mark the bit values every 8 bits at the top. This should
make it more easy to grasp the table quickly.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_pf.c