All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH 1/4] coccinelle: pm_runtime: Insert blank line
@ 2015-05-09 19:48 Fabio Estevam
  2015-05-09 19:48 ` [Cocci] [PATCH 2/4] coccinelle: returnvar: Use imperative mood Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Fabio Estevam @ 2015-05-09 19:48 UTC (permalink / raw)
  To: cocci

From: Fabio Estevam <fabio.estevam@freescale.com>

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>
---
 scripts/coccinelle/api/pm_runtime.cocci | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci
index f01789e..9208aa1 100644
--- a/scripts/coccinelle/api/pm_runtime.cocci
+++ b/scripts/coccinelle/api/pm_runtime.cocci
@@ -1,4 +1,5 @@
 /// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
+///
 //
 // Keywords: pm_runtime
 // Confidence: Medium
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-09 19:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-09 19:48 [Cocci] [PATCH 1/4] coccinelle: pm_runtime: Insert blank line Fabio Estevam
2015-05-09 19:48 ` [Cocci] [PATCH 2/4] coccinelle: returnvar: Use imperative mood Fabio Estevam
2015-05-09 19:56   ` Julia Lawall
2015-05-09 19:48 ` [Cocci] [PATCH 3/4] coccinelle: ifaddr: Fix the sentence Fabio Estevam
2015-05-09 19:55   ` Julia Lawall
2015-05-09 19:48 ` [Cocci] [PATCH 4/4] coccinelle: simple_open: Use imperative mood Fabio Estevam
2015-05-09 19:56   ` Julia Lawall
2015-05-09 19:59 ` [Cocci] [PATCH 1/4] coccinelle: pm_runtime: Insert blank line Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.