From: mcgrof@kernel.org (Luis R. Rodriguez)
To: cocci@systeme.lip6.fr
Subject: [Cocci] [RFC 1/2] pycocci: add missing new line
Date: Wed, 4 May 2016 22:30:53 -0700 [thread overview]
Message-ID: <1462426254-22633-2-git-send-email-mcgrof@kernel.org> (raw)
In-Reply-To: <1462426254-22633-1-git-send-email-mcgrof@kernel.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
---
tools/pycocci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/pycocci b/tools/pycocci
index 266957bd90cd..43bb9a4dd412 100755
--- a/tools/pycocci
+++ b/tools/pycocci
@@ -608,7 +608,7 @@ def _main():
cmd = [ '--stat', patch_branch_name + ".." + smpl_branch_name ]
diff_stat = git_diff(tree=args.target_dir, extra_args = cmd)
if len(diff_stat) == 0:
- logwrite('\nSmPL patch fully replaces patch series!')
+ logwrite('\nSmPL patch fully replaces patch series!\n')
else:
logwrite('\nDifferences found:\n\n')
logwrite('Change directory to %s and run:\n\n\tgit diff %s..%s\n\n' % (args.target_dir, patch_branch_name, smpl_branch_name))
--
2.7.2
next prev parent reply other threads:[~2016-05-05 5:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-05 5:30 [Cocci] [RFC 0/2] coccinelle: extend test coverage Luis R. Rodriguez
2016-05-05 5:30 ` Luis R. Rodriguez [this message]
2016-05-05 6:26 ` [Cocci] [RFC 1/2] pycocci: add missing new line Julia Lawall
2016-05-05 5:30 ` [Cocci] [RFC 2/2] tests: convert sp.cocci test to pycocci proof Luis R. Rodriguez
2016-05-05 11:10 ` [Cocci] [RFC 0/2] coccinelle: extend test coverage SF Markus Elfring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1462426254-22633-2-git-send-email-mcgrof@kernel.org \
--to=mcgrof@kernel.org \
--cc=cocci@systeme.lip6.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.