Skip to content

Commit afae47a

Browse files
rddunlapdanvet
authored andcommitted
drm: msm_drm.h: delete duplicated words in comments
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]
1 parent 66137f5 commit afae47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/drm/msm_drm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ struct drm_msm_gem_submit {
252252
__u64 cmds; /* in, ptr to array of submit_cmd's */
253253
__s32 fence_fd; /* in/out fence fd (see MSM_SUBMIT_FENCE_FD_IN/OUT) */
254254
__u32 queueid; /* in, submitqueue id */
255-
__u64 in_syncobjs; /* in, ptr to to array of drm_msm_gem_submit_syncobj */
256-
__u64 out_syncobjs; /* in, ptr to to array of drm_msm_gem_submit_syncobj */
255+
__u64 in_syncobjs; /* in, ptr to array of drm_msm_gem_submit_syncobj */
256+
__u64 out_syncobjs; /* in, ptr to array of drm_msm_gem_submit_syncobj */
257257
__u32 nr_in_syncobjs; /* in, number of entries in in_syncobj */
258258
__u32 nr_out_syncobjs; /* in, number of entries in out_syncobj. */
259259
__u32 syncobj_stride; /* in, stride of syncobj arrays. */

0 commit comments

Comments
 (0)