Re: [U-Boot] [PATCH v1 1/5] serial: cosmetic checkpatch compliance

2011-12-05 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <1321634955-5561-2-git-send-email-gerlando.fala...@keymile.com> you wrote: > Signed-off-by: Gerlando Falauto > --- > common/serial.c | 51 +-- > include/serial.h | 19 ++- > 2 files changed, 3

Re: [U-Boot] [PATCH v1 1/5] serial: cosmetic checkpatch compliance

2011-11-18 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v1 1/5] serial: cosmetic checkpatch compliance

2011-11-18 Thread Gerlando Falauto
Signed-off-by: Gerlando Falauto --- common/serial.c | 51 +-- include/serial.h | 19 ++- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/common/serial.c b/common/serial.c index 5b83d6a..03bbb19 100644 --- a/comm