lkml.org 
[lkml]   [2019]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH 0/4] ARM: imx legacy: cleanups
    Date
    While preparing a proposed fix for a missing check on zmalloc a few
    other checkpatch warnings poped up - this little set fixes those
    warnings. There is one remaining checkpatch warning but that looks
    like a false-positive to me:

    ERROR: Use of __initconst requires a separate use of const
    #171: FILE: arch/arm/mach-imx/mach-mx27ads.c:171:
    +mx27ads_nand_board_info __initconst = {

    The false positive seems due to the definition spanning two lines
    anyway looks good to me

    <snip>
    static const struct mxc_nand_platform_data
    mx27ads_nand_board_info __initconst = {
    .width = 1,
    .hw_ecc = 1,
    };
    <snip>

    thx!
    hofrat

    \
     
     \ /
      Last update: 2019-04-13 09:22    [W:2.871 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site