This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin 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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201114/8cc86462/attachment.htm>