linux/drivers/gpu/drm/amd
Joe Perches 78c14b385c treewide: Add missing semicolons to __assign_str uses
The __assign_str macro has an unusual ending semicolon but the vast
majority of uses of the macro already have semicolon termination.

$ git grep -P '\b__assign_str\b' | wc -l
551
$ git grep -P '\b__assign_str\b.*;' | wc -l
480

Add semicolons to the __assign_str() uses without semicolon termination
and all the other uses without semicolon termination via additional defines
that are equivalent to __assign_str() with the eventual goal of removing
the semicolon from the __assign_str() macro definition.

Link: https://lore.kernel.org/lkml/1e068d21106bb6db05b735b4916bb420e6c9842a.camel@perches.com/
Link: https://lkml.kernel.org/r/48a056adabd8f70444475352f617914cef504a45.camel@perches.com

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2021-06-30 09:19:14 -04:00
..
acp
amdgpu treewide: Add missing semicolons to __assign_str uses 2021-06-30 09:19:14 -04:00
amdkfd IOMMU Updates for Linux v5.13 2021-05-01 09:33:00 -07:00
display amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomic 2021-06-02 17:58:11 -04:00
include drm/amdgpu: add judgement when add ip blocks (v2) 2021-05-13 10:46:58 -04:00
pm drm/amd/pm: correct MGpuFanBoost setting 2021-05-20 16:58:32 -04:00