public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Benjamin Kerensa <bkerensa@ubuntu•com>
To: netdev@vger•kernel.org
Subject: [PATCH] Remove excessive punctuation from ping flood warning
Date: Wed, 16 Jan 2013 03:10:13 -0800	[thread overview]
Message-ID: <50F68A95.5080203@ubuntu.com> (raw)

This patch removes excessive punctuation from the flood warning.

 From 932b1fc65d0f93531d2277831c6a584c9b1cfe63 Mon Sep 17 00:00:00 2001
From: Benjamin Kerensa <bkerensa@ubuntu•com>
Date: Wed, 16 Jan 2013 02:53:38 -0800
Subject: [PATCH] Remove excessive punctuation from ping flood warning
Signed-off-by: Benjamin Kerensa <bkerensa@ubuntu•com
---
  ping_common.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ping_common.c b/ping_common.c
index 7f82851..261aafc 100644
--- a/ping_common.c
+++ b/ping_common.c
@@ -608,7 +608,7 @@ void setup(int icmp_sock)
          interval = 0;

      if (uid && interval < MINUSERINTERVAL) {
-        fprintf(stderr, "ping: cannot flood; minimal interval, allowed 
for user, is %dms\n", MINUSERINTERVAL);
+        fprintf(stderr, "ping: cannot flood; minimal interval allowed 
for user is %dms\n", MINUSERINTERVAL);
          exit(2);
      }

-- 
1.8.0

                 reply	other threads:[~2013-01-16 11:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50F68A95.5080203@ubuntu.com \
    --to=bkerensa@ubuntu$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox