Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: msm_drm.h: delete duplicated words in comments

Drop the doubled word "to" in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200715052349.23319-6-rdunlap@infradead.org

authored by

Randy Dunlap and committed by
Daniel Vetter
afae47af 66137f54

+2 -2
+2 -2
include/uapi/drm/msm_drm.h
··· 252 252 __u64 cmds; /* in, ptr to array of submit_cmd's */ 253 253 __s32 fence_fd; /* in/out fence fd (see MSM_SUBMIT_FENCE_FD_IN/OUT) */ 254 254 __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 */ 257 257 __u32 nr_in_syncobjs; /* in, number of entries in in_syncobj */ 258 258 __u32 nr_out_syncobjs; /* in, number of entries in out_syncobj. */ 259 259 __u32 syncobj_stride; /* in, stride of syncobj arrays. */