Selaa lähdekoodia

Add missing comma

Wiktor Strzębała 3 vuotta sitten
vanhempi
commit
b7664764f6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
 		rtw_recv_napi_poll
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 0))
-		RTL_NAPI_WEIGHT
+		, RTL_NAPI_WEIGHT
 #endif
 	);
 #endif /* CONFIG_RTW_NAPI */