diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2015-10-22 14:51:58 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2015-11-02 10:38:22 +0900 |
commit | 55a70c51acd20d52badbb0683699b7a11fee5f44 (patch) | |
tree | f7e61e3dd7eb66df43808048de4e793e2dd188a4 /board/freescale/mpc8548cds | |
parent | 96094d4c46ba6f0402fd6add9b246380dae54536 (diff) | |
download | u-boot-imx-55a70c51acd20d52badbb0683699b7a11fee5f44.zip u-boot-imx-55a70c51acd20d52badbb0683699b7a11fee5f44.tar.gz u-boot-imx-55a70c51acd20d52badbb0683699b7a11fee5f44.tar.bz2 |
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>
Diffstat (limited to 'board/freescale/mpc8548cds')
0 files changed, 0 insertions, 0 deletions