Re: [Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: dmabuf cleanup

2022-05-31 Thread Ruhl, Michael J
ping? Any comments on this cleanup and the open coding fix (patch 2?) Thanks, Mike >-Original Message- >From: Ruhl, Michael J >Sent: Friday, May 6, 2022 3:09 PM >To: intel-gfx@lists.freedesktop.org; airl...@linux.ie; dan...@ffwll.ch >Cc: tvrtko.ursu...@linux.intel.com; De Marchi,

[Intel-gfx] [PATCH 1/2] drm/i915/dmabuf: dmabuf cleanup

2022-05-06 Thread Michael J. Ruhl
Some minor cleanup of some variables for consistency. Normalize struct sg_table to sgt. Normalize struct dma_buf_attachment to attach. checkpatch issues sizeof(), !NULL updates. Cc: Tvrtko Ursulin Signed-off-by: Michael J. Ruhl --- drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 47