summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-06-01 22:52:20 -0300
committerMichal Marek <mmarek@suse.cz>2015-06-03 10:23:33 +0200
commitf94c56f4f33dd34551af6bcc1afde5082fdf6e86 (patch)
treec7324009163f7760a5318b9e64960e267ac2672a /scripts
parent9473a62f779d78bae646e7ef1a792d53ad4ac29e (diff)
downloadlinux-0-day-f94c56f4f33dd34551af6bcc1afde5082fdf6e86.tar.gz
linux-0-day-f94c56f4f33dd34551af6bcc1afde5082fdf6e86.tar.xz
coccinelle: simple_return: Add a 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')
-rw-r--r--scripts/coccinelle/misc/simple_return.cocci2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/misc/simple_return.cocci b/scripts/coccinelle/misc/simple_return.cocci
index 47f7084b6360a..e8b6313b116f5 100644
--- a/scripts/coccinelle/misc/simple_return.cocci
+++ b/scripts/coccinelle/misc/simple_return.cocci
@@ -1,6 +1,6 @@
/// Simplify a trivial if-return sequence. Possibly combine with a
/// preceding function call.
-//
+///
// Confidence: High
// Copyright: (C) 2014 Julia Lawall, INRIA/LIP6. GPLv2.
// Copyright: (C) 2014 Gilles Muller, INRIA/LiP6. GPLv2.