CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Comparison to NULL could be written "!np->rx_skbuff[entry]" CHECK: Comparison to NULL could be written "!skb" CHECK: Comparison to NULL could be written "media[card_idx]" CHECK: Lines should not end with a '(' CHECK: Please don't use multiple blank lines CHECK: Please use a blank line after function/struct/union/enum declarations CHECK: Unbalanced braces around else statement CHECK: Unnecessary parentheses around np->rx_ring[entry] CHECK: architecture specific defines should be avoided CHECK: braces {} should be used on all arms of this statement CHECK: multiple assignments should be avoided CHECK: spaces preferred around that '%' (ctx:VxV) CHECK: spaces preferred around that '*' (ctx:VxV) CHECK: spaces preferred around that '+' (ctx:VxV) CHECK: spaces preferred around that '/' (ctx:VxV) CHECK: spaces preferred around that '<<' (ctx:VxV) CHECK: spaces preferred around that '>>' (ctx:VxV) CHECK: spaces preferred around that '|' (ctx:VxV) CHECK: spinlock_t definition without comment CHECK: usleep_range is preferred over udelay; see function description of usleep_range() and udelay(). ERROR: "foo* bar" should be "foo *bar" ERROR: Macros with complex values should be enclosed in parentheses ERROR: code indent should use tabs where possible ERROR: do not use assignment in if condition ERROR: space prohibited after that '!' (ctx:BxW) ERROR: space required after that ';' (ctx:BxV) ERROR: spaces required around that '<' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: trailing statements should be on next line WARNING: Block comments should align the * on each line WARNING: Block comments use * on subsequent lines WARNING: Block comments use a trailing */ on a separate line WARNING: Missing a blank line after declarations WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then dev_dbg(dev, ... then pr_debug(... to printk(KERN_DEBUG ... WARNING: Prefer [subsystem eg: netdev]_err([subsystem]dev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... WARNING: Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... WARNING: Prefer __aligned(L1_CACHE_BYTES) over __attribute__((aligned(L1_CACHE_BYTES))) WARNING: Prefer using '"%s...", __func__' to using 'netdev_open', this function's name, in a string WARNING: Statements should start on a tabstop WARNING: Too many leading tabs - consider code refactoring WARNING: Use #include instead of WARNING: Use #include instead of WARNING: braces {} are not necessary for single statement blocks WARNING: line length of 108 exceeds 80 columns WARNING: line length of 117 exceeds 80 columns WARNING: line length of 81 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 83 exceeds 80 columns WARNING: line length of 84 exceeds 80 columns WARNING: line length of 85 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 87 exceeds 80 columns WARNING: line length of 88 exceeds 80 columns WARNING: line length of 89 exceeds 80 columns WARNING: line length of 90 exceeds 80 columns WARNING: line length of 92 exceeds 80 columns WARNING: line length of 94 exceeds 80 columns WARNING: line length of 95 exceeds 80 columns WARNING: line length of 96 exceeds 80 columns WARNING: line length of 98 exceeds 80 columns WARNING: memory barrier without comment WARNING: please write a help paragraph that fully describes the config symbol with at least 4 lines WARNING: please, no space before tabs WARNING: please, no spaces at the start of a line WARNING: printk() should include KERN_ facility level WARNING: quoted string split across lines WARNING: space prohibited between function name and open parenthesis '(' WARNING: suspect code indent for conditional statements (24, 28) WARNING: suspect code indent for conditional statements (32, 48) WARNING: suspect code indent for conditional statements (8, 12) WARNING: suspect code indent for conditional statements (8, 24)