[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error

2012-10-18 Thread Sangho Yi
I fixed the following two kinds of errors on coding style. ERROR: "(foo*)" should be "(foo *)" ERROR: "(foo**)" should be "(foo **)" Signed-off-by: Sangho Yi --- drivers/mmc/core/sdio_cis.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 1/2] mmc: core: sdio_cis.c: Fixed pointer casting coding style error

2012-10-18 Thread Sangho Yi
I fixed the following two kinds of errors on coding style. ERROR: (foo*) should be (foo *) ERROR: (foo**) should be (foo **) Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/mmc/core/sdio_cis.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git