[Asterisk-code-review] menuselect: Fix description of several modules. (asterisk[18])

George Joseph asteriskteam at digium.com
Fri Jun 11 11:28:09 CDT 2021


George Joseph has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/16087 )

Change subject: menuselect: Fix description of several modules.
......................................................................

menuselect: Fix description of several modules.

The text description needs to be the last thing on the AST_MODULE_INFO
line to be pulled in properly by menuselect.

Change-Id: I0c913e36fea8b661f42e56920b6c5513ae8fd832
---
M res/res_format_attr_ilbc.c
M res/res_pjsip_stir_shaken.c
M res/res_stir_shaken.c
3 files changed, 3 insertions(+), 6 deletions(-)

Approvals:
  George Joseph: Looks good to me, approved; Approved for Submit



diff --git a/res/res_format_attr_ilbc.c b/res/res_format_attr_ilbc.c
index ec33599..4addce8 100644
--- a/res/res_format_attr_ilbc.c
+++ b/res/res_format_attr_ilbc.c
@@ -171,8 +171,7 @@
 	return 0;
 }
 
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER,
-	"iLBC Format Attribute Module",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "iLBC Format Attribute Module",
 	.support_level = AST_MODULE_SUPPORT_CORE,
 	.load = load_module,
 	.unload = unload_module,
diff --git a/res/res_pjsip_stir_shaken.c b/res/res_pjsip_stir_shaken.c
index df2aaf0..de1513b 100644
--- a/res/res_pjsip_stir_shaken.c
+++ b/res/res_pjsip_stir_shaken.c
@@ -372,8 +372,7 @@
 #undef AST_BUILDOPT_SUM
 #define AST_BUILDOPT_SUM ""
 
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER,
-				"PJSIP STIR/SHAKEN Module for Asterisk",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "PJSIP STIR/SHAKEN Module for Asterisk",
 	.support_level = AST_MODULE_SUPPORT_CORE,
 	.load = load_module,
 	.unload = unload_module,
diff --git a/res/res_stir_shaken.c b/res/res_stir_shaken.c
index dbc2de0..1d8c785 100644
--- a/res/res_stir_shaken.c
+++ b/res/res_stir_shaken.c
@@ -1667,8 +1667,7 @@
 	return res;
 }
 
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER,
-				"STIR/SHAKEN Module for Asterisk",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ORDER, "STIR/SHAKEN Module for Asterisk",
 	.support_level = AST_MODULE_SUPPORT_CORE,
 	.load = load_module,
 	.unload = unload_module,

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16087
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I0c913e36fea8b661f42e56920b6c5513ae8fd832
Gerrit-Change-Number: 16087
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean at seanbright.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210611/124bf4bc/attachment-0001.html>


More information about the asterisk-code-review mailing list