gprs_ns2_vc_fsm: fix spaces and remove wrong comment

Change-Id: I52799d8ce8244fae7512a6e14a3cf2408a218c2d
diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c
index 78b0691..641fcc3 100644
--- a/src/gb/gprs_ns2_vc_fsm.c
+++ b/src/gb/gprs_ns2_vc_fsm.c
@@ -111,7 +111,7 @@
 
 	GPRS_NS2_EV_UNITDATA,
 
-	GPRS_NS2_EV_FORCE_UNCONFIGURED,
+	GPRS_NS2_EV_FORCE_UNCONFIGURED, /* called via vty for tests */
 };
 
 static const struct value_string gprs_ns2_vc_event_names[] = {
@@ -126,7 +126,7 @@
 	{ GPRS_NS2_EV_ALIVE_ACK,		"ALIVE_ACK" },
 	{ GPRS_NS2_EV_STATUS,			"STATUS" },
 	{ GPRS_NS2_EV_UNITDATA,			"UNITDATA" },
-	{GPRS_NS2_EV_FORCE_UNCONFIGURED,	"FORCE_UNCONFIGURED"},
+	{ GPRS_NS2_EV_FORCE_UNCONFIGURED,	"FORCE_UNCONFIGURED" },
 	{ 0, NULL }
 };
 
@@ -431,7 +431,6 @@
 	struct gprs_ns2_inst *nsi = ns_inst_from_fi(fi);
 	struct gprs_ns2_vc_priv *priv = fi->priv;
 
-	/* PCU timeouts */
 	switch (fi->state) {
 	case GPRS_NS2_ST_RESET:
 		if (priv->initiate_reset) {