Re: [PATCH 1/2] alpha-module: Improve a size determination in module_frob_arch_sections()

2017-05-11 Thread Al Viro
On Thu, May 11, 2017 at 01:54:42PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 11 May 2017 12:54:29 +0200 > > Replace the specification of a data structure by a pointer dereference > as the parameter for the operator "sizeof" to make the

Re: [PATCH 1/2] alpha-module: Improve a size determination in module_frob_arch_sections()

2017-05-11 Thread Al Viro
On Thu, May 11, 2017 at 01:54:42PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 11 May 2017 12:54:29 +0200 > > Replace the specification of a data structure by a pointer dereference > as the parameter for the operator "sizeof" to make the corresponding size > determination

[PATCH 1/2] alpha-module: Improve a size determination in module_frob_arch_sections()

2017-05-11 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 11 May 2017 12:54:29 +0200 Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style

[PATCH 1/2] alpha-module: Improve a size determination in module_frob_arch_sections()

2017-05-11 Thread SF Markus Elfring
From: Markus Elfring Date: Thu, 11 May 2017 12:54:29 +0200 Replace the specification of a data structure by a pointer dereference as the parameter for the operator "sizeof" to make the corresponding size determination a bit safer according to the Linux coding style convention. Signed-off-by: