diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-09 20:09:27 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-05-20 06:01:41 (GMT) |
commit | f9beafc9d8bf7febf673df9b41e13596ca669f75 (patch) | |
tree | c08dd42ebdf8700cb795590dcc5d5d29a0b8a613 /scripts/coccinelle | |
parent | ca2a9d2cf6cf3dd852c3926ac7e30ee774da4638 (diff) | |
download | linux-f9beafc9d8bf7febf673df9b41e13596ca669f75.tar.xz |
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')
-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 f01789e..b7042d0 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. |