]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
i40e/i40evf: Add comment to #endif
authorHelin Zhang <helin.zhang@intel.com>
Wed, 21 Oct 2015 23:47:10 +0000 (19:47 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 25 Nov 2015 18:05:57 +0000 (10:05 -0800)
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>
drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h

index 6584b6cd73fd30187c0c2ca9d37dc3cbff51ab81..61a49793594120b9cd4f006749af5f5ae0d962f8 100644 (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_ */
index fcb9ef34cc7a28566003b0c53824a04d736d1b95..1c76389bd8882699de5e5a8f7de070982535d5fc 100644 (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_ */