Update CHANGELOG, coding style cleanup.
diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c
index ea5a14b..f114fe0 100644
--- a/drivers/qe/qe.c
+++ b/drivers/qe/qe.c
@@ -162,12 +162,13 @@
 	qe_immr = (qe_map_t *)qe_base;
 
 #ifdef CONFIG_SYS_QE_FW_ADDR
-        /* Upload microcode to IRAM for those SOCs which do not have ROM in QE.
-         */
-        qe_upload_firmware((const struct qe_firmware *) CONFIG_SYS_QE_FW_ADDR);
+	/*
+	 * Upload microcode to IRAM for those SOCs which do not have ROM in QE.
+	 */
+	qe_upload_firmware((const struct qe_firmware *) CONFIG_SYS_QE_FW_ADDR);
 
-        /* enable the microcode in IRAM */
-        out_be32(&qe_immr->iram.iready,QE_IRAM_READY);
+	/* enable the microcode in IRAM */
+	out_be32(&qe_immr->iram.iready,QE_IRAM_READY);
 #endif
 
 	gd->mp_alloc_base = QE_DATAONLY_BASE;