• Srinivasan Shanmugam's avatar
    drm/amdgpu: Fix identifier names to function definition arguments in atom.h · d0d69280
    Srinivasan Shanmugam authored
    
    
    Fixes the following:
    
    WARNING: function definition argument 'struct card_info *' should also have an identifier name
    WARNING: function definition argument 'uint32_t' should also have an identifier name
    WARNING: function definition argument 'void *' should also have an identifier name
    WARNING: function definition argument 'struct atom_context *' should also have an identifier name
    WARNING: function definition argument 'int' should also have an identifier name
    WARNING: function definition argument 'uint32_t *' should also have an identifier name
    WARNING: Unnecessary space before function pointer name
    ERROR: space prohibited after that '*' (ctx:BxW)
    CHECK: Prefer kernel type 'u32' over 'uint32_t'
    
    Cc: Guchun Chen <guchun.chen@amd.com>
    Cc: Christian König <christian.koenig@amd.com>
    Cc: Alex Deucher <alexander.deucher@amd.com>
    Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
    Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
    Reviewed-by: default avatarGuchun Chen <guchun.chen@amd.com>
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    d0d69280
atom.h 4.86 KB