[GFS2] Remove pointless comment from nolock/main.c

As requested by:
Pavel Machek <pavel@suse.cz>

Pavel's other comments will be dealt with in later patches.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/locking/nolock/main.c b/fs/gfs2/locking/nolock/main.c
index 57f9e50..9398309 100644
--- a/fs/gfs2/locking/nolock/main.c
+++ b/fs/gfs2/locking/nolock/main.c
@@ -33,9 +33,6 @@
 	unsigned int jid;
 	struct nolock_lockspace *nl;
 
-	/* If there is a "jid=" in the hostdata, return that jid.
-	   Otherwise, return zero. */
-
 	c = strstr(host_data, "jid=");
 	if (!c)
 		jid = 0;