[RFC PATCH 1/8] drm: exynos/dp: fix code style

2015-08-06 Thread Yakir Yang
make checkpatch.pl script happy Signed-off-by: Yakir Yang y...@rock-chips.com --- drivers/gpu/drm/exynos/exynos_dp_core.c | 224 drivers/gpu/drm/exynos/exynos_dp_core.h | 53 drivers/gpu/drm/exynos/exynos_dp_reg.c | 100 +++--- 3 files

[RFC PATCH 1/8] drm: exynos/dp: fix code style

2015-08-06 Thread Yakir Yang
make checkpatch.pl script happy Signed-off-by: Yakir Yang y...@rock-chips.com --- drivers/gpu/drm/exynos/exynos_dp_core.c | 224 drivers/gpu/drm/exynos/exynos_dp_core.h | 53 drivers/gpu/drm/exynos/exynos_dp_reg.c | 100 +++--- 3 files changed,

Re: [RFC PATCH 1/8] drm: exynos/dp: fix code style

2015-08-06 Thread Joe Perches
On Thu, 2015-08-06 at 09:04 -0500, Yakir Yang wrote: make checkpatch.pl script happy That should not be the primary reason to submit a patch. Making it easier for human code reader to understand what the code does should be though. diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c

Re: [RFC PATCH 1/8] drm: exynos/dp: fix code style

2015-08-06 Thread Yakir Yang
Joe, 在 2015/8/6 23:05, Joe Perches 写道: On Thu, 2015-08-06 at 09:04 -0500, Yakir Yang wrote: make checkpatch.pl script happy That should not be the primary reason to submit a patch. Making it easier for human code reader to understand what the code does should be though. Thanks for your