Re: [PATCH] mtd: Replace typedef with struct

2018-03-28 Thread Boris Brezillon
On Tue, 27 Mar 2018 21:32:19 +0200 Richard Weinberger wrote: > Am Sonntag, 18. März 2018, 18:51:23 CEST schrieb Arushi Singhal: > > Using typedef for a structure type is not suggested in Linux kernel > > coding style guidelines. Hence, occurrence of typedefs has been > > removed.

Re: [PATCH] mtd: Replace typedef with struct

2018-03-28 Thread Boris Brezillon
On Tue, 27 Mar 2018 21:32:19 +0200 Richard Weinberger wrote: > Am Sonntag, 18. März 2018, 18:51:23 CEST schrieb Arushi Singhal: > > Using typedef for a structure type is not suggested in Linux kernel > > coding style guidelines. Hence, occurrence of typedefs has been > > removed. > > > >

Re: [PATCH] mtd: Replace typedef with struct

2018-03-27 Thread Richard Weinberger
Am Sonntag, 18. März 2018, 18:51:23 CEST schrieb Arushi Singhal: > Using typedef for a structure type is not suggested in Linux kernel > coding style guidelines. Hence, occurrence of typedefs has been > removed. > > Signed-off-by: Arushi Singhal > --- >

Re: [PATCH] mtd: Replace typedef with struct

2018-03-27 Thread Richard Weinberger
Am Sonntag, 18. März 2018, 18:51:23 CEST schrieb Arushi Singhal: > Using typedef for a structure type is not suggested in Linux kernel > coding style guidelines. Hence, occurrence of typedefs has been > removed. > > Signed-off-by: Arushi Singhal > --- > drivers/mtd/ssfdc.c | 6 +++--- > 1 file

[PATCH] mtd: Replace typedef with struct

2018-03-18 Thread Arushi Singhal
Using typedef for a structure type is not suggested in Linux kernel coding style guidelines. Hence, occurrence of typedefs has been removed. Signed-off-by: Arushi Singhal --- drivers/mtd/ssfdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[PATCH] mtd: Replace typedef with struct

2018-03-18 Thread Arushi Singhal
Using typedef for a structure type is not suggested in Linux kernel coding style guidelines. Hence, occurrence of typedefs has been removed. Signed-off-by: Arushi Singhal --- drivers/mtd/ssfdc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/ssfdc.c