diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-07-25 12:46:19 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-07-25 12:46:19 +0900 |
commit | 0d14e229152037e457344829d061a669254e988b (patch) | |
tree | 80b21b4cc5b8bcd18460e9661a09ec66abff3e68 | |
parent | 335ecc1a203fe16cd09b7af40119250702b1a95f (diff) | |
download | libdrm-0d14e229152037e457344829d061a669254e988b.tar.gz libdrm-0d14e229152037e457344829d061a669254e988b.tar.bz2 libdrm-0d14e229152037e457344829d061a669254e988b.zip |
ipptest: tiny: remove unnecessary whitespace
Change-Id: I993d0f88834db932adaf505d24d4d5d349277d0d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | tests/ipptest/fimc.c | 4 | ||||
-rw-r--r-- | tests/rottest/rotator.c | 2 | ||||
-rw-r--r-- | tests/rottest/rottest.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/ipptest/fimc.c b/tests/ipptest/fimc.c index 9eb307cb..9f6936af 100644 --- a/tests/ipptest/fimc.c +++ b/tests/ipptest/fimc.c @@ -671,7 +671,7 @@ int fimc_event_handler(struct drm_exynos_ipp_queue_buf *src_qbuf, } else if (cmd == IPP_CMD_WB) { sprintf(filename, RESULT_PATH "fimc_wb_%d.bmp", bmp_idx); util_write_bmp(filename, usr_addr[dst_buf_id], width, height); - + /* For destination buffer queue to IPP */ ret = exynos_drm_ipp_queue_buf(fd, &dst_qbuf[dst_buf_id], EXYNOS_DRM_OPS_DST, IPP_BUF_ENQUEUE, property->prop_id, @@ -1004,7 +1004,7 @@ void fimc_wb_set_mode(struct connector *c, int count, int page_flip, struct drm_exynos_ipp_property property; struct drm_exynos_gem_create gem[MAX_BUF]; struct exynos_gem_mmap_data mmap[MAX_BUF]; - struct drm_exynos_ipp_queue_buf qbuf[MAX_BUF]; + struct drm_exynos_ipp_queue_buf qbuf[MAX_BUF]; void *usr_addr[MAX_BUF]; struct drm_exynos_ipp_cmd_ctrl cmd_ctrl; unsigned int width, height, stride; diff --git a/tests/rottest/rotator.c b/tests/rottest/rotator.c index e8ae1493..6c4a9cbb 100644 --- a/tests/rottest/rotator.c +++ b/tests/rottest/rotator.c @@ -101,7 +101,7 @@ static int exynos_drm_ipp_queue_buf(int fd, int prop_id, "failed to DRM_IOCTL_EXYNOS_IPP_QUEUE_BUF[prop_id:%d]"\ "[ops_id:%d][buf_id:%d][buf_type:%d] : %d\n", prop_id, ops_id, buf_id, buf_type, errno); - + return ret; } diff --git a/tests/rottest/rottest.c b/tests/rottest/rottest.c index a4799002..41dbd29c 100644 --- a/tests/rottest/rottest.c +++ b/tests/rottest/rottest.c @@ -383,7 +383,7 @@ int main(int argc, char **argv) framebuffers = 0, test_multiple_buf = 0, test_vsync = 0; const char *module = "exynos"; struct connector con_args[2]; - + opterr = 0; while ((c = getopt(argc, argv, optstr)) != -1) { switch (c) { |