Re: [PATCH] drm/vmwgfx: fix typo of sizeof argument

2023-09-05 Thread Zack Rusin
On Tue, 2023-09-05 at 18:02 +0800, Konstantin Meskhidze wrote: > Since size of 'header' pointer and '*header' structure is equal on 64-bit > machines issue probably didn't cause any wrong behavior. But anyway, > fixing typo is required. > > Fixes: 7a73ba7469cb ("drm/vmwgfx: Use TTM handles instead

[PATCH] drm/vmwgfx: fix typo of sizeof argument

2023-09-05 Thread Konstantin Meskhidze
Since size of 'header' pointer and '*header' structure is equal on 64-bit machines issue probably didn't cause any wrong behavior. But anyway, fixing typo is required. Fixes: 7a73ba7469cb ("drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.") Co-developed-by: Ivanov Mikhai