From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com ([134.134.136.20]:43023 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbbKMVnc (ORCPT ); Fri, 13 Nov 2015 16:43:32 -0500 Date: Fri, 13 Nov 2015 21:43:31 +0000 From: Keith Busch To: Thomas Gleixner Cc: LKML , x86@kernel.org, linux-pci@vger.kernel.org, Jiang Liu , Dan Williams , Bjorn Helgaas , Bryan Veal , Ingo Molnar , "H. Peter Anvin" , Martin Mares , Jon Derrick Subject: Re: [PATCHv5 5/6] x86/pci: Initial commit for new VMD device driver Message-ID: <20151113214330.GB29179@localhost.localdomain> References: <1447435057-5212-1-git-send-email-keith.busch@intel.com> <1447435057-5212-6-git-send-email-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, Nov 13, 2015 at 04:27:07PM -0500, Thomas Gleixner wrote: > On Fri, 13 Nov 2015, Keith Busch wrote: > > +/** > > + * struct vmd_irq_list - list of driver requested irq's mapping to a vmd vector > > + * &irq_list: list of child irq's the VMD one demuxes to. > > Is "&" a new KernelDoc mechanism? Curses! It's a typo in my vi macro. So much for trying to be clever to save a whole 20 seconds of manual typing...