WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #21: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #225: FILE: net/homa/homa_rpc.c:200: + * @ack: Information about an RPC from @saddr that may now be deleted safely. WARNING: line length of 89 exceeds 80 columns #300: FILE: net/homa/homa_rpc.c:275: + struct homa_gap *gap = list_first_entry_or_null(&rpc->msgin.gaps, WARNING: line length of 83 exceeds 80 columns #378: FILE: net/homa/homa_rpc.c:353: + rpc->msgout.packets = homa_get_skb_info(rpc WARNING: line length of 84 exceeds 80 columns #379: FILE: net/homa/homa_rpc.c:354: + ->msgout.packets)->next_skb; WARNING: line length of 84 exceeds 80 columns #436: FILE: net/homa/homa_rpc.c:411: + rpc->msgin.bpage_offsets); WARNING: line length of 92 exceeds 80 columns #439: FILE: net/homa/homa_rpc.c:414: + struct homa_gap *gap = list_first_entry_or_null(&rpc ERROR: code indent should use tabs where possible #507: FILE: net/homa/homa_rpc.c:482: +^I^I ^I__acquire(&srpc->bucket->lock);$ WARNING: please, no space before tabs #507: FILE: net/homa/homa_rpc.c:482: +^I^I ^I__acquire(&srpc->bucket->lock);$ WARNING: please, no space before tabs #902: FILE: net/homa/homa_rpc.h:383: +// ^I__acquires(&rpc->bucket->lock)$ WARNING: please, no space before tabs #904: FILE: net/homa/homa_rpc.h:385: +// ^Ihoma_bucket_lock(rpc->bucket, rpc->id, locker);$ total: 1 errors, 10 warnings, 0 checks, 934 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit c53030d000e1 ("net: homa: create homa_rpc.h and homa_rpc.c") 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.