On 2/29/2020 9:27 PM, David Miller wrote: > From: Jacob Keller <jacob.e.keller@xxxxxxxxx> > Date: Thu, 27 Feb 2020 14:36:31 -0800 > >> +int pci_get_dsn(struct pci_dev *dev, u8 dsn[]) >> +{ >> + u32 dword; >> + int pos; >> + >> + > > Just one empty line after the local variable declarations please. > > Thank you. > I've fixed this locally, but am going to wait to see if there is any further feedback before sending a v2. Thanks, Jake