Re: [PATCH v3 1/2] mfd: sec: Put one element structure initialisation on one line

2019-03-20 Thread Lee Jones
On Wed, 13 Feb 2019, Stuart Menefy wrote: > Change the layout of the initialisation of structures with one > element to a single line of code. This keeps the coding style > consistent. > > Signed-off-by: Stuart Menefy > --- > drivers/mfd/sec-core.c | 58 > +-

[PATCH v3 1/2] mfd: sec: Put one element structure initialisation on one line

2019-02-13 Thread Stuart Menefy
Change the layout of the initialisation of structures with one element to a single line of code. This keeps the coding style consistent. Signed-off-by: Stuart Menefy --- drivers/mfd/sec-core.c | 58 +- 1 file changed, 19 insertions(+), 39 deletions