From: Dilek Uzulmez Date: Sat, 21 Feb 2015 18:48:02 +0000 (+0200) Subject: Staging: drivers: dma: Add space before ( X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=fe146473cad3d88ec0cf5fc71e7910955e4de1f5;p=deliverable%2Flinux.git Staging: drivers: dma: Add space before ( This patch fixes checkpatch.pl error in file ste_dma40.c ERROR: space required before the open parenthesis '(' Signed-off-by: Dilek Uzulmez Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 68aca3334a17..1332b1d4d541 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -3548,7 +3548,7 @@ static int __init d40_probe(struct platform_device *pdev) if (!plat_data) { if (np) { - if(d40_of_probe(pdev, np)) { + if (d40_of_probe(pdev, np)) { ret = -ENOMEM; goto failure; }