File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/net/ethernet/intel/iavf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1276,7 +1276,7 @@ static void iavf_configure(struct iavf_adapter *adapter)
1276
1276
* iavf_up_complete - Finish the last steps of bringing up a connection
1277
1277
* @adapter: board private structure
1278
1278
*
1279
- * Expects to be called while holding the __IAVF_IN_CRITICAL_TASK bit lock .
1279
+ * Expects to be called while holding crit_lock .
1280
1280
**/
1281
1281
static void iavf_up_complete (struct iavf_adapter * adapter )
1282
1282
{
@@ -1400,7 +1400,7 @@ static void iavf_clear_adv_rss_conf(struct iavf_adapter *adapter)
1400
1400
* iavf_down - Shutdown the connection processing
1401
1401
* @adapter: board private structure
1402
1402
*
1403
- * Expects to be called while holding the __IAVF_IN_CRITICAL_TASK bit lock .
1403
+ * Expects to be called while holding crit_lock .
1404
1404
**/
1405
1405
void iavf_down (struct iavf_adapter * adapter )
1406
1406
{
You can’t perform that action at this time.
0 commit comments