WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #61: new file mode 100644 ERROR: code indent should use tabs where possible #117: FILE: drivers/net/mctp/mctp-pcc.c:52: + Note that what PCC calls registers are memory locations, not CPU$ WARNING: Block comments use * on subsequent lines #117: FILE: drivers/net/mctp/mctp-pcc.c:52: + /* spinlock to serialize access to PCC outbox buffer and registers + Note that what PCC calls registers are memory locations, not CPU ERROR: code indent should use tabs where possible #118: FILE: drivers/net/mctp/mctp-pcc.c:53: + Registers. They include the fields used to synchronize access$ ERROR: code indent should use tabs where possible #119: FILE: drivers/net/mctp/mctp-pcc.c:54: + between the OS and remote endpoints.$ ERROR: code indent should use tabs where possible #121: FILE: drivers/net/mctp/mctp-pcc.c:56: + Only the Outbox needs a spinlock, to prevent multiple$ ERROR: code indent should use tabs where possible #122: FILE: drivers/net/mctp/mctp-pcc.c:57: + sent packets triggering multiple attempts to over write$ ERROR: code indent should use tabs where possible #123: FILE: drivers/net/mctp/mctp-pcc.c:58: + the outbox. The Inbox buffer is controlled by the remote$ ERROR: code indent should use tabs where possible #124: FILE: drivers/net/mctp/mctp-pcc.c:59: + service and a spinlock would have no effect.$ ERROR: code indent should use tabs where possible #125: FILE: drivers/net/mctp/mctp-pcc.c:60: + */$ total: 8 errors, 2 warnings, 0 checks, 348 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 a93761ac7103 ("mctp pcc: Implement MCTP over PCC Transport") 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.