OSDN Git Service

drm/amdkfd: Add format attribute to kfd_smi_event_add
authorPhilip Yang <Philip.Yang@amd.com>
Fri, 4 Mar 2022 14:33:27 +0000 (09:33 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Mar 2022 19:59:59 +0000 (14:59 -0500)
commit53b97af4a44abd21344cc9f13986ba53051287bb
treea8da55dfb798997df999c9a66f6428ad1747b065
parent48e9fbd1a28480caf2ac5ec6fcb79ac221735c5d
drm/amdkfd: Add format attribute to kfd_smi_event_add

To enable compiler type-checked against the format string in callers.

All warnings (new ones prefixed by >>):

>> warning: function 'kfd_smi_event_add' might be a candidate for
'gnu_printf' format attribute [-Wsuggest-attribute=format]

Fixes: d58b8a99cbb8 ("drm/amdkfd: Add SMI add event helper")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c