svn commit: r361254 - head/sys/netgraph/bluetooth/include

Takanori Watanabe takawata at FreeBSD.org
Tue May 19 13:58:53 UTC 2020


Author: takawata
Date: Tue May 19 13:58:52 2020
New Revision: 361254
URL: https://svnweb.freebsd.org/changeset/base/361254

Log:
  Fix Typo in ng_hci_le_connection_complete_ep struct.
  
  PR:	246538
  Submitted by:	Marc Veldman

Modified:
  head/sys/netgraph/bluetooth/include/ng_hci.h

Modified: head/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- head/sys/netgraph/bluetooth/include/ng_hci.h	Tue May 19 13:54:33 2020	(r361253)
+++ head/sys/netgraph/bluetooth/include/ng_hci.h	Tue May 19 13:58:52 2020	(r361254)
@@ -1964,7 +1964,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-all mailing list