From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpA.tele.dk (pasmtpa.tele.dk [80.160.77.114]) by ozlabs.org (Postfix) with ESMTP id EA229DDE1F for ; Fri, 27 Jul 2007 21:00:07 +1000 (EST) Date: Fri, 27 Jul 2007 13:01:18 +0200 From: Sam Ravnborg To: Hoang-Nam Nguyen Subject: Re: [PATCH 1/2] ehca: remove checkpatch.pl's warnings "externs should be avoided in .c files" Message-ID: <20070727110118.GB12647@uranus.ravnborg.org> References: <200707271254.51055.hnguyen@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200707271254.51055.hnguyen@linux.vnet.ibm.com> Cc: Roland Dreier , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, raisch@de.ibm.com, general@lists.openfabrics.org, stefan.roscher@de.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Jul 27, 2007 at 12:54:50PM +0200, Hoang-Nam Nguyen wrote: > >From b5d0336089b5ebe5b18acb94b2c94c2026cb95ee Mon Sep 17 00:00:00 2001 > From: Hoang-Nam Nguyen > Date: Fri, 27 Jul 2007 10:24:49 +0200 > Subject: [PATCH] remove checkpatch.pl's warnings "externs should be avoided in .c files" > > Signed-off-by: Hoang-Nam Nguyen And you checked that said .h file was indeed included by the .c file that has the original definition? Otherwise the definition and the declaration can get out of sync without notice. Sam