Home
last modified time | relevance | path

Searched hist:"55 a70c51acd20d52badbb0683699b7a11fee5f44" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Ddmc_init_ddr3.c55a70c51acd20d52badbb0683699b7a11fee5f44 Thu Oct 22 05:51:58 UTC 2015 Minkyu Kang <mk7.kang@samsung.com> arm: exynos: clean up checkpatch issues

This patch will fix these checkpatch issues.

ERROR: Macros with complex values should be enclosed in parentheses
+#define DEFAULT_DQS_X4 (DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
+ || (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)

ERROR: space prohibited before that ',' (ctx:WxW)
+ writel(val , &drex0->concontrol);
^

ERROR: space prohibited before that ',' (ctx:WxW)
+ writel(val , &drex1->concontrol);
^

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>