Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2020 01:39:30 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r366419 - releng/12.2/sys/netgraph/bluetooth/include
Message-ID:  <202010040139.0941dU13085157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010040139.0941dU13085157>