The following reply was made to PR kern/140590; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
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);                               \
                                                                        \
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth
To unsubscribe, send any mail to "[email protected]"

Reply via email to