kern/140590: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Aug 2 22:30:10 UTC 2010
The following reply was made to PR kern/140590; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/140590: commit references a PR
Date: Mon, 2 Aug 2010 22:26:20 +0000 (UTC)
Author: emax
Date: Mon Aug 2 22:26:08 2010
New Revision: 210783
URL: http://svn.freebsd.org/changeset/base/210783
Log:
Fix typo
PR: kern/140590
MFC after: 3 days
Modified:
head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Modified: head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
==============================================================================
--- head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Mon Aug 2 21:33:36 2010 (r210782)
+++ head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h Mon Aug 2 22:26:08 2010 (r210783)
@@ -379,7 +379,7 @@ do { \
break; \
\
c = mtod((_m), struct _info_rsp *); \
- c->hdr.code = NG_L2CAP_INFO_REQ; \
+ c->hdr.code = NG_L2CAP_INFO_RSP; \
c->hdr.ident = (_ident); \
c->hdr.length = sizeof(c->param); \
\
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-bluetooth
mailing list