Re: [U-Boot] [PATCH 1/2] cosmetic: cfi_flash: delete a space after an unary operator

2013-05-23 Thread Stefan Roese
On 05/17/2013 07:50 AM, Masahiro Yamada wrote: > Linux Kernel Documentation/CodingStyle says: > Do not add a space after unary operators such as &, *, ... Applied to u-boot-cfi-flash/master. Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 1/2] cosmetic: cfi_flash: delete a space after an unary operator

2013-05-16 Thread Masahiro Yamada
Linux Kernel Documentation/CodingStyle says: Do not add a space after unary operators such as &, *, ... Signed-off-by: Masahiro Yamada --- drivers/mtd/cfi_flash.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 22d84