sched: cleanup: rename task_grp to task_group

cleanup: rename task_grp to task_group. No need to save two characters
and 'grp' is annoying to read.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/kernel/user.c b/kernel/user.c
index c6387fa..0c9a787 100644
--- a/kernel/user.c
+++ b/kernel/user.c
@@ -51,7 +51,7 @@
 	.session_keyring = &root_session_keyring,
 #endif
 #ifdef CONFIG_FAIR_USER_SCHED
-	.tg		= &init_task_grp,
+	.tg		= &init_task_group,
 #endif
 };