• Lukas Bulwahn's avatar
    qed: avoid defines prefixed with CONFIG · 39701603
    Lukas Bulwahn authored
    Defines prefixed with "CONFIG" should be limited to proper Kconfig options,
    that are introduced in a Kconfig file.
    
    Here, constants for bitmap indices of some configs are defined and these
    defines begin with the config's name, and are suffixed with BITMAP_IDX.
    
    To avoid defines prefixed with "CONFIG", name these constants
    BITMAP_IDX_FOR_CONFIG_XYZ instead of CONFIG_XYZ_BITMAP_IDX.
    
    No functional change.
    Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    39701603
qed_mcp.c 116 KB