WARNING: please write a help paragraph that fully describes the config symbol #55: FILE: crypto/Kconfig:231: +config CRYPTO_KRB5ENC + tristate "Kerberos 5 combined hash+cipher support" + select CRYPTO_AEAD + select CRYPTO_SKCIPHER + select CRYPTO_MANAGER + select CRYPTO_HASH + select CRYPTO_NULL + help + Combined hash and cipher support for Kerberos 5 RFC3961 simplified + profile. This is required for Kerberos 5-style encryption, used by + sunrpc/NFS and rxrpc/AFS. + WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #83: new file mode 100644 WARNING: line length of 86 exceeds 80 columns #295: FILE: crypto/krb5enc.c:208: + ahash_request_set_crypt(ahreq, req->src, hash, req->assoclen + req->cryptlen); CHECK: Lines should not end with a '(' #439: FILE: crypto/krb5enc.c:352: + crypto_aead_set_reqsize( WARNING: line length of 86 exceeds 80 columns #444: FILE: crypto/krb5enc.c:357: + sizeof(struct skcipher_request) + crypto_skcipher_reqsize(enc))); total: 0 errors, 4 warnings, 1 checks, 527 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 8ca51df93b5a ("crypto: Add 'krb5enc' hash and cipher AEAD algorithm") 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, 4 warnings, 1 checks, 527 lines checked