Re: [PATCH] mmc: host: sdhci: Added a space before (

2015-01-14 Thread Ulf Hansson
On 13 January 2015 at 16:17, Mohammad Jamal wrote: > This patch solves the coding style issue by adding a space > before ( > > Signed-off-by: Mohammad Jamal Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/sdhci.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] mmc: host: sdhci: Added a space before (

2015-01-13 Thread Mohammad Jamal
This patch solves the coding style issue by adding a space before ( Signed-off-by: Mohammad Jamal --- drivers/mmc/host/sdhci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 1453cd1..910ee7b 100644 --- a/drivers/mm