Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f175f55 authored by Helin Zhang's avatar Helin Zhang Committed by Jeff Kirsher
Browse files

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: default avatarHelin Zhang <helin.zhang@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 1f9610e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_ */
+1 −1
Original line number Diff line number Diff line
@@ -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_ */