Skip to content

Commit b766476

Browse files
authored
Add missing comma
1 parent 7aa1276 commit b766476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_dep/linux/os_intfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ int rtw_os_ndev_register(_adapter *adapter, const char *name)
16851685
&adapter->napi,
16861686
rtw_recv_napi_poll
16871687
#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 1, 0))
1688-
RTL_NAPI_WEIGHT
1688+
, RTL_NAPI_WEIGHT
16891689
#endif
16901690
);
16911691
#endif /* CONFIG_RTW_NAPI */

0 commit comments

Comments
 (0)