From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030344AbXCVKEA (ORCPT ); Thu, 22 Mar 2007 06:04:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030339AbXCVKEA (ORCPT ); Thu, 22 Mar 2007 06:04:00 -0400 Received: from TYO202.gate.nec.co.jp ([202.32.8.206]:39562 "EHLO tyo202.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030332AbXCVKD7 (ORCPT ); Thu, 22 Mar 2007 06:03:59 -0400 Message-ID: <4602547A.5000600@bx.jp.nec.com> Date: Thu, 22 Mar 2007 19:03:38 +0900 From: Keiichi KII User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Alexey Dobriyan CC: mpm@selenic.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [RFC][PATCH -mm take3 2/6][resend] support multiple logging References: <45FFCF31.3040000@bx.jp.nec.com> <45FFD2E5.9070208@bx.jp.nec.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alexey Dobriyan wrote: > On 3/20/07, Keiichi KII wrote: >> This patch contains the following changes for supporting multiple logging >> agents. > >> +#define CONFIG_SEPARATOR ";" > > CONFIG_* is reserved for configuration options. Since you use > it in only one place just use semicolon directly. Thank you for your reply. I'm going to fix this when I send patches next time.