CHECK: Alignment should match open parenthesis WARNING: %Ld is non-standard C, use %lld WARNING: Avoid logging continuation uses where feasible WARNING: Do not use trace_printk() in production code (this can be ignored if built only with a debug config option) WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(... to printk(KERN_CONT ... 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]_warn([subsystem]dev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... WARNING: Prefer using '"%s...", __func__' to using '__get_metapage', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'affs_iget', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'befs_get_block', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'dec_valid_node_count', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'diRead', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'efs_iget', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'exp_rootfh', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'ext4_get_block_unwritten', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'f2fs_evict_inode', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'f2fs_remove_inode_page', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'fh_compose', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'init_special_inode', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'isofs_read_level3_size', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'jffs2_readdir', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'nlmsvc_lock', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'nlmsvc_testlock', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'nlmsvc_unlock', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'qnx4_get_block', this function's name, in a string WARNING: Prefer using '"%s...", __func__' to using 'qnx6_get_block', this function's name, in a string WARNING: Using vsprintf specifier '%px' potentially exposes the kernel memory layout, if you don't really need the address please consider using '%p'. WARNING: break quoted strings at a space character WARNING: line length of 104 exceeds 80 columns WARNING: line length of 105 exceeds 80 columns WARNING: line length of 108 exceeds 80 columns WARNING: line length of 139 exceeds 80 columns WARNING: line length of 140 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 85 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 89 exceeds 80 columns WARNING: line length of 91 exceeds 80 columns WARNING: line length of 93 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 99 exceeds 80 columns 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 '('