]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - msg.c
Makefile: install mdadm-grow-continue@.service
[thirdparty/mdadm.git] / msg.c
diff --git a/msg.c b/msg.c
index 776b29be4d0d67b2dc53563385e46a6640b43d3a..2e64589b7bff3e8ec8b37795834c7d0c15877124 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2008 Intel Corporation
  *
- *     mdmon socket / message handling
+ *     mdmon socket / message handling
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -78,7 +78,6 @@ static int recv_buf(int fd, void* buf, int len, int tmo)
        return 0;
 }
 
-
 int send_message(int fd, struct metadata_update *msg, int tmo)
 {
        __s32 len = msg->len;