net: davinci_emac: fix NULL check after pointer dereference
[oweals/u-boot.git] / drivers / ddr / marvell / axp / ddr3_hw_training.c
index a8c5e6a53479bed76a5da3ecd176ae2c3316e90b..c8d70411178e2eddf60d0c1e353d87a530dbf8c7 100644 (file)
@@ -450,7 +450,7 @@ int ddr3_hw_training(u32 target_freq, u32 ddr_width, int xor_bypass,
        ddr3_set_performance_params(&dram_info);
 
        if (dram_info.ecc_ena) {
-               /* Need to SCRUB the DRAM memory area to load U-boot */
+               /* Need to SCRUB the DRAM memory area to load U-Boot */
                mv_sys_xor_finish();
                dram_info.num_cs = 1;
                dram_info.cs_ena = 1;