Browse Source

MT#55283 add missing MODULE_DESCRIPTION/AUTHOR

Change-Id: Ieeae511d568f22efe26491e069b266e1adbda349
(cherry picked from commit a9fccfa2df)
(cherry picked from commit 652ee31898)
mr13.3.1
Richard Fuchs 7 months ago
parent
commit
885c042cf0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel-module/xt_RTPENGINE.c

+ 2
- 0
kernel-module/xt_RTPENGINE.c View File

@ -44,6 +44,8 @@
#include "xt_RTPENGINE.h"
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Sipwise GmbH <support@sipwise.com>");
MODULE_DESCRIPTION("rtpengine packet forwarding acceleration");
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,13,0)
MODULE_IMPORT_NS("CRYPTO_INTERNAL");
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5,12,0)


Loading…
Cancel
Save