Browse Source

Add missing comma

Wiktor Strzębała 3 years ago
parent
commit
b7664764f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      os_dep/linux/os_intfs.c

+ 1 - 1
os_dep/linux/os_intfs.c

@@ -1685,7 +1685,7 @@ int rtw_os_ndev_register(_adapter *adapter, const char *name)
 		&adapter->napi,
 		&adapter->napi,
 		rtw_recv_napi_poll
 		rtw_recv_napi_poll
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 0))
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 0))
-		RTL_NAPI_WEIGHT
+		, RTL_NAPI_WEIGHT
 #endif
 #endif
 	);
 	);
 #endif /* CONFIG_RTW_NAPI */
 #endif /* CONFIG_RTW_NAPI */