From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757305AbbICQqf (ORCPT ); Thu, 3 Sep 2015 12:46:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40540 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752550AbbICQqe (ORCPT ); Thu, 3 Sep 2015 12:46:34 -0400 Date: Thu, 3 Sep 2015 09:46:33 -0700 From: Greg KH To: Aparna Karuthodi Cc: linux-kernel@vger.kernel.org, alan@linux.intel.com, devel@driverdev.osuosl.org Subject: Re: [PATCH] staging: i2o: Used Message-ID: <20150903164633.GA31709@kroah.com> References: <1439920006-6910-1-git-send-email-kdasaparna@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439920006-6910-1-git-send-email-kdasaparna@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 18, 2015 at 11:16:46PM +0530, Aparna Karuthodi wrote: > Used #include instead of #include to > remove a coding style warning detected by checkpatch. > > The warning is given below: > drivers/staging/i2o/config-osm.c:22: WARNING: Use #include > instead of > > Signed-off-by: Aparna Karuthodi > --- > drivers/staging/i2o/config-osm.c | 2 +- This file isn't in any kernel tree that I see anymore, what kernel did you make this against? greg k-h