aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-11-17 16:58:38 +1100
committerStefano Brivio <sbrivio@redhat.com>2022-11-25 01:34:26 +0100
commit698e4fd761ca200759a12872479a95b96c6c4ebb (patch)
tree1c53c9f3b91bdd5e10d5e8cc304769d9aab2a483 /conf.c
parente6948822ba28387347c6937e370584f9f164d0b3 (diff)
downloadpasst-698e4fd761ca200759a12872479a95b96c6c4ebb.tar
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.tar.gz
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.tar.bz2
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.tar.lz
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.tar.xz
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.tar.zst
passt-698e4fd761ca200759a12872479a95b96c6c4ebb.zip
style: Minor corrections to function comments
Some style issues and a typo. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.c b/conf.c
index a995eb7..b07d661 100644
--- a/conf.c
+++ b/conf.c
@@ -112,9 +112,9 @@ static int get_bound_ports_ns(void *arg)
* @s: String to search
* @c: Delimiter character
*
- * Returns: If another @c is found in @s, returns a pointer to the
- * character *after* the delimiter, if no further @c is in
- * @s, return NULL
+ * Return: If another @c is found in @s, returns a pointer to the
+ * character *after* the delimiter, if no further @c is in @s,
+ * return NULL
*/
static char *next_chunk(const char *s, char c)
{