WARNING: Consider removing the code enclosed by this #if 0 and its #endif #96: FILE: include/uapi/linux/rxrpc.h:132: +#if 0 /* Original standard abort codes (used by OpenAFS) */ WARNING: line length of 92 exceeds 80 columns #97: FILE: include/uapi/linux/rxrpc.h:133: +#define RXGK_INCONSISTENCY 1233242880 /* Security module structure inconsistent */ WARNING: line length of 93 exceeds 80 columns #98: FILE: include/uapi/linux/rxrpc.h:134: +#define RXGK_PACKETSHORT 1233242881 /* Packet too short for security challenge */ WARNING: line length of 94 exceeds 80 columns #100: FILE: include/uapi/linux/rxrpc.h:136: +#define RXGK_BADETYPE 1233242883 /* Invalid or impermissible encryption type */ WARNING: line length of 93 exceeds 80 columns #101: FILE: include/uapi/linux/rxrpc.h:137: +#define RXGK_BADLEVEL 1233242884 /* Invalid or impermissible security level */ WARNING: line length of 82 exceeds 80 columns #102: FILE: include/uapi/linux/rxrpc.h:138: +#define RXGK_BADKEYNO 1233242885 /* Key version number not found */ WARNING: line length of 92 exceeds 80 columns #105: FILE: include/uapi/linux/rxrpc.h:141: +#define RXGK_BAD_TOKEN 1233242888 /* Security object was passed a bad token */ WARNING: line length of 96 exceeds 80 columns #108: FILE: include/uapi/linux/rxrpc.h:144: +#define RXGK_BAD_QOP 1233242891 /* Inadequate quality of protection available */ WARNING: line length of 92 exceeds 80 columns #110: FILE: include/uapi/linux/rxrpc.h:146: +#define RXGK_INCONSISTENCY 1233242880 /* Security module structure inconsistent */ WARNING: line length of 93 exceeds 80 columns #111: FILE: include/uapi/linux/rxrpc.h:147: +#define RXGK_PACKETSHORT 1233242881 /* Packet too short for security challenge */ WARNING: line length of 88 exceeds 80 columns #112: FILE: include/uapi/linux/rxrpc.h:148: +#define RXGK_BADCHALLENGE 1233242882 /* Security challenge/response failed */ WARNING: line length of 81 exceeds 80 columns #113: FILE: include/uapi/linux/rxrpc.h:149: +#define RXGK_SEALEDINCON 1233242883 /* Sealed data is inconsistent */ WARNING: line length of 97 exceeds 80 columns #116: FILE: include/uapi/linux/rxrpc.h:152: +#define RXGK_BADLEVEL 1233242886 /* Unsupported or not permitted security level */ WARNING: line length of 84 exceeds 80 columns #119: FILE: include/uapi/linux/rxrpc.h:155: +#define RXGK_UNSUPPORTED 1233242889 /* Endpoint does not support rxgk */ total: 0 errors, 14 warnings, 0 checks, 93 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 d7965d8bf34a ("rxrpc: Add the security index for yfs-rxgk") 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, 14 warnings, 0 checks, 93 lines checked