[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-06 Thread Yakir Yang
Hi Joe, 在 09/03/2015 01:57 PM, Joe Perches 写道: > On Thu, 2015-09-03 at 13:33 +0800, Yakir Yang wrote: > [] >> diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c > [] >> @@ -155,24 +156,22 @@ static int exynos_dp_read_edid(struct >> exynos_dp_device *dp) >> } >>>

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-03 Thread Krzysztof Kozlowski
On 03.09.2015 14:04, Yakir Yang wrote: > Hi Krzysztof, > > 在 09/03/2015 08:21 AM, Krzysztof Kozlowski 写道: >> On 01.09.2015 14:46, Yakir Yang wrote: >>> After run "checkpatch.pl -f --subjective" command, I see there >>> are lots of alignment problem in exynos_dp driver, so let just >>> fix th

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-03 Thread Yakir Yang
Hi Krzysztof, 在 09/03/2015 01:08 PM, Krzysztof Kozlowski 写道: > On 03.09.2015 14:04, Yakir Yang wrote: >> Hi Krzysztof, >> >> 在 09/03/2015 08:21 AM, Krzysztof Kozlowski 写道: >>> On 01.09.2015 14:46, Yakir Yang wrote: After run "checkpatch.pl -f --subjective" command, I see there >>>

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-03 Thread Yakir Yang
Hi Krzysztof, 在 09/03/2015 08:21 AM, Krzysztof Kozlowski 写道: > On 01.09.2015 14:46, Yakir Yang wrote: >> After run "checkpatch.pl -f --subjective" command, I see there >> are lots of alignment problem in exynos_dp driver, so let just >> fix them. > Hi, > > Warnings from checkpatch are not a

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-03 Thread Krzysztof Kozlowski
On 01.09.2015 14:46, Yakir Yang wrote: > After run "checkpatch.pl -f --subjective" command, I see there > are lots of alignment problem in exynos_dp driver, so let just > fix them. Hi, Warnings from checkpatch are not a reason for a commit. Reason for a commit could be for example an unreadable c

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-02 Thread Joe Perches
On Thu, 2015-09-03 at 13:33 +0800, Yakir Yang wrote: [] > diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c [] > @@ -155,24 +156,22 @@ static int exynos_dp_read_edid(struct > exynos_dp_device *dp) > } > exynos_dp_read_byte_from_dpcd(dp, DP_TEST_RE

[PATCH v4 01/16] drm: exynos/dp: fix code style

2015-09-01 Thread Yakir Yang
After run "checkpatch.pl -f --subjective" command, I see there are lots of alignment problem in exynos_dp driver, so let just fix them. - Take Romain suggest, rebase on linux-next branch Signed-off-by: Yakir Yang --- Changes in v4: None Changes in v3: None Changes in v2: - Take Joe Preches advis