summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/config_parser.c1
-rw-r--r--channels/sip/dialplan_functions.c3
-rw-r--r--channels/sip/include/config_parser.h2
-rw-r--r--channels/sip/include/globals.h1
-rw-r--r--channels/sip/include/reqresp_parser.h4
-rw-r--r--channels/sip/security_events.c1
6 files changed, 4 insertions, 8 deletions
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index 0feb24655..397f2656f 100644
--- a/channels/sip/config_parser.c
+++ b/channels/sip/config_parser.c
@@ -926,4 +926,3 @@ void sip_config_parser_unregister_tests(void)
AST_TEST_UNREGISTER(sip_parse_host_line_test);
AST_TEST_UNREGISTER(sip_parse_nat_test);
}
-
diff --git a/channels/sip/dialplan_functions.c b/channels/sip/dialplan_functions.c
index 7a1a4435a..ac6508d93 100644
--- a/channels/sip/dialplan_functions.c
+++ b/channels/sip/dialplan_functions.c
@@ -136,7 +136,7 @@ int sip_acf_channel_read(struct ast_channel *chan, const char *funcname, char *p
AST_APP_ARG(type);
AST_APP_ARG(field);
);
-
+
/* Check for zero arguments */
if (ast_strlen_zero(parse)) {
ast_log(LOG_ERROR, "Cannot call %s without arguments\n", funcname);
@@ -511,4 +511,3 @@ void sip_dialplan_function_unregister_tests(void)
{
AST_TEST_UNREGISTER(test_sip_rtpqos_1);
}
-
diff --git a/channels/sip/include/config_parser.h b/channels/sip/include/config_parser.h
index fd055b145..811f8951c 100644
--- a/channels/sip/include/config_parser.h
+++ b/channels/sip/include/config_parser.h
@@ -35,7 +35,7 @@ int sip_parse_register_line(struct sip_registry *reg, int default_expiry, const
/*!
* \brief parses a config line for a host with a transport
*
- * An example input would be:
+ * An example input would be:
* <code>tls://www.google.com:8056</code>
*
* \retval 0 on success
diff --git a/channels/sip/include/globals.h b/channels/sip/include/globals.h
index d7c9f13d0..3c3ba47bd 100644
--- a/channels/sip/include/globals.h
+++ b/channels/sip/include/globals.h
@@ -39,4 +39,3 @@ extern struct ast_channel_tech sip_tech;
extern struct ast_channel_tech sip_tech_info;
#endif /* !defined(SIP_GLOBALS_H) */
-
diff --git a/channels/sip/include/reqresp_parser.h b/channels/sip/include/reqresp_parser.h
index 2543329dd..338824a53 100644
--- a/channels/sip/include/reqresp_parser.h
+++ b/channels/sip/include/reqresp_parser.h
@@ -59,8 +59,8 @@ AST_LIST_HEAD_NOLOCK(contactliststruct, contact);
* parts, user:secret.
* - If the URI contains a port number, hostport will return with both
* parts, host:port.
- * - This function overwrites the the URI string.
- *
+ * - This function overwrites the URI string.
+ *
* \retval 0 on success
* \retval -1 on error.
*
diff --git a/channels/sip/security_events.c b/channels/sip/security_events.c
index 5b6755120..b93dffe99 100644
--- a/channels/sip/security_events.c
+++ b/channels/sip/security_events.c
@@ -358,4 +358,3 @@ int sip_report_security_event(const char *peer, struct ast_sockaddr *addr, const
return result;
}
-