pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/21141 )

Change subject: serial: Fix typo in debug log line
......................................................................

serial: Fix typo in debug log line

Change-Id: Ibfe70a42649512719be3c3ae42b5fad8b28a800a
---
M src/serial.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/serial.c b/src/serial.c
index 4dcca08..1c41fe0 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -141,7 +141,7 @@

        rc = tcsetattr(fd, TCSANOW, &tio);
        if (rc < 0) {
-               dbg_perror("tcgetattr()");
+               dbg_perror("tcsetattr()");
                return -errno;
        }


--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21141
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ibfe70a42649512719be3c3ae42b5fad8b28a800a
Gerrit-Change-Number: 21141
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to