Notifiers: Fix typo in the value of P_M_SS_MORE_OFTEN_RATE

Noticed by Jason A. Donenfeld
This commit is contained in:
Solar Designer 2022-10-17 19:59:27 +02:00
parent 2241a32231
commit 11553ec0df
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#define P_M_MORE_OFTEN_RATE 4294967 /* 0.1% */
#define P_S_MORE_OFTEN_RATE 2147483 /* 0.05% */
#define P_SS_MORE_OFTEN_RATE 429496 /* 0.01% */
#define P_M_SS_MORE_OFTEN_RATE 21474 /* 0.005% */
#define P_M_SS_MORE_OFTEN_RATE 214748 /* 0.005% */
#define P_S_SS_MORE_OFTEN_RATE 42949 /* 0.001% */
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)