Re: [PATCH v2] xen/pcifront: Removed unnecessary __ref annotation

2021-08-30 Thread Sergio Miguéns Iglesias
30, 2021 at 07:53:05PM +0200, Sergio Miguéns Iglesias wrote: > > An unnecessary "__ref" annotation was removed from the > > "drivers/pci/xen_pcifront.c" file. The function where the annotation > > was used was "pcifront_backend_changed()", which do

Re: [PATCH v2] xen/pcifront: Removed unnecessary __ref annotation

2021-08-30 Thread Sergio Miguéns Iglesias
d this one. Thanks again, Sergio M. Iglesias. On 21/08/30 11:29, Bjorn Helgaas wrote: > On Mon, Aug 30, 2021 at 07:53:05PM +0200, Sergio Miguéns Iglesias wrote: > > An unnecessary "__ref" annotation was removed from the > > "drivers/pci/xen_pcifront.c" file. The f

[PATCH v2] xen/pcifront: Removed unnecessary __ref annotation

2021-08-30 Thread Sergio Miguéns Iglesias
makes "__ref" unnecessary since this annotation is used to make the compiler ignore section miss-matches when they are not happening here in the first place. In addition to the aforementioned change, some code style issues were fixed in the same file. Signed-off-by: S

Re: [PATCH] PCI: Fix general code style

2021-08-30 Thread Sergio Miguéns Iglesias
gaas wrote: > On Thu, Aug 05, 2021 at 12:28:32AM +0200, Sergio Miguéns Iglesias wrote: > > The code style for most files was fixed. This means that blank lines > > were added when needed (normally after variable declarations), spaces > > before tabs were removed, some code alig

Re: [PATCH] xen/pcifront: Removed unnecessary __ref annotation

2021-08-30 Thread Sergio Miguéns Iglesias
Thanks a lot for your reply! I am sending a v2 patch to fix all the issues. Sergio M. Iglesias. On 21/08/30 06:55, Juergen Gross wrote: > On 30.08.21 00:14, Sergio Miguéns Iglesias wrote: > > An unnecessary "__ref" annotation was removed from the > > "drivers

[PATCH] xen/pcifront: Removed unnecessary __ref annotation

2021-08-29 Thread Sergio Miguéns Iglesias
makes "__ref" unnecessary since this annotation is used to make the compiler ignore section miss-matches when they are not happening here in the first place. In addition to the aforementioned change, some code style issues were fixed in the same file. Signed-off-by: S

[PATCH] PCI: Fix general code style

2021-08-09 Thread Sergio Miguéns Iglesias
"unsigned int var"... Etc. This commit does not change the logic of the code, it just fixes aesthetic problems. Signed-off-by: Sergio Miguéns Iglesias --- drivers/pci/access.c | 22 +- drivers/pci/bus.c | 3 ++- drivers/pci/msi.c | 12 +