WARNING: line length of 90 exceeds 80 columns #124: FILE: kernel/bpf/bpf_inode_storage.c:153: + void *value, u64 flags, gfp_t gfp_flags, bool nobusy) WARNING: line length of 85 exceeds 80 columns #162: FILE: kernel/bpf/bpf_inode_storage.c:178: +BPF_CALL_5(bpf_inode_storage_get_recur, struct bpf_map *, map, struct inode *, inode, WARNING: line length of 84 exceeds 80 columns #173: FILE: kernel/bpf/bpf_inode_storage.c:189: + data = __bpf_inode_storage_get(map, inode, value, flags, gfp_flags, nobusy); WARNING: line length of 82 exceeds 80 columns #190: FILE: kernel/bpf/bpf_inode_storage.c:206: + data = __bpf_inode_storage_get(map, inode, value, flags, gfp_flags, true); WARNING: line length of 88 exceeds 80 columns #195: FILE: kernel/bpf/bpf_inode_storage.c:211: +BPF_CALL_2(bpf_inode_storage_delete_recur, struct bpf_map *, map, struct inode *, inode) WARNING: line length of 82 exceeds 80 columns #213: FILE: kernel/bpf/bpf_inode_storage.c:227: +BPF_CALL_2(bpf_inode_storage_delete, struct bpf_map *, map, struct inode *, inode) total: 0 errors, 6 warnings, 0 checks, 247 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 9a512fcd291c ("bpf: Add recursion prevention logic for inode storage") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 6 warnings, 0 checks, 247 lines checked