i40e/i40evf: Add comment to #endif

Add a comment to the #endif to more easily match it with its #if.

Change-ID: I47eb0a60a17dc6d2f01a930e45006d2dc82e044f
Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Helin Zhang 2015-10-21 19:47:10 -04:00 committed by Jeff Kirsher
parent 1f9610e477
commit 2f175f552d
2 changed files with 2 additions and 2 deletions

View File

@ -2403,4 +2403,4 @@ struct i40e_aqc_debug_modify_internals {
I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_modify_internals);
#endif
#endif /* _I40E_ADMINQ_CMD_H_ */

View File

@ -2311,4 +2311,4 @@ struct i40e_aqc_debug_modify_internals {
I40E_CHECK_CMD_LENGTH(i40e_aqc_debug_modify_internals);
#endif
#endif /* _I40E_ADMINQ_CMD_H_ */