net/fm10k/base: update comment regarding reserved bits check
authorQi Zhang <qi.z.zhang@intel.com>
Wed, 8 Mar 2017 06:18:57 +0000 (01:18 -0500)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:52 +0000 (15:52 +0200)
commitc631e94842033f74a932ebdb68812ca48cafabf3
treec0aaab22a97abc92984906bb44b58a7fe69124e2
parent99cb088c1ee453df184b57b0ef978c48466c5c63
net/fm10k/base: update comment regarding reserved bits check

The original comment may be read incorrectly as referring to checking
the *entire* length is zero. However, it merely checks only the reserved
bits of both length and reserved in a small amount of code. Update the
comment to indicate this is a clever trick and clearly spell out that it
only checks the reserve bits.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/fm10k/base/fm10k_vf.c