[PATCH 04/11] socket-test: Fix style on multi-line comment
Pekka Paalanen
ppaalanen at gmail.com
Thu Jun 11 01:58:32 PDT 2015
On Wed, 10 Jun 2015 11:55:15 -0700
Bryce Harrington <bryce at osg.samsung.com> wrote:
> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> tests/socket-test.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/tests/socket-test.c b/tests/socket-test.c
> index 512cf9a..c53f972 100644
> --- a/tests/socket-test.c
> +++ b/tests/socket-test.c
> @@ -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;
>
R-b me, feel free to just push this.
Thanks,
pq
More information about the wayland-devel
mailing list