diff options
author | 2015-05-09 17:09:27 -0300 | |
---|---|---|
committer | 2015-05-20 14:01:41 +0800 | |
commit | f9beafc9d8bf7febf673df9b41e13596ca669f75 (patch) | |
tree | c08dd42ebdf8700cb795590dcc5d5d29a0b8a613 | |
parent | deb-pkg: Add device tree blobs to the package (diff) | |
download | wireguard-linux-f9beafc9d8bf7febf673df9b41e13596ca669f75.tar.xz wireguard-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>
-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. |