Replace formerly necessary goroutine with more judicious use of mutexes.

Also fix some comments.

Change-Id: Ic6e192af27efc3351833f48c45e16d28fd551cc6
diff --git a/services/wsprd/app/app.go b/services/wsprd/app/app.go
index 10a1d91..62bf11b 100644
--- a/services/wsprd/app/app.go
+++ b/services/wsprd/app/app.go
@@ -281,7 +281,7 @@
 
 // Cleanup cleans up any outstanding rpcs.
 func (c *Controller) Cleanup() {
-	c.GetLogger().VI(0).Info("Cleaning up pipe")
+	c.GetLogger().VI(0).Info("Cleaning up controller")
 	c.Lock()
 	defer c.Unlock()