From: NeilBrown <neilb@suse.de>
To: Phil Kauffman <kauffman@cs.uchicago.edu>
Cc: linux-raid@vger.kernel.org
Subject: Re: [PATCH] Monitor.c (trivial) Remove bedside manner in email text.
Date: Wed, 3 Sep 2014 13:32:43 +1000 [thread overview]
Message-ID: <20140903133243.535f0534@notabene.brown> (raw)
In-Reply-To: <1409686068-9888-1-git-send-email-kauffman@cs.uchicago.edu>
[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]
On Tue, 2 Sep 2014 14:27:48 -0500 Phil Kauffman <kauffman@cs.uchicago.edu>
wrote:
> The words removed are superfluous and add no value to the message.
> In addition, they imply that the message is from a person,
> which is obviously not the case.
> ---
> Monitor.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/Monitor.c b/Monitor.c
> index 5cb24fa..74a88e1 100644
> --- a/Monitor.c
> +++ b/Monitor.c
> @@ -402,14 +402,12 @@ static void alert(char *event, char *dev, char *disc, struct alert_info *info)
> if (disc && disc[0] == ' ')
> fprintf(mp, "Extra information:%s.\n\n", disc);
>
> - fprintf(mp, "Faithfully yours, etc.\n");
> -
> mdstat = fopen("/proc/mdstat", "r");
> if (mdstat) {
> char buf[8192];
> int n;
> fprintf(mp,
> - "\nP.S. The /proc/mdstat file"
> + "\nThe /proc/mdstat file"
> " currently contains the following:\n\n");
> while ( (n=fread(buf, 1, sizeof(buf), mdstat)) > 0)
> n=fwrite(buf, 1, n, mp);
"superfluous" - probably.
"no value" - I did receive a comment from someone saying that the "Faithfully
your" line gave them a chuckle when they needed it.
Did/do the words you would like removed actually cause a problem?
I'm inclined to not apply the patch but if you have a case which is stronger
than the one you have made so far, I will certainly listen to it.
Thanks,
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
prev parent reply other threads:[~2014-09-03 3:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-02 19:27 [PATCH] Monitor.c (trivial) Remove bedside manner in email text Phil Kauffman
2014-09-03 3:32 ` NeilBrown [this message]
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=20140903133243.535f0534@notabene.brown \
--to=neilb@suse.de \
--cc=kauffman@cs.uchicago.edu \
--cc=linux-raid@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).