Browse Source

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>
Fabio Estevam 10 năm trước cách đây
mục cha
commit
f9beafc9d8

+ 1 - 1
scripts/coccinelle/api/pm_runtime.cocci

@@ -1,5 +1,5 @@
 /// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
 /// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
-//
+///
 // Keywords: pm_runtime
 // Keywords: pm_runtime
 // Confidence: Medium
 // Confidence: Medium
 // Copyright (C) 2013 Texas Instruments Incorporated - GPLv2.
 // Copyright (C) 2013 Texas Instruments Incorporated - GPLv2.