Re: [PATCH 7/9] crypto: constify pci_error_handlers structures

2015-11-17 Thread Herbert Xu
On Sat, Nov 14, 2015 at 11:06:59AM +0100, Julia Lawall wrote: > This pci_error_handlers structure is never modified, like all the other > pci_error_handlers structures, so declare it as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Patch

[PATCH 7/9] crypto: constify pci_error_handlers structures

2015-11-14 Thread Julia Lawall
This pci_error_handlers structure is never modified, like all the other pci_error_handlers structures, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- There are no dependencies between these patches.