]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgm2/libm2pim/termios.c changed comments to GNU coding standard.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 18 May 2022 18:53:59 +0000 (19:53 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 18 May 2022 18:53:59 +0000 (19:53 +0100)
libgm2/ChangeLog:

* libm2pim/termios.c changed comments to GNU coding
standard within an enum declaration.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
libgm2/ChangeLog
libgm2/libm2pim/termios.c

index 1fdfc333c729e2df0f7225a4640f5651d804bbba..3105caa9647ef14ec64160f88f56c91f101ced00 100644 (file)
@@ -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  <gaius.mulley@southwales.ac.uk>
 
index b142fee7a5815d7e23456c1d518ec0166a5b1663..740cad5f9ca64ff3a5ac6b82b2cc0e705cc681ad 100644 (file)
@@ -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,