projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f7a8d
)
ste_dma40: Adjust the position of a jump label in d40_probe()
author
Markus Elfring
<elfring@users.sourceforge.net>
Sat, 17 Sep 2016 12:36:26 +0000
(14:36 +0200)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 17:36:17 +0000
(23:06 +0530)
Add a space character before a single jump label in this function
according to the current Linux coding style convention.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ste_dma40.c
patch
|
blob
|
history
diff --git
a/drivers/dma/ste_dma40.c
b/drivers/dma/ste_dma40.c
index
cead96b
..
03adf91
100644
(file)
--- a/
drivers/dma/ste_dma40.c
+++ b/
drivers/dma/ste_dma40.c
@@
-3730,7
+3730,7
@@
failure:
kfree(base->lookup_phy_chans);
kfree(base->phy_res);
kfree(base);
-report_failure:
+
report_failure:
d40_err(&pdev->dev, "probe failed\n");
return ret;
}