From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755354Ab2LRUgf (ORCPT ); Tue, 18 Dec 2012 15:36:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47860 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753678Ab2LRUge (ORCPT ); Tue, 18 Dec 2012 15:36:34 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1355860368.30366.33.camel@joe-AO722> References: <1355860368.30366.33.camel@joe-AO722> <9cfc0861cd3ae0a7d4e72056c00b8bebef1490eb.1355853060.git.joe@perches.com> <6433.1355840610@warthog.procyon.org.uk> <12373.1355858223@warthog.procyon.org.uk> To: Joe Perches Cc: dhowells@redhat.com, Andrew Morton , Andy Whitcroft , Marcelo Tosatti , Alexander Graf , linux-kernel@vger.kernel.org Subject: Re: [PATCH] checkpatch: Warn on #include Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe Perches wrote: > No. I'm confused, I believe your example was: > > arch/powerpc/include/asm/kvm_para.h > ... > -#include > +#include No, that is a correct alteration. The example I gave was: - #include ++#include which is to be found in arch/powerpc/include/uapi/asm/kvm_para.h. Sorry for the confusion. David