diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-09 17:09:27 -0300 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-05-20 14:01:41 +0800 |
commit | f9beafc9d8bf7febf673df9b41e13596ca669f75 (patch) | |
tree | c08dd42ebdf8700cb795590dcc5d5d29a0b8a613 /scripts/coccinelle/api/pm_runtime.cocci | |
parent | ca2a9d2cf6cf3dd852c3926ac7e30ee774da4638 (diff) | |
download | blackbird-op-linux-f9beafc9d8bf7febf673df9b41e13596ca669f75.tar.gz blackbird-op-linux-f9beafc9d8bf7febf673df9b41e13596ca669f75.zip |
coccinelle: pm_runtime: Insert blank line
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>
Diffstat (limited to 'scripts/coccinelle/api/pm_runtime.cocci')
-rw-r--r-- | scripts/coccinelle/api/pm_runtime.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci index f01789e967ec..b7042d074078 100644 --- 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. |