TT#14008 typo fix for d172f20b

related to #1448

Change-Id: If070314526c56ba819748823a27e30567d1bc3a7
(cherry picked from commit 646641635a)
mr10.2.1
Richard Fuchs 4 years ago
parent 9eaf00b821
commit 9a5680b826

@ -158,7 +158,7 @@ MODULE_IMPORT_NS(CRYPTO_INTERNAL);
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
#define PDE_DATA(i) (PDE(i)->data)
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5,17,0)
#define PDE_DATA(i) pda_data(i)
#define PDE_DATA(i) pde_data(i)
#endif

Loading…
Cancel
Save