Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 13:27:57 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r366395 - stable/12/sys/netgraph/bluetooth/include
Message-ID:  <202010031327.093DRvAk034009@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sat Oct  3 13:27:57 2020
New Revision: 366395
URL: https://svnweb.freebsd.org/changeset/base/366395

Log:
  MFC r361254: Fix Typo in ng_hci_le_connection_complete_ep struct.
  
  PR:		246538

Modified:
  stable/12/sys/netgraph/bluetooth/include/ng_hci.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- stable/12/sys/netgraph/bluetooth/include/ng_hci.h	Sat Oct  3 13:27:12 2020	(r366394)
+++ stable/12/sys/netgraph/bluetooth/include/ng_hci.h	Sat Oct  3 13:27:57 2020	(r366395)
@@ -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?202010031327.093DRvAk034009>