socket-test: Fix style on multi-line comment
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 10 Jun 2015 10:00:28 +0000 (03:00 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 12 Jun 2015 22:31:24 +0000 (15:31 -0700)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
tests/socket-test.c

index 512cf9a..c53f972 100644 (file)
@@ -34,8 +34,9 @@
 #include "test-runner.h"
 
 /* Paths longer than what the .sun_path array can contain must be rejected.
-   This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
-   See `man 7 unix`. */
+ * This is a hard limitation of assigning a name to AF_UNIX/AF_LOCAL sockets.
+ * See `man 7 unix`.
+ */
 
 static const struct sockaddr_un example_sockaddr_un;