soc/intel/apollolake: Wrap lines at 80 columns

Fix the following warning detected by checkpatch.pl:

WARNING: line over 80 characters

TEST=Build for reef

Change-Id: I4fbe95037ca4b52e64ba37e5c739af4a03f64feb
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18728
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index eacf554..2973abf 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -488,7 +488,9 @@
 
 	silconfig->LPSS_S0ixEnable = cfg->lpss_s0ix_enable;
 
-	/* Disable monitor mwait since it is broken due to a hardware bug without a fix */
+	/* Disable monitor mwait since it is broken due to a hardware bug
+	 * without a fix
+	 */
 	silconfig->MonitorMwaitEnable = 0;
 
 	silconfig->SkipMpInit = 1;