OSDN Git Service

i40e: fix code comments
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 2 Jul 2019 12:22:55 +0000 (08:22 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 5 Aug 2019 18:42:05 +0000 (11:42 -0700)
Found a code comment that needed TLC to correct their formatting.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

index 12f04f3..6d0289e 100644 (file)
@@ -2159,7 +2159,7 @@ static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg)
                 * VF does not know about these additional VSIs and all
                 * it cares is about its own queues. PF configures these queues
                 * to its appropriate VSIs based on TC mapping
-                **/
+                */
                if (vf->adq_enabled) {
                        if (idx >= ARRAY_SIZE(vf->ch)) {
                                aq_ret = I40E_ERR_NO_AVAILABLE_VSI;