From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/1 v3] PCI: Device specific reset function Date: Mon, 5 Mar 2012 08:45:18 -0800 Message-ID: <20120305164518.GF2459@kroah.com> References: <4f548ed1.4o6PhHmCeKTSPZXU%tadeusz.struk@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: bhelgaas@google.com, jbarnes@virtuousgeek.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-pci@vger.kernel.org To: Tadeusz Struk Return-path: Received: from mail-pz0-f52.google.com ([209.85.210.52]:50650 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757046Ab2CEQxr (ORCPT ); Mon, 5 Mar 2012 11:53:47 -0500 Received: by mail-pz0-f52.google.com with SMTP id p12so5333803dad.11 for ; Mon, 05 Mar 2012 08:53:47 -0800 (PST) Content-Disposition: inline In-Reply-To: <4f548ed1.4o6PhHmCeKTSPZXU%tadeusz.struk@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Mar 05, 2012 at 10:00:49AM +0000, Tadeusz Struk wrote: > > --- > drivers/pci/pci.h | 1 + > drivers/pci/quirks.c | 33 +++++++++++++++++++++++++++------ > include/linux/pci.h | 1 + > 3 files changed, 29 insertions(+), 6 deletions(-) Please read Documentation/SubmittingPatches for how to properly create, and send, patches that are in a format that can be accepted. Hint, also run your patch through scripts/checkpatch.pl to find the obvious problems that are in it, to keep us from having to do that for you... > > This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. I have been told that such email footers require that the patch be deleted and never be accepted. Please fix this if you expect your patches to be able to be applied. greg k-h