From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Tue, 30 Jan 2018 11:57:58 -0700 From: Keith Busch To: Bjorn Helgaas Cc: Sinan Kaya , linux-pci@vger.kernel.org, Dongdong Liu Subject: Re: [PATCH v2 11/14] PCI/DPC: Remove unnecessary RP PIO register structs Message-ID: <20180130185758.GC27205@localhost.localdomain> References: <20180130182235.106875.70588.stgit@bhelgaas-glaptop.roam.corp.google.com> <20180130182648.106875.32803.stgit@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180130182648.106875.32803.stgit@bhelgaas-glaptop.roam.corp.google.com> List-ID: On Tue, Jan 30, 2018 at 12:26:48PM -0600, Bjorn Helgaas wrote: > + u16 cap = dpc->cap_pos; > + u32 status, mask; > + u32 sev, syserr, exc; > + u16 dpc_status, first_error; > + u32 dw0, dw1, dw2, dw3; > + u32 log; > + u32 prefix; Minor nit, could you squash the declarations of the same type?