WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #24: new file mode 100644 CHECK: No space is necessary after a cast #626: FILE: net/homa/homa_impl.h:598: + return (struct homa *) net_generic(net, homa_net_id); CHECK: No space is necessary after a cast #637: FILE: net/homa/homa_impl.h:609: + return (struct homa *) net_generic(sock_net(sock), homa_net_id); CHECK: No space is necessary after a cast #648: FILE: net/homa/homa_impl.h:620: + return (struct homa *) net_generic(dev_net(skb->dev), homa_net_id); total: 0 errors, 1 warnings, 3 checks, 715 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 7ca6bda39ff0 ("net: homa: create shared Homa header files") 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, 1 warnings, 3 checks, 715 lines checked