Re: [PATCH v3] gpu/drm_memory: fix a few warnings

2019-07-15 Thread Emil Velikov
Hi Qian, On 2019/07/12, Qian Cai wrote: > Maybe one of the non-DRM maintainers (Andrew, Thomas or Greg) who cares a bit > about SPDX can pick this up. It occurs to me none of DRM maintainers cares > about > this as there is no feedback from any of them for months since v1. > AFAICT there are a c

Re: [PATCH v3] gpu/drm_memory: fix a few warnings

2019-07-12 Thread Qian Cai
Maybe one of the non-DRM maintainers (Andrew, Thomas or Greg) who cares a bit about SPDX can pick this up. It occurs to me none of DRM maintainers cares about this as there is no feedback from any of them for months since v1. On Tue, 2019-07-09 at 11:13 -0400, Qian Cai wrote: > The opening comment

[PATCH v3] gpu/drm_memory: fix a few warnings

2019-07-09 Thread Qian Cai
The opening comment mark "/**" is reserved for kernel-doc comments, so it will generate a warning with "make W=1". drivers/gpu/drm/drm_memory.c:2: warning: Cannot understand * \file drm_memory.c Also, silence a checkpatch warning by adding a license identfiter where it indicates the MIT license