All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH v2 1/4] coccinelle: pm_runtime: Insert blank line
@ 2015-05-09 20:09 Fabio Estevam
  2015-05-09 20:09 ` [Cocci] [PATCH v2 2/4] coccinelle: returnvar: Use imperative mood Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabio Estevam @ 2015-05-09 20:09 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>
---
Changes since v1:
- Replace // with /// as suggested by Julia

 scripts/coccinelle/api/pm_runtime.cocci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
1.9.1

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

end of thread, other threads:[~2015-05-20  6:02 UTC | newest]

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

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.