[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <542376.97776.qm@web62505.mail.re1.yahoo.com>
Date: Mon, 3 Jan 2011 08:03:36 -0800 (PST)
From: François-Xavier Le Bail <fx.lebail@...oo.com>
To: netdev@...r.kernel.org
Subject: [PATCH, second try] Typo in comments in include/linux/igmp.h
[Second try, patch invalid, sorry]
Hello,
There is a typo in comments in include/linux/igmp.h:
83 #define IGMP_HOST_MEMBERSHIP_QUERY 0x11 /* From RFC1112 */
84 #define IGMP_HOST_MEMBERSHIP_REPORT 0x12 /* Ditto */
85 #define IGMP_DVMRP 0x13 /* DVMRP routing */
86 #define IGMP_PIM 0x14 /* PIM routing */
87 #define IGMP_TRACE 0x15
88 #define IGMPV2_HOST_MEMBERSHIP_REPORT 0x16 /* V2 version of 0x11 */
89 #define IGMP_HOST_LEAVE_MESSAGE 0x17
90 #define IGMPV3_HOST_MEMBERSHIP_REPORT 0x22 /* V3 version of 0x11 */
The line 88 and 90 are about REPORT messages.
The IGMP_HOST_MEMBERSHIP_REPORT value is 0x12.
So the comment on line 88 must be /* V2 version of 0x12 */,
and the comment on line 90 must be /* V3 version of 0x12 */.
Here is a patch.
Thank you,
Francois-Xavier Le Bail
View attachment "igmp_h.diff" of type "text/x-diff" (693 bytes)
Powered by blists - more mailing lists