]> Git Repo - linux.git/commitdiff
drm: msm_drm.h: delete duplicated words in comments
authorRandy Dunlap <[email protected]>
Wed, 15 Jul 2020 05:23:48 +0000 (22:23 -0700)
committerDaniel Vetter <[email protected]>
Wed, 15 Jul 2020 12:02:58 +0000 (14:02 +0200)
Drop the doubled word "to" in comments.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
include/uapi/drm/msm_drm.h

index 19806eb3a8e8ea149bcf433ed21d5a492208185f..a6c1f3eb26239251dd1a0af2b32df594b0df90c4 100644 (file)
@@ -252,8 +252,8 @@ struct drm_msm_gem_submit {
        __u64 cmds;           /* in, ptr to array of submit_cmd's */
        __s32 fence_fd;       /* in/out fence fd (see MSM_SUBMIT_FENCE_FD_IN/OUT) */
        __u32 queueid;        /* in, submitqueue id */
-       __u64 in_syncobjs;    /* in, ptr to to array of drm_msm_gem_submit_syncobj */
-       __u64 out_syncobjs;   /* in, ptr to to array of drm_msm_gem_submit_syncobj */
+       __u64 in_syncobjs;    /* in, ptr to array of drm_msm_gem_submit_syncobj */
+       __u64 out_syncobjs;   /* in, ptr to array of drm_msm_gem_submit_syncobj */
        __u32 nr_in_syncobjs; /* in, number of entries in in_syncobj */
        __u32 nr_out_syncobjs; /* in, number of entries in out_syncobj. */
        __u32 syncobj_stride; /* in, stride of syncobj arrays. */
This page took 0.056893 seconds and 4 git commands to generate.