projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2a9d2
)
coccinelle: pm_runtime: Insert blank line
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 9 May 2015 20:09:27 +0000
(17:09 -0300)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 20 May 2015 06:01:41 +0000
(14:01 +0800)
Insert a blank line in order to improve the readability of the
generated patch and also make it consistent with the other
.cocci files.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/api/pm_runtime.cocci
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/api/pm_runtime.cocci
b/scripts/coccinelle/api/pm_runtime.cocci
index f01789e967ec4bc10b5cb5aae8f83fc3e6ab2408..b7042d074078cbb2883f560df119b53fc4e39cae 100644
(file)
--- a/
scripts/coccinelle/api/pm_runtime.cocci
+++ b/
scripts/coccinelle/api/pm_runtime.cocci
@@
-1,5
+1,5
@@
/// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
-//
+//
/
// Keywords: pm_runtime
// Confidence: Medium
// Copyright (C) 2013 Texas Instruments Incorporated - GPLv2.