Received: with ECARTIS (v1.0.0; list netdev); Wed, 04 Jun 2003 00:50:16 -0700 (PDT) Received: from pizda.ninka.net (IDENT:root@pizda.ninka.net [216.101.162.242]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h547nk2x021923 for ; Wed, 4 Jun 2003 00:50:07 -0700 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id AAA30035; Wed, 4 Jun 2003 00:47:39 -0700 Date: Wed, 04 Jun 2003 00:47:38 -0700 (PDT) Message-Id: <20030604.004738.26506541.davem@redhat.com> To: yoshfuji@linux-ipv6.org Cc: netdev@oss.sgi.com, vnuorval@tcs.hut.fi Subject: Re: [PATCH] IPV6: typo, unrequired #undef and killing warning From: "David S. Miller" In-Reply-To: <20030604.150218.69810413.yoshfuji@linux-ipv6.org> References: <20030604.150218.69810413.yoshfuji@linux-ipv6.org> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit X-archive-position: 2872 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@redhat.com Precedence: bulk X-list: netdev Content-Length: 299 Lines: 11 From: YOSHIFUJI Hideaki / 吉藤英明 Date: Wed, 04 Jun 2003 15:02:18 +0900 (JST) - use braces around "&" and "|". You mean "parentheses", braces define basic block scope in the C language, parentheses group expressions :-) Patch applied, thank you :-)