linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Monitor.c (trivial) Remove bedside manner in email text.
@ 2014-09-02 19:27 Phil Kauffman
  2014-09-03  3:32 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Kauffman @ 2014-09-02 19:27 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, Phil Kauffman

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);
-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-03  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 19:27 [PATCH] Monitor.c (trivial) Remove bedside manner in email text Phil Kauffman
2014-09-03  3:32 ` NeilBrown

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