From: Gaius Mulley Date: Wed, 18 May 2022 18:53:59 +0000 (+0100) Subject: libgm2/libm2pim/termios.c changed comments to GNU coding standard. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac22562550687f539037506fdb5985497c5d5cf;p=thirdparty%2Fgcc.git libgm2/libm2pim/termios.c changed comments to GNU coding standard. libgm2/ChangeLog: * libm2pim/termios.c changed comments to GNU coding standard within an enum declaration. Signed-off-by: Gaius Mulley --- diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog index 1fdfc333c729..3105caa9647e 100644 --- a/libgm2/ChangeLog +++ b/libgm2/ChangeLog @@ -8,6 +8,7 @@ * libm2pim/sckt.c: Reformatted comments. * libm2pim/termios.c: Reformatted comments. * libm2pim/wrapc.c: Reformatted comments. + * libm2pim/termios.c: Reformatted comments within enum. 2022-05-17 Gaius Mulley diff --git a/libgm2/libm2pim/termios.c b/libgm2/libm2pim/termios.c index b142fee7a581..740cad5f9ca6 100644 --- a/libgm2/libm2pim/termios.c +++ b/libgm2/libm2pim/termios.c @@ -82,7 +82,7 @@ typedef enum { } ControlChar; typedef enum { - /* input flag bits */ + /* Input flag bits. */ ignbrk, ibrkint, ignpar, @@ -97,7 +97,7 @@ typedef enum { ixany, ixoff, imaxbel, - /* output flag bits */ + /* Output flag bits. */ opost, olcuc, onlcr, @@ -122,7 +122,7 @@ typedef enum { off1, ovt0, ovt1, - /* baud rate */ + /* Baud rate. */ b0, b50, b75, @@ -156,7 +156,7 @@ typedef enum { b4000000, maxbaud, crtscts, - /* character size */ + /* Character size. */ cs5, cs6, cs7,