svn commit: r366419 - releng/12.2/sys/netgraph/bluetooth/include
Kyle Evans
kevans at FreeBSD.org
Sun Oct 4 01:39:30 UTC 2020
Author: kevans
Date: Sun Oct 4 01:39:29 2020
New Revision: 366419
URL: https://svnweb.freebsd.org/changeset/base/366419
Log:
MFS r366395: Fix Typo in ng_hci_le_connection_complete_ep struct.
Approved by: re (gjb)
Modified:
releng/12.2/sys/netgraph/bluetooth/include/ng_hci.h
Directory Properties:
releng/12.2/ (props changed)
Modified: releng/12.2/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- releng/12.2/sys/netgraph/bluetooth/include/ng_hci.h Sun Oct 4 00:40:28 2020 (r366418)
+++ releng/12.2/sys/netgraph/bluetooth/include/ng_hci.h Sun Oct 4 01:39:29 2020 (r366419)
@@ -1955,7 +1955,7 @@ typedef struct {
u_int16_t interval;
u_int8_t latency;
u_int16_t supervision_timeout;
- u_int8_t master_clock_accracy;
+ u_int8_t master_clock_accuracy;
} __attribute__ ((packed)) ng_hci_le_connection_complete_ep;
More information about the svn-src-releng
mailing list